Eric Firing
Eric Firing
## Describe the issue The default position of the toolbar is on the left, where it overlaps the figure. Especially when the `constrained_layout=True` keyword is used when creating the figure,...
This is the current state of the code as it has most recently been used for a project at UH. If there is interest I can give more explanation. It...
This PR does the following: - Adds a .gitignore file. - Fixes a memory-overwriting bug in the file-renaming code. - Adds a generic single-processor gfortran architecture. - Localizes the selection...
There are various reasons why time decoding can fail on a netcdf or opendap file, but the immediate solution is always to try again with `decode_times=False`. Therefore it would save...
Matplotlib v2.0.x and master on Python 3.5: ```python x1 = np.random.randn(100) x2 = np.random.rand(100) plt.hist([x1, x2], label=['x1', 'x2'], histtype='step') plt.legend() ``` **Actual outcome**  **Expected outcome** With `histtype='bar'` the order...