Closed
Description
Is your feature request related to a problem? Please describe.
xarray currently doesn't allow plotting against coordinates with string labels for example.
Describe the solution you'd like
Use matplotlib's categorical axis support. Example: https://matplotlib.org/gallery/lines_bars_and_markers/categorical_variables.html
This may be the only place a change is required:
Lines 572 to 608 in 4e89331