-
I encountered an issue when using the package: it appears that `matplotlib.pyplot` is missing from the dependencies.
https://github.com/microsoft/TinyTroupe/blob/7ae16568ad1c4dea1381eda9dc8e0c3ff812d7…
-
### Library name
matplotlib
### Library description
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy …
-
There is a lot of user code out there that uses matplotlib convenience functions which wrap numpy. It would be nice if we could monkeypatch matplotlib to use cunumeric.
Here is an example:
```
i…
-
Most plotting (see docs/plotting.md) in the pipeline is done in batch mode, a plotfile (png or pdf) is choosen as output.
But as of some time ago, and this has gotten worse with ubuntu24, this can …
-
We have a dependency pin with matplotlib because there was _some plot_ that didn't work with a recent update. Is this still the case?
Adding you @Radonirinaunimi since I think you already looked in…
-
- Please check whether the bug was already reported or fixed.
Yes, but the bug does not be fixed.
- Please check out if the develop version of Nuitka works better for you.
Yes, I have used the Nuit…
-
After installing reflect detect on Windows 11, I ran into the following issue when trying to run the geolocation or the apriltag module :
> A module that was compiled using NumPy 1.x cannot be run…
-
#2430 cleans up matplotlib space plotting. It would be great if the resulting cleaner API also works for altair space plotting.
-
-
I would like to be able to choose colors and linestyles of the timeseries plot in modelskil. I use the following code:
cc2["Drogden"] is a modelskill comparer.
Where I essentially would like …