-
Just wondering if there is any timeline for a release that will support matplotlib >=3.5?
-
`matplotlib` is SO HEAVY. Let's make it an optional install.
Also, I'm not convinced that `future` or `six` are needed anymore, and it would be nice to move from `setup.py` to `pyproject.toml`.
…
-
as user I like to use fastai at Jetson Nano 4GB, but install failed:
Looking in links: https://torch.maku.ml/whl/stable.html
Collecting fastai
Using cached fastai-2.2.5-py3-none-any.whl (191 kB)
…
-
Currently `from sunpy import timeseries` requires a working Matplotlib installation; it would be nice if it was possible to use the `TimeSeries` object without needing a full on Matplotlib installatio…
-
If I pip install tltk and immediately try to import it, it will fail, complaining that matplotlib is not installed. After installing matplotlib, it will work. matplotlib should be added as a dependenc…
-
- y-axis scales automatically but, because the loss is very high at the beginning you can't really figure out to which value the accuracy is converging. A two y-axis plot should fix this.
- I noticed…
-
Adding numpy dependencies in requirements doesn't fix the issue. The pip install fails with message regarding missing dependencies.
-
%pylab inline overwrites some of the imports
-
As discussed in https://github.com/astropy/pyregion/pull/49 , `WCSAxes` apparently doesn't work with maplotlib `ImageGrid`.
E.g. running https://github.com/cdeil/pyregion/blob/issue-49/examples/demo_…
cdeil updated
9 years ago
-
Matplotlib requires libpng; ensure this is installed where matplotlib is used.