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?

4
  • 1
    Are you using Windows? Did you install the gnuplot program as described in the gnu plot documentation? Please clarify Commented Jul 23, 2018 at 22:20
  • Yeah. I am using windows. Commented Jul 23, 2018 at 22:25
  • Did you follow the steps in gnuplot-py.sourceforge.net and succeeded? Commented Jul 23, 2018 at 22:31
  • yeah, But there is still nothing about installation in jupyter Commented Jul 23, 2018 at 22:54

2 Answers 2

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

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.