has2k1 / plotnine

A Grammar of Graphics for Python
https://plotnine.org
MIT License
4k stars 213 forks source link

`geom_boxplot` example contains error on documentation site #700

Closed isabelizimm closed 1 year ago

isabelizimm commented 1 year ago

The geom_boxplot example for horizontal boxplots shows the error ValueError: The number of FixedLocator locations (13), usually from a call to set_ticks, does not match the number of labels (12).

To view the error: go to https://plotnine.readthedocs.io/en/stable/generated/plotnine.geoms.geom_boxplot.html. The error exists on latest/dev/stable versions.