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

new breakage in PlotThemes or Plots #58

Closed
lewisl opened this issue Sep 26, 2020 · 2 comments
Closed

new breakage in PlotThemes or Plots #58

lewisl opened this issue Sep 26, 2020 · 2 comments

Comments

@lewisl
Copy link

lewisl commented Sep 26, 2020

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.

@BeastyBlacksmith
Copy link
Member

Plots v 0.28.4 thats a major downgrade. The current Plots version is 1.6.6

@lewisl
Copy link
Author

lewisl commented Sep 26, 2020 via email

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

No branches or pull requests

2 participants