MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / category.py

File category.py

lib/matplotlib/category.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Plotting of string "category" data: ``plot(['d', 'f', 'a'], [1, 2, 3])`` will
3plot three points with x-axis values of 'd', 'f', 'a'.
4

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected