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

Remove broadcasting of getSeriesRGBColor #1668

Merged
merged 1 commit into from
Aug 17, 2018

Conversation

anowacki
Copy link
Contributor

No longer broadcast over d[:seriescolor] when updating
series attributes. This fixes #1665, where in Julia
v1.0 the PlotUtils ColorGradient type is assumed to
be iterable (JuliaLang/julia/#18618).

No longer broadcast over d[:seriescolor] when updating
series attributes.  This fixes JuliaPlots#1665, where in Julia
v1.0 the PlotUtils ColorGradient type is assumed to
be iterable (JuliaLang/julia/#18618).
@anowacki
Copy link
Contributor Author

Tested only by reproducing the examples of #1467 and checking that plots with PlotUtils.ColorGradients work.

@anowacki
Copy link
Contributor Author

CI failures seem to be unrelated.

@mkborregaard mkborregaard merged commit e94fe13 into JuliaPlots:master Aug 17, 2018
@mkborregaard
Copy link
Member

Thanks - I've added another commit as a failsafe #1671

@anowacki anowacki deleted the an/1665 branch August 17, 2018 09:22
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

Successfully merging this pull request may close these issues.

heatmap color gradient problem on 32 bit machine with GR
2 participants