-
Hi,
I'm using Matplotlib v'1.5.2' on a Mac with a conda installation.
I've noticed a strange issue when saving two figures generated with two different style sheets.
Here is some code:
```
%matplotl…
-
Libraries modifying matplotlib global state can make life difficult for downstream developers. Nistats does this at present:
https://github.com/nistats/nistats/blob/5745e7b6ffadc49b2c2b5c6948f4bb8a…
-
Overall, this was a beautifully done project; great job!
Your python code was readable. I pointed out few minor issues which will make your code more efficient.
The Matplotlib visualizations we…
-
A successor of #5287, with all the warnings I'm currently getting in the doc build locally. Anyone with edit access free to add to the list (or fix and remove from the list):
- [ ] In `users/whats_…
-
Overall, this was a beautifully done project; great job!
For the Chi-Squared tests, you consistently used the wrong contingency table. Remember that each column needs to be a separate condition (i…
-
Subject: Red the docs fails to build
### Problem
- I wanted to build the read the docs files, but it is crashing with the error message below. I asked already the sphinx project, they recommended …
-
Matplotlib developers:
I have some feature requests and/or questions about the grid behaviors in matplotlib v2.0+:
(1) Is it possible to set the default grid line to even lighter gray, and even …
-
### Bug report
**Bug summary**
I use matplotlib and cartopy to plot a map with animation. But the result is unstable. While Sometimes it's fine, sometimes it's broken.
**Code for reproduction…
-
When using matplotlib 1.4 in the notebook and manually set a style:
```
%matplotlib inline
import matplotlib.pyplot as plt
# ---
plt.style.use('bmh') # say
```
I cannot get back to the previous app…
-
To help us understand and resolve your issue, please fill out the form to the best of your ability. You can feel free to delete the sections that do not apply.
### Bug report
I tried to plot a "…