yhat / ggpy

ggplot port for python
http://yhat.github.io/ggpy/
BSD 2-Clause "Simplified" License
3.69k stars 573 forks source link

How to reorder the x axis bins in a specific order #642

Open Monapy opened 6 years ago

Monapy commented 6 years ago

I want to reorder the x axis bins in a more rationale order because now it seems like this: image I tried the code for ggplot2 using"levels" but it didn't work. What should I try next?