-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Subplots not appearing #128
Comments
Hi @ashleightrinh thanks for coming here! The issue here is somewhat subtle: the Hopefully that helps! |
Hi @sglyon thank you for responding so promptly! I've tried it again using PlotlyJS.jl and now I do get a plot window opening but for some reason all the plots are empty. Previously when I tried the layout method offered by Plots.jl it got really complicated since each of my individual data sets (g1, g2, etc.) has 6 lines to plot but they all get plotted in separate subplots rather than each set of data in one subplot each. Thank you for the help! |
Hmm that's odd. Could you please post a sample of the If the data are sensitive you could just create a random data set of the same type as the original objects. |
Hi, so the code is quite long so I will attach it as a word document and can be copied and pasted. |
Sorry, I thought |
No problem. I don't have word on my computer. I should be able to tell everything that I need just from the types of Could you instead just post the types of these two variables. You can use the |
Ok, so |
Hey @ashleightrinh thank you for that. It turns out this was an issue within PlotlyJS that I've just fixed with the previous commit. If you do Today I will tag a new release with METADATA.jl. This means if you wait a few hours you can do I'll try to remember to post here when METADATA is updated. |
The METADATA PR has been merged: JuliaLang/METADATA.jl#10250 (comment) You can now just do |
I have multiple matrices I want to plot in a column. Despite using similar code as in the subplots section it does not appear when I combine them, as shown:
After typing that into the terminal this is the result I get is
and no plot appears.
I am
using Plots
with theplotlyjs()
backend.The text was updated successfully, but these errors were encountered: