Philipp Rudiger

Results 1206 comments of Philipp Rudiger

> We have a mechanism for this we used to specify kdims and vdims instead of key_dimensions and value_dimensions Not sure it's worth using that mechanism, it's mostly to do...

Odd seems to work fine for me. If you just copy and paste what you put there into a new notebook do you still get an error?

> Another point is that the range of the original axis is adjusted to fit to data of the second axis in. This is different from plt.twinx and unwanted behaviour....

Either need to have a fallback or need to pin the new version of colorcet.

Ah did not know it was already there before the version. Ignore me then.

The fix above should have resolved this issue. Please let us know if you still have issues, for now I'll close the issue.

There is definitely interest, I initially didn't implement this because each subplot is exported individually but we can start with that and maybe work out how to combine the individual...

Looks like a good start, thanks! Can't immediately see the issue but it may be as simple as adding a simple function that removes the existing document from the models.

The problematic part is when you try to export a layout with multiple plots. Currently bokeh will export each subplot as a separate SVG. There is of course still some...