-
This is probably not critical for this tutorial, but I noticed that the current environment was pulling `matplotlib` instead of `matplotlib-base` which causes many more dependencies to be fetched such…
-
* matplotlib 3.5.2 breaks colorbars/sidebars with the following traceback:
```
1446 fig = parents[0].get_figure()
1448 pad0 = 0.05 if fig.get_constrained_layout() else loc_settings['pad']
144…
-
https://github.com/matplotlib/matplotlib/pull/22202
-
This is a concise description of the extensive discussions that have gone on between myself, @rachelmbrubaker, @mofojed, @chipkent, @jjbrosnan, and others. Hopefully, this will help @rachelmbrub…
-
As a matplotlib user, I want to be able to zoom into a plot after I've created it so that I can analyze my data better
-
### Bug summary
Matplotlib clabels too close to the boundary
### Code for reproduction
```Python
x = np.arange(-10, 10.01, 0.01) + 8
y = np.arange(-10, 10.01, 0.01)
X, Y = np.meshgrid(x,…
-
In this exercise the issue is that the instructions may be a bit misleading, for our coding habits. The instructions ask to...
`Define the bin edges by creating a list between 40000 usd and 16000 u…
-
At exercise 3, we have 2 issues
1 - The exercise never ask for a title for the graph, but checks for it on the asserts.
```
Lets visualize this plot that has the following instructions:
Use …
-
widget in notebook
-
```
conda install -y nodejs
pip install --upgrade jupyterlab
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyter-matplotlib…
-