MCPcopy Index your code
hub / github.com/spotify/chartify / plot_scatter

Function plot_scatter

chartify/examples.py:127–136  ·  view source on GitHub ↗

Scatter example

()

Source from the content-addressed store, hash-verified

125
126@_print_source
127def plot_scatter():
128 """Scatter example"""
129 import chartify
130
131 # Generate example data
132 data = chartify.examples.example_data()
133 """Print break"""
134 _scatter_example_1(data)
135 _scatter_example_2(data)
136 _scatter_example_3(data)
137
138
139@_print_source

Callers

nothing calls this directly

Calls 3

_scatter_example_1Function · 0.85
_scatter_example_2Function · 0.85
_scatter_example_3Function · 0.85

Tested by

no test coverage detected