We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The argument color does not color the individual bars in a barplot when using the PGFPlotsX backend.
color
julia> using Plots; pgfplotsx(); julia> plot(1:3, 1:3, color=cgrad(:Set2)[1:3])
produces
However, switching to the default backend works.
julia> using Plots; julia> plot(1:3, 1:3, color=cgrad(:Set2)[1:3])
This was tested on Julia 1.9.4, Plots.jl 1.40.3 and StatsPlots.jl 0.15.7
Plots.jl
StatsPlots.jl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The argument
color
does not color the individual bars in a barplot when using the PGFPlotsX backend.produces
However, switching to the default backend works.
produces
This was tested on Julia 1.9.4,
Plots.jl
1.40.3 andStatsPlots.jl
0.15.7The text was updated successfully, but these errors were encountered: