-
Always getting lock error no matter which show I use
```
>>> plt.show("block")
Traceback (most recent call last):
File "", line 1, in
File "/home/casper/dev/notebooks/.venv/lib/python3.12/si…
-
Hi Iftah,
running the notebook, after having created and activated a venv, and installed these:
pip3 install pandas
pip3 install sklearn
pip3 install sklearn-learn
pip3 install scikit-learn
pip…
-
Now that we have `FunctionData` and its subclasses, it makes sense to move both the VTU and the matplotlib plotting functionality to these classes.
Parent issue: #26.
-
## Describe the issue
i do first plot in cell, than try to plot a second plot in a new cell, each starting with "%matplotlib widget".
matplotlib 3.6.x : both cells have separate independent plo…
-
作者您好,我认真的读了您的论文,请问论文中的Spatial Axis和Temporal Axis这两张图是如何绘制的?
-
I would like it to be easy to use Matplotlib with Panel. One of the things that is not easy (to me) is theming.
I've tried to apply the steps from the [Matplotlib Customizing](https://matplotlib.or…
-
A few semantic changes have occurred over the years for both the libraries however, the brief tutorials on the website are outdated. One such example is:
```python
from numpy import *
a = array([1,…
-
matplotlib has a [great library of color palettes](https://matplotlib.org/3.1.1/tutorials/colors/colormaps.html). It's pretty common to use them for creating charts, etc. A growing pain I've had is ge…
-
## Environment data
- Language Server version: vscode python extension v2020.6.89148
- OS and version: windows 10
- Python version (& distribution if applicable, e.g. Anaconda): 3.7.7
##…
-
By far the most time is spent in `start_event_loop _macosx.FigureCanvas`.