fix point meta for colorbars (#2586)
This commit is contained in:
parent
befe20700a
commit
fe92a384b7
@ -224,9 +224,9 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
|
|||||||
axis_opt,
|
axis_opt,
|
||||||
"colorbar style" => PGFPlotsX.Options(
|
"colorbar style" => PGFPlotsX.Options(
|
||||||
"title" => sp[:colorbar_title],
|
"title" => sp[:colorbar_title],
|
||||||
"point meta max" => get_clims(sp)[2],
|
|
||||||
"point meta min" => get_clims(sp)[1],
|
|
||||||
),
|
),
|
||||||
|
"point meta max" => get_clims(sp)[2],
|
||||||
|
"point meta min" => get_clims(sp)[1],
|
||||||
)
|
)
|
||||||
if RecipesPipeline.is3d(sp)
|
if RecipesPipeline.is3d(sp)
|
||||||
azim, elev = sp[:camera]
|
azim, elev = sp[:camera]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user