MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_next_color

Function get_next_color

lib/matplotlib/tests/test_axes.py:3243–3244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3241 ])
3242def test_parse_scatter_color_args(params, expected_result):
3243 def get_next_color(): # pragma: no cover
3244 return 'blue' # currently unused
3245
3246 c, colors, _edgecolors = mpl.axes.Axes._parse_scatter_color_args(
3247 *params, get_next_color_func=get_next_color)

Callers 1

pieMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…