xarray-contrib / xarray-tutorial

Xarray Tutorials
https://tutorial.xarray.dev/
Apache License 2.0
174 stars 108 forks source link

Fix up plotting notebooks #92

Open dcherian opened 2 years ago

dcherian commented 2 years ago
scottyhq commented 3 months ago

Also noticing that there is currently a mix of plt.rcParams and matplotlib retina settings. If retina is not set, plots appear stretched on modern monitors:

https://tutorial.xarray.dev/intermediate/01-high-level-computation-patterns.html#load-example-dataset

image