Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For Plotly chart library implement make_subplots functionality #186

Closed
AndreiDegtiarev opened this issue Jul 30, 2018 · 4 comments
Closed

Comments

@AndreiDegtiarev
Copy link

In comparison to IPython the subplots functionality I'm missing mostly in IfSharp
Target behavior see https://plot.ly/python/subplots/

@cgravill
Copy link
Member

Subplots would be great. In Python is this that implemented by IPython or the underlying libraries? I'm wondering if the right place for this is in XPlot instead. There's a issue that looks relevant:

fslaborg/XPlot#49

@AndreiDegtiarev
Copy link
Author

You are right, it seems that the issue fslaborg/XPlot#49 describes the same feature, except that I’m quite sure, that this feature doesn’t exist at all. Some steps towards subplots functionality were already done: see Chart.ShowAll. But in my case this function just opens a new tab in the browser and doesn’t not plot charts directly in the notebook. Do you think that it is possible to correct this behavior?

@cgravill
Copy link
Member

cgravill commented Jul 30, 2018

Yes, my guess is you'd need to do something like the linked issue. Rather than ShowAll you want to construct a single figure like is done in the Python. Then IfSharp will be able to display it. If ShowAll does what you need but pushes the result to the wrong place there decent chance XPlot can be adjusted to get what you're after.

@cgravill
Copy link
Member

I'm going to close this issue, it's an important feature but it's external to IF#. If it's implemented in XPlot happy to take any support changes to the helper scripts here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants