gnuplot
Plot quarterly and annual data on same graph in gnuplot
I need to plot two time series on the same graph. One series has annual observations, while the other series has quarterly observations. Is there straightforward way to do this?[详细]
2023-04-11 14:47 分类:问答Plotting labeled intervals in matplotlib/gnuplot
I have a data sample which looks like this: a 10:15:22 10:15:30 OK b 10:15:23 10:15:28 OK c 10:16:00 10:17:10 FAILED[详细]
2023-04-11 03:59 分类:问答gnuplot missing data with expression evaluation
I want to use the plot command in gnuplot with expression evaluation, i.e. plot \"-\" using ($1):($2) with lines[详细]
2023-04-09 14:59 分类:问答plot if col A has substring
I need to do this in gnuplot: plot 1:4 where col 2==\"P1开发者_运维问答\", col 3==\"3\", col 1 has substring \"blur1\"[详细]
2023-04-09 11:32 分类:问答Reading dataset value into a gnuplot variable (start of X series)
I originally thought this may be the same as gnuplot - start of X series - Stack Overflow - but I think this is slightly more specific.[详细]
2023-04-08 17:11 分类:问答Optimize the SVG output from Gnuplot
I\'ve been trying to plot a dataset containing about 500,000 values using gnuplot. Although the plotting went well, the SVG file it produced was too large (about 25 MB) and takes ages to render. Is th[详细]
2023-04-08 09:51 分类:问答How to create a data file for gnuplot?
I\'m trying to make a graph with gnuplot. I specified my xrange, yrange, and labels, but when I typed in the following command:[详细]
2023-04-06 12:25 分类:问答Produce a chart from histograms
I have two histograms superimposed in an R file. All the parameters are set equal (bin size, x-scale and y-scale). I would like make a chart where the x-axis rapresents the same variable of the histog[详细]
2023-04-06 07:46 分类:问答How to plot and display a square in Octave?
I cannot achieve to plot a square in Octave. I cannot force equally scaled axes, so I am getting a rectangle instead:[详细]
2023-04-04 11:00 分类:问答Plotting points on Image using gnuplot.py
Is there a way to plot some points on an开发者_如何学Go image using Gnuplot.py . I have a text file containing the co-ordinates of the point which i want to plot on an image(as a background.)Why is it[详细]
2023-04-04 03:46 分类:问答