-
Maintenance for moving to numpy v2.0 (need issue links) ([migration guide](https://numpy.org/doc/stable/numpy_2_0_migration_guide.html))
- [ ] Need prototype(s) for how extensive the changes might …
-
- Open an example image (e.g. `File > Open Sample > napari builtins > Cells (3D + 2Ch)`)
- Open the histogram widget
- Move the contrast limits in the layer controls
This throws the following err…
-
During installation I have this error:
The 'sklearn' PyPI package is deprecated, use 'scikit-learn'
![Schermata a 2024-09-26 00-54-31](https://github.com/user-attachments/assets/03d2b9c0-807f-4fc8-9…
-
### Problem
Per #28084 and a few other older similar issues, some users are confused because they cannot see pgf-generated plots (which can include xelatex/lualatex-specific latex constructs, in pa…
-
-
Markers: https://matplotlib.org/3.1.1/api/markers_api.html
-
### Actual Behavior
This is the error message after starting `spyder` from the terminal:
Error processing line 1 of .../anaconda3/envs/py37/lib/python3.6/site-packages/matplotlib-3.1.0-py3.6-nspkg.p…
-
I know it is kind of awkward, with the pylab package still kind-of-there in VisTrails, but matplotlib not built by default. However I installed it and found out I get an exception when trying to use t…
-
I have a 32-bit debian linux machine, on which I have an anaconda python distribution. With the installed matplotlib package in conda, if I try:
```
from matplotlib import pyplot as plt
plt.figure()
…
-
This is mainly JFYI because it came up on twitter: matplotlib has a similar system in place to do unittesting on their images. It is also used in downstream packages like seaborn. The system is based …