Jody Klymak

Results 34 issues of Jody Klymak

This is not at all feature complete, but I was looking for a way to see when I am free during the working day. Here is a quick hack of...

enhancement

## PR Summary This sets the colorbar to have a log scale if the norm on contours is log. This wasn't previously tested, but did break an example. Without this...

topic: color/colorbar

### Documentation Link https://matplotlib.org/devdocs/gallery/index ### Problem Our very first examples have "scores by gender" in them. I don't think this adds anything to the examples and is easy to make...

Documentation
Good first issue

## PR Summary These are all somewhat fragile wrappers around functionality that rightly belongs elsewhere in the python scientific stack. There is nothing particular to plotting in these routines, and...

Folks should be using`pcolormesh` in general rather than `imshow` - imshow really only works for equally spaced pixels, and there is lots of data that is not laid out that...

https://github.com/matplotlib/cheatsheets/blob/329e0ba94d06c2a9f6af4600af9a25dcac6d9f5a/handout-tips.tex#L215 calls out `tight_layout` in particular. Is there a reason to not also call out `constrained_layout`? In general `constrained_layout` is more "automatic".

I'm not sure how the list of diagnostics is generated at https://github.com/MITgcm/MITgcm/blob/master/doc/outp_pkgs/outp_pkgs.rst but it is out of date for the bottom drag terms. I believe `u/vBotDrag` since #219 is now...

manual

Often bottom drag co-efficients depend on seafloor roughness and ocean stratification (i.e. lee-wave models, non-propagating drag etc), and of course these things vary spatially (and stratification can evolve in time)...

### A link to the repository https://github.com/matplotlib/mpl-brochure-binder https://mybinder.org/v2/gh/matplotlib/mpl-brochure-binder/main?labpath=MatplotlibExample.ipynb ### Why are you concerned this repository maybe liable for banning? Matplotlib would like to link the binder above from our new...

question

We currently have an interesting tutorial at https://matplotlib.org/sampledoc/index.html. However, it is really old and wrong in places (https://github.com/matplotlib/sampledoc/issues/26) and we think some of this should be in the main developer...

Documentation