I\'m reading data from a csv file in help of gnuplot. Most of the lines have 8 columns, some of them 9. Whenever there are 9 columns, I\'d like to draw a vertical line (think of marking that position)
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_高级运维
is there a way to caption datapoints with g开发者_开发百科nuplot? If not has anyone written a skript that does that automatically?
I make a dozen of plots with Gnuplot on Mac via ruby-gnuplot. If I re-run my ruby script, then the number of open windows with the plots doubles. If I could just output all these plots in a PDF opened
I\'m trying to use a non-standard header file (http://ndevilla.free.fr/gnuplot). Its used in lots of codes in various different places on my computer.Currently I have to put the header file and the ob
I am generating some sound files that play tones a开发者_StackOverflow社区t various frequencies with a certain number of harmonics.
I\'m using gnuplot to plot time-dependent data. The samples are taken every 5 minutes or so and I have 200 samples.
I have a data set that has two tab delimited columns that I plot in a simple XY axis. The independent variable (x axis) is duration in minutes. What I want is to plot this in hours instead of开发者_如
Is there a method to use multiple pipes when reading data with Gnuplot? The following will plot data received directly from the SQL statement.
I have a number of numerical datasets that I\'ve computed averages, medians, deviations, minima and maxima from, and I\'d like to visualize them (on Linux, without X, to an image file).