-
Notifications
You must be signed in to change notification settings - Fork 30
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
new breakage in PlotThemes or Plots #58
Comments
|
Gosh, you are so right! I don’t know how that happened. Before I ran the code with the posted error message, I ran “up” at the package manager repl. It downgraded Plots, which I didn’t request. After your post, I went back and rm’ed Plots and reinstalled, which naturally did nothing. When I tried to force @1.6.6, I got messages that StatsPlots and RecipesBase required older versions of Plots, which was also weird. So, I rm’ed StatsPlots and RecipesBase. Then I did a forced add Plots@1, which installed 1.6.6 and then the right dependencies for StatsPlots and RecipesBase.
So, all good. What I don’t understand is how I got into this conflict of dependencies. More of a package manager problem than a Plots or PlotThemes problem. Don’t know what happened. Only other minorly unusual factor was installing Julia 1.5.2 in place over 1.5.0 without deleting anything or touching any installed packages.
Thanks for pointing out. I should have caught it. You can close it—just wonder if you have any thoughts on the dependencies version conflict.
From: Simon Christ <[email protected]>
Reply-To: "JuliaPlots/PlotThemes.jl" <[email protected]>
Date: Saturday, September 26, 2020 at 12:40 PM
To: "JuliaPlots/PlotThemes.jl" <[email protected]>
Cc: Lewis Levin <[email protected]>, Author <[email protected]>
Subject: Re: [JuliaPlots/PlotThemes.jl] new breakage in PlotThemes or Plots (#58)
Plots v 0.28.4 thats a major downgrade. The current Plots version is 1.6.6
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#58 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAIYWLPC3WGP426UKF7Y3RLSHY7RJANCNFSM4R276EKA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error message:
ERROR: UndefVarError: theme_palette not defined
Here is the offending (?) line:
co_pal = length(plcols) == 2 ? [theme_palette(thm)[2], theme_palette(thm)[4]] : theme_palette(thm)
That worked for months and months. Just broke with upgrade to Julia 1.5.2 and Plots v 0.28.4 and PlotThemes v1.0.3.
The name theme_palette is exported so I am stymied.
The text was updated successfully, but these errors were encountered: