I would like to create a Mollier-diagram, which displays the properties (temperature, absolute and relative humidity, enthalpy and density) of humid air for a given pressure.
For this one needs to rotate one axis by a certain angle (see the picture below). Is this at all possible in bokeh? Maybe, I need to do this directly with the available data!?
All the current built in axes and grid are are aligned with the underlying canvas, i.e. are only horizontal or vertical. Bokeh could certainly be used to draw a skewed axes and grids, but you'd have to do it "by hand" so to speak, by using glyph methods like line, segment, text, etc to draw grid lines, tick, and tick labels, etc at positions you compute yourself. (Alternatively you could create custom extensions to control the drawing directly from JavaScript).
Thanks,
Bryan
···
On Dec 4, 2017, at 03:47, 'Fabian Braennstroem' via Bokeh Discussion - Public <[email protected]> wrote:
Hi,
I would like to create a Mollier-diagram, which displays the properties (temperature, absolute and relative humidity, enthalpy and density) of humid air for a given pressure.
For this one needs to rotate one axis by a certain angle (see the picture below). Is this at all possible in bokeh? Maybe, I need to do this directly with the available data!?
ok, thank you for the quick information! I will see how I can achieve this.
Best Regards
Fabian
···
On 04.12.2017 18:49, Bryan Van de ven wrote:
Hi,
All the current built in axes and grid are are aligned with the underlying canvas, i.e. are only horizontal or vertical. Bokeh could certainly be used to draw a skewed axes and grids, but you'd have to do it "by hand" so to speak, by using glyph methods like line, segment, text, etc to draw grid lines, tick, and tick labels, etc at positions you compute yourself. (Alternatively you could create custom extensions to control the drawing directly from JavaScript).
Thanks,
Bryan
On Dec 4, 2017, at 03:47, 'Fabian Braennstroem' via Bokeh Discussion - Public <[email protected]> wrote:
Hi,
I would like to create a Mollier-diagram, which displays the properties (temperature, absolute and relative humidity, enthalpy and density) of humid air for a given pressure.
For this one needs to rotate one axis by a certain angle (see the picture below). Is this at all possible in bokeh? Maybe, I need to do this directly with the available data!?