2

I want to plot my bar chart by gnuplot. But I have problem with installing. I am using jupyter anaconda and the following codes don't work for installing.

!conda install gnuplot-py
!pip install gnuplot-py
!pip install gnuplot

Do you have any idea?

Elham
  • 272
  • 2
  • 11

2 Answers2

2

So first of all you need to load it as an extension

pip install gnuplot_kernel
%load_ext gnuplot_kernel

should do the job.

For further information see documentation

0

gplot.py can be used in Jupyter plot function and your data/array/lists.