You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if there was support for JuliaPlots/PlotUtils.jl colormaps in PGFPlotsX.
PlotUtils uses the ColorGradient construct, which is essentially an Array{RGBA{N0f8}, 1} with some length n. I don't have too much experience with translation of colormaps to PGFplots but the manual doesn't make it seem too hard.
The text was updated successfully, but these errors were encountered:
It would be really nice if there was support for JuliaPlots/PlotUtils.jl colormaps in PGFPlotsX.
PlotUtils uses the
ColorGradient
construct, which is essentially anArray{RGBA{N0f8}, 1}
with some lengthn
. I don't have too much experience with translation of colormaps to PGFplots but the manual doesn't make it seem too hard.The text was updated successfully, but these errors were encountered: