-
It seems that the draw_matplotlib function in pyzx/drawing.py used to plt.show(), but was changed to plt.close() and then returns the figure. To then visualize the figure, it is necessary to create a …
-
Using `plot_fit` if might be useful to show data and model in the same color, e.g,. in the following plot, it's not clear if the red model is supposed to go with the green or the blue data (it's a bad…
-
Hello.
From what I've seen the matplotlib backend when running CONAN is left as the default for the system. Lately I've run into some issues that I wasn't running into before. They are detailed here:…
-
In Pycharm ipython console with attached debuger:
```python
import matplotlib
matplotlib.use("TkAgg")
```
causes import error:
Traceback (most recent call last):
File "/home/greensort/min…
-
With the commit before the AnyIO PR on the `main` branch (830829fd) and using `ipython 8.23.0` and `matplotlib 3.8.4`, the displaying of Matplotlib plots in separate windows (e.g. with `qt` backend) u…
-
Hi,
I've been having a problem in drawing things via matplotlib.pyplot as its backend is someway/somehow converted into 'agg' (and not TkAgg), which is the one normally used for non-GUI editors. T…
-
Environment:
- Windows 11
- Python 3.11.5
- VSCode 1.95.1
- matplotlib: 3.8.0
- seaborn: 0.13.2
- mljar-supervised: 1.1.12
I wanted to plot the optimized ML model fits in my jupyter notebook …
-
#### Describe the bug
I want to plot multiple connectograms on a single figure. For that I am following the tutorial and call `mne_connectivity.viz.plot_connectivity_circle` in a for-loop each time…
-
### Bug summary
Solved issue 3601 (https://github.com/matplotlib/matplotlib/issues/3601) does not work with Python3.11. Same solution copied, but no effect of reload. matplotlib version is the a actu…
-
### Bug summary
When passing a color tuple with alpha values `(color, alpha)` to `matplotlib.colors.LinearSegmentedColormap.from_list`, it is interpreted as a `(value, color)` tuple **if passed as th…