-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
0.7 is using Plots v0.19.3 whereas 1.0 is using Plots v0.20.2 #1760
Comments
Simply because we drop support for older julia versions on principle when a new version comes up. It's a very nice and unintrusive way to ensure that all the components of the juliaPlots ecosystem are in sync (version sync problems, in particular with backends, is one of our biggest headaches). |
Thanks for the reply. I thought that 0.7.0 and 1.0.0 were going to be in sync indefinitely (other than deprecation warnings)) but that was probably wishful thinking. Time to wean from 0.7 then... |
Sounds like word from @JeffBezanson is indeed that both versions should be supported together due to the special nature of the 0.7 release. Is there any technical reason to prevent this? I can testify that I also would have been able to benefit more from the deprecations in 0.7 if Plots worked as well in Atom/Juno in 0.7 as it does in 1.0 |
Yes there's a technical reason, which is that RecipesBase had a major breaking change on the 0.7/1.0 transition. And, 0.7 IS supported, we're just not developing Plots actively for it. If you run into one of those improvements that has come to Plots since the 1.0 update you may notice a difference, though I'm not sure which Juno issue you are referring to. |
For me it's that figures in the Plots pane are about one square inch and can't be enlarged. I just ran this to make sure it's still the case - here's a screenshot: This seems to occur whether or not I specify
and
|
wow, I really don't see why that should happen for the |
Let me check |
Hmm, not even unique to gr(); for me
gives edit: this just wasn't refreshing the plots pane at all.
works fine, but opens the plot in the browser rather than the plots pane |
Weird. The plotly error is different, it's just the backend not being fully 1.0 compliant yet. |
Ah! This is different. After adding PyPlot and dependencies
and
are both fine (normal-size in plots window) albeit with a warning
gr(); still tiny though on both :png and :svg |
Also tried restarting everything from scratch and trying again in case there was some sort of memory but
still gives me tiny-Plots |
I am using 0.7 because the deprecation warnings are helpful, but I just noticed that some issues that have been fixed with Plots under 1.0 are still broken in 0.7 because 0.7 is using Plots v0.19.3 whereas 1.0 is using Plots v0.20.2. (I did ]rm Plots and ]add Plots in both to make sure I was starting fresh).
I am not sure if this is the right forum for asking this question, but does anyone know why 0.7 is using such an older version of Plots? I would have expected them to be more in sync...
The text was updated successfully, but these errors were encountered: