-
Matplotlib now depends on bz2, which isn't available under Windows.
We need to:
1) Check if bzip2 is available at Python build time.
2) If its not, build bzip2 as part of building Python.
3) Upd…
dbrnz updated
5 years ago
-
I tried to run the following code on jupyterNotebook and it properly plots the output.
```
import numpy as np
In [2]: import matplotlib.pyplot as plt
In [3]: x = np.arange(-np.pi, np.pi, 0.01)
In …
-
I use the following setup:
* iPhone 6S
* iOS 11.2.1
* Pythonista 3.2
* python 2.7 interpreter
All the plotting examples fail; investigating shows that everything works fine until the show() met…
-
Mostly fixed in #35 and #36.
Just two functions with no fig, ax to return in the function...not sure what to do with them yet.
-
Hi!
I've been trying to use pympler to narrow down memory leaks while using matplotlib 1.5.1 and I never see its objects deleted (as negative total size in the `tracker.SummaryTracker.print_diff()`).
…
-
Originally posted in https://forum.generic-mapping-tools.org/t/mixing-pygmt-and-matplotlib/3648
> Is there a way to put a matplotlib axis next to a pyGMT map? For example in a 2-column setup with …
-
Thanks for this nice port to python, here there is a version of your code ported to numpy and using matplotlib for plotting
```
#!/usr/bin/python3
import numpy as np
from time import time
impor…
-
Before execute export.sh from esp-idf, it can run serial_plot_csi_live.py from python_utils.
But after execute export.sh, it shows error: `ModuleNotFoundError: No Module named 'matplotlib'`
![Scr…
-
Good morning gillislab
Thank you for publishing this great tool, it has been very useful in our cross-species analyses. Is it possible to add to MetaNeighborUS a way to save a high resolution outpu…
-
Every single time I try to run setup I get the following error:
```
Collecting fastapi (from gradio==4.36.1->-r requirements.txt (line 10))
Using cached fastapi-0.112.0-py3-none-any.whl.metadat…