Creatign multi-chart with the same X-axis and different Y-axes - one above the other

Hi,

I am trying to find out how to create multiple charts stacked one above the other for time-series data (having the same X-axis). Those charts hold different data types, so it is not possible to have the same Y-axis range.

The only example I found is how to have dual Y-axes (http://stackoverflow.com/questions/25199665/one-chart-with-two-different-y-axis-ranges-in-bokeh) on the same chart. I am willing to have different charts (one on top of the other) sharing the same X-axis and sharing the same Tools.

Not sure it is possible, but still…

Thanks!

Meir Tseitlin

Hi, there is is a section on "twin axes" (with an example) in the users guide:

  http://bokeh.pydata.org/en/dev/docs/user_guide/plotting.html#twin-axes

Please note that currently you will have the best success with the bokeh.plotting API. There is not any way (as of Bokeh 0.12.3) to "combine" multiple charts from bokeh.charts.

Thanks,

Bryan

···

On Oct 30, 2016, at 10:05 AM, Meir Tseitlin <[email protected]> wrote:

Hi,

I am trying to find out how to create multiple charts stacked one above the other for time-series data (having the same X-axis). Those charts hold different data types, so it is not possible to have the same Y-axis range.

The only example I found is how to have dual Y-axes (python - One chart with two different y axis ranges in Bokeh? - Stack Overflow) on the same chart. I am willing to have different charts (one on top of the other) sharing the same X-axis and sharing the same Tools.

Not sure it is possible, but still....

Thanks!
Meir Tseitlin

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/d64c4c4a-812f-43a4-b401-187e7727c1fe%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thanks!

I noticed Twin Axis example.

I think that it would be easy to add a feature which will allow customization of range1d location (i.e. one continues another), this way we could allow moving layouts on the same chart. (I hope I was clear enough).

Thanks anyway!

···

On Sunday, October 30, 2016 at 5:05:12 PM UTC+2, Meir Tseitlin wrote:

Hi,

I am trying to find out how to create multiple charts stacked one above the other for time-series data (having the same X-axis). Those charts hold different data types, so it is not possible to have the same Y-axis range.

The only example I found is how to have dual Y-axes (http://stackoverflow.com/questions/25199665/one-chart-with-two-different-y-axis-ranges-in-bokeh) on the same chart. I am willing to have different charts (one on top of the other) sharing the same X-axis and sharing the same Tools.

Not sure it is possible, but still…

Thanks!

Meir Tseitlin

Hi,

If you think it would be easy, then I'd encourage you to get involved directly in Bokeh development, and help out. As I mentioned elsewhere, the bokeh.charts API could really use a new maintainer, and we'd be happy to help you get started if this is something you'd be interested in doing. In general, many things are hard, not necessarily because of any intrinsic technical difficulty, but because of the sheer overall volume of requests and issues, and the need to prioritize them based on very limited human resources.

Thanks,

Bryan

···

On Nov 1, 2016, at 10:15 AM, Meir Tseitlin <[email protected]> wrote:

Thanks!

I noticed Twin Axis example.

I think that it would be easy to add a feature which will allow customization of range1d location (i.e. one continues another), this way we could allow moving layouts on the same chart. (I hope I was clear enough).

Thanks anyway!

On Sunday, October 30, 2016 at 5:05:12 PM UTC+2, Meir Tseitlin wrote:
Hi,

I am trying to find out how to create multiple charts stacked one above the other for time-series data (having the same X-axis). Those charts hold different data types, so it is not possible to have the same Y-axis range.

The only example I found is how to have dual Y-axes (python - One chart with two different y axis ranges in Bokeh? - Stack Overflow) on the same chart. I am willing to have different charts (one on top of the other) sharing the same X-axis and sharing the same Tools.

Not sure it is possible, but still....

Thanks!
Meir Tseitlin

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/21b9c6e2-8036-4c77-9486-7c02e09f7204%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.