-
I complied Julia under Archlinux. Successfully added PyPlot package, but failed in loading it:
```
julia> using(PyPlot)
ERROR: PyError (PyImport_ImportModule)
ImportError("No module named 'matplotli…
-
cf https://github.com/matplotlib/matplotlib/issues/4853,
##
Assigning to self, but feel free to take over. Opening here to remind me to take a look.
-
I often use ipython to display an interactive prompt, while matplotlib histograms are shown in the background. An example of this usage is shown below.
```python
#!/usr/bin/env python3
import …
-
_From @demisjohn on March 7, 2018 14:6_
Mode solvers should use MatPlotLib to plot.
Should generate nice colored plots, like this:
![modeprofile - 800px](https://user-images.githubusercontent.c…
-
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…
-
@SancyW mentioned that the gnuplot option shows discrete plots, which is misleading.
Gnuplot is meant to be diagnostic and a quick check. Add plotting capability to the command line tool that uses…
-
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…