MCPcopy Create free account
hub / github.com/spotify/chartify / plot_histogram

Function plot_histogram

chartify/examples.py:867–879  ·  view source on GitHub ↗

Histogram example

()

Source from the content-addressed store, hash-verified

865
866@_print_source
867def plot_histogram():
868 """
869 Histogram example
870 """
871 import chartify
872
873 # Generate example data
874 data = chartify.examples.example_data()
875
876 print(data.head())
877 """Print break"""
878 _histogram_example(data)
879 _histogram_example2(data)
880
881
882@_print_source

Callers

nothing calls this directly

Calls 2

_histogram_exampleFunction · 0.85
_histogram_example2Function · 0.85

Tested by

no test coverage detected