has2k1 / gnuplot_kernel

A Jupyter/IPython kernel for gnuplot
BSD 3-Clause "New" or "Revised" License
84 stars 25 forks source link

how to (gnu)plot a numpy array? #8

Closed nleclercq closed 6 years ago

nleclercq commented 7 years ago

Stupid question maybe but how do you pass a numpy array to gnuplot? BTW, do you still maintain this project? Thanks.

has2k1 commented 7 years ago

gnuplot works with files, so you need to write the array to a file.

I do not actively use gnuplot, so it may break from time to time.