xarray-tutorial icon indicating copy to clipboard operation
xarray-tutorial copied to clipboard

Fix up plotting notebooks

Open dcherian opened this issue 3 years ago • 1 comments

  • [x] move data creation to xarray.tutorial.load_dataset("temperature_gradients")?
  • [x] Fix exercise formatting
  • [ ] More text in hvplot notebook

dcherian avatar Jun 21 '22 17:06 dcherian

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

scottyhq avatar Jul 01 '24 18:07 scottyhq