This is the first time I ask a question here, I’m quite new using bokeh so I hope someone can help me.
I am trying to invert the direction of the X axis when using datetime formatting, .i.e. display the most recent dates at the left side of the axis. For instance in the very simple sample I attach I would like to see the Feb 15th at the very left of the chart and the 12th at the right.
If you are using the default auto-ranging DataRange1d, which without more information I assume you are, then you can set the "flipped" property to True:
This is the first time I ask a question here, I'm quite new using bokeh so I hope someone can help me.
I am trying to invert the direction of the X axis when using datetime formatting, .i.e. display the most recent dates at the left side of the axis. For instance in the very simple sample I attach I would like to see the Feb 15th at the very left of the chart and the 12th at the right.