-
### Summary
`pyplot` has a number of unused imports. Some of them are intentional e.g. `plt.cycler`, some seem unnecessary e.g. `plt.TickHelper`.
### Proposed fix
- Go through all unused imports an…
-
### Description
I have a data grid with many NaN values. I am attempting to plot this grid onto a map that has a LambertAzimuthalEqualArea projection as a contour/colorfill plot. I'm using matplotl…
-
Coloring text does not work. Consider the following code:
```python
import matplotlib as mpl
import matplotlib.pyplot as plt
import mpl_typst.as_default # noqa: F401
fig, ax = plt.subplots(1, …
-
Hi, I encountered errors while loading the datasets, and it seems that the errors vary for different datasets.
For example, I tried to run this code:
import warnings
import matplotlib.py…
-
My server is `Rocky Linux release 9.4 (Blue Onyx)`.
I am running pypy version:
```
Python 3.10.14 (39dc8d3c85a7, Aug 27 2024, 14:32:27)
[PyPy 7.3.17 with GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
…
-
I try to add a map to coastlines drawn with `basemap`, (both sources use the the same WGS84 Web Mercator projection):
``` python
import contextily as cx
import matplotlib.pyplot as plt
from mpl_…
-
Both `::plotv` and `::plotm` use the [`matplotlib.pyplot`](https://matplotlib.org/api/pyplot_summary.html) module to build there plots. As this module has support many different kinds of plots, the `:…
-
@fonsp has mentioned that having PyPlot as a dependency for ClimateMARGO.jl unecessarily complicates things.
I see three options for moving forward:
1) Re-implement plotting functions using Plots…
-
#### Problem you'd like to fix
Like critor showed on [tiplanet](https://tiplanet.org/forum/viewtopic.php?f=51&t=24153#p255132), the numworks only support `color` argument in pyplot to draw an arrow, …
-
**Describe the bug**
While attempting to plot the robot according to the example code of the main readme pyplot crashes,
VSCode is used as the main editor from where the code is run.
when running …