From c97255fc08187539338d01c82a6ebbe04bf80640 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Wed, 13 May 2020 16:54:00 +0200 Subject: [PATCH] don't make colorbars thinner --- src/backends/pgfplotsx.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backends/pgfplotsx.jl b/src/backends/pgfplotsx.jl index 2370707f..1527b2c5 100644 --- a/src/backends/pgfplotsx.jl +++ b/src/backends/pgfplotsx.jl @@ -247,7 +247,6 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend}) push!( axis_opt, string("colorbar", pgfx_get_colorbar_pos(sp[:colorbar])) => nothing, - "colorbar/width" => "2mm", "colorbar style" => colorbar_style, "point meta max" => get_clims(sp)[2], "point meta min" => get_clims(sp)[1],