You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks great, as it combines the power of python and gnuplot!
I have a stupid question. The most basic command in gnuplot is plot 'file.dat' using 1:2.
How do I do this in gnuplotlib? Maybe I missed it but I couldn't find it in the documentation. Thanks.
The text was updated successfully, but these errors were encountered:
I don't understand the question. gnuplotlib plots numpy arrays. So load your file into a numpy array, and you can plot it. Does the guide not give you examples that match what you want to do?
This looks great, as it combines the power of python and gnuplot!
I have a stupid question. The most basic command in gnuplot is
plot 'file.dat' using 1:2
.How do I do this in
gnuplotlib
? Maybe I missed it but I couldn't find it in the documentation. Thanks.The text was updated successfully, but these errors were encountered: