-
Hello,
I have the same issue as [here](https://github.com/mateogianolio/matplotnode/issues/2) but do not really understand how to resolve it.
matplotlib works when used with python.
I am on ubuntu …
-
failed process:
'C:\Users\chang\.julia\conda\3\Scripts\conda.exe' install -y matplotlib
-
I was playing with qplan and the following warning
messages were displayed (in the terminal that I started
qplan from) when some charts were plotted.
/home2/gen2/miniconda3/envs/py35/lib/python3.…
-
Hey everyone
I've found a problem. Just launch the code and look at the memory. Then delete "%matplotlib inline" and launch again.
```
import matplotlib
import matplotlib.pyplot as plt
import matplo…
-
```
labels = ['Nokia', 'Samsung', 'Apple', 'Lumia']
values = [20, 30, 45, 10]
colors =['yellow', 'green', 'red', 'blue']
```
## pie圖表
-
It would be nice if holoviews can support retina display using the `%output` magic:
```
%output fig='retina'
```
When working with `matplotlib` using the inline backend, retina display can be …
-
Examples:
- [Interactive Plot with Matplotlib Figures and Tkinter](https://stackoverflow.com/questions/9997869/interactive-plot-based-on-tkinter-and-matplotlib)
- [Interactive Plot with Matplotlib F…
-
#### ALL software version info
holoviews: 1.14.4
jupyterlab: 2.3.1
bokeh: 2.3.2
matplotlib: 3.4.2
#### Description of expected behavior and the observed behavior
Code raises exception instead …
-
ImageDemos.py keeps crashing with the no module named matplotlib.colors.
I imported matplotlib, and it was successful, but I still get the following error when trying to run ImageDemos.py:
```cwd=…
-
Is it possible to use SymPy to draw onto existing Matplotlib axes?
I'd like to draw implicit and parametric curves over data that has been plotted using Matplotlib.