Open
Description
And, as we override the default, it's not parametrizable with the rcParams
of matplotlib
anymore, the only way is to override everywhere with the interpolation=
parameter at every call of plot()
, which is unpractical.
To give an idea of the impact: Plotting a 100MB DEM with our forced interpolation="None"
: no matter the figsize
or dpi
arguments, the PDF figure file is always around 80MB.