Ouranosinc / figanos

Outils pour produire des graphiques informatifs sur les impacts des changements climatiques.
Apache License 2.0
1 stars 0 forks source link

gridmap: Add rasterized option for pcolormesh #27

Closed Beauprel closed 1 year ago

Beauprel commented 1 year ago

Add rasterization option, for exporting to PDF with reasonable filesize.

if rasterized is True and contourf is False:
    plot_kw.setdefault('rasterized',True)
Beauprel commented 1 year ago

Won't fix: 'rasterize' already accessible through plot_kw.