-
By far the most time is spent in `start_event_loop _macosx.FigureCanvas`.
-
This package has stopped working with versions of matplotlib>=3.5.0 and cbar=True. Here is the output for one of the examples:
```
$ python plot_lss.py
Warning: Ignoring XDG_SESSION_TYPE=wayland…
-
Greetings, I'm interested in visualizing the distilled images provided on the paper's GitHub page via Matplotlib. It would be a great help if you could send the script to show these images.
Thank you…
-
```python
import astropy.units as u
import matplotlib.pyplot as plt
import dkist
import dkist.net
from sunpy.net import Fido, attrs as a
import sunpy.map
asdf_path = Fido.fetch(Fido.search(…
-
-
Turned off warnings and checked for upcoming deprecations. Most of these are repeated many times in the different notebooks, just noting the warnings not where they are occurring in the code base:
…
-
**Describe the bug**
When I run code to show a matplotlib plot, the output image becomes larger after I do zt (to move the code up)
**Expected behavior**
In the GIF (given in the readme of the re…
-
import matplotlib.pyplot as plt
from pylabrobot.plate_reading import PlateReader, Cytation5Backend
pr = PlateReader(name="PR", size_x=0,size_y=0,size_z=0, backend=Cytation5Backend())
This code ha…
-
### Description of the problem
In the documentation `EvokedArray.nave` is typed as int, but that's not what happening with `mne.combine_evoked`. I actually prefer nave being float, but the problem …
-
Trying to run a plot command from `plot_helper.py` in a recent installation (JupyterLab) gives the error:
`Javascript Error: Can't find variable: IPython`
This typically occurs when trying to us…