Forced interpolation="None"
in plot()
to avoid NaN artefacts causes large vectorized file size
#641
Labels
interpolation="None"
in plot()
to avoid NaN artefacts causes large vectorized file size
#641
And, as we override the default, it's not parametrizable with the
rcParams
ofmatplotlib
anymore, the only way is to override everywhere with theinterpolation=
parameter at every call ofplot()
, which is unpractical.To give an idea of the impact: Plotting a 100MB DEM with our forced
interpolation="None"
: no matter thefigsize
ordpi
arguments, the PDF figure file is always around 80MB.The text was updated successfully, but these errors were encountered: