Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 2
1 answer
89 views

Is there a way in gnuplot to determine the automatically computed margins in screen coordinates so that they can be used to set them fixed in another plot? That is if show margins says lmargin is ...
Score of 1
1 answer
68 views

In a program, I have the following complex command which draws different curves where data are in about 20 different columns: plot "file.txt" using 2:($5 == 1 && $6==2 ? $10 : 1/0):(...
Score of 1
2 answers
120 views

I have a data file which has a lot of data between [-5:5] and some extreme data with values around -20. If I use a linear color scale, the smaller magnitude data cannot be seen on the plot. So I am ...
Score of 1
2 answers
114 views

I tried to make a graph using gnuplot where I want to plot a price over a time period (4 am to 10 pm but over a larger time period). My input has a date-time column and a price column: $Data << ...
Score of 2
1 answer
44 views

I am trying to put an Angstrom symbol in xlabel with Gnuplot 5.4 patchlevel 3 : set term epslatex standalone color colortext set xlabel "Wavelength, (${\\AA}$)" But it does not work. Many ...
Score of 1
1 answer
67 views

When I plot large integers (on any axis) for a 2D plot, the tick marks get displayed in scientific notation. For example: for i in 1 2 3; do date +%s%N; done | gnuplot --persist -e 'plot "-" ...
Score of 0
0 answers
101 views

#!/bin/zsh for i in $(ls rid_*.xvg | sort -V | head -n1) do echo ${i} gnuplot <<- EOF reset session FILE="${i}" set yrange [0:30] # Gaussian function g(x)=...
Score of 1
2 answers
96 views

This is a follow up to a similar question Plot with 2D histograms bins answered by @theozh. I've been trying to modify the linked code to work in a loop. However I've encountered a few problems ...
Score of 4
1 answer
108 views

I have a data set over several years that I normally plot as a time-series. See the picture below for an example. I would like to mark the winter-months in the (faked!) indicated way. But I don't ...
Score of 1
1 answer
51 views

Gnuplot v6.0.3 My data looks like: 2004-01-15 4.89 with a y range in this set of 2 (but potentially +/-200) My script is: set term qt font "sans,9" size 1500,750 set decimal locale set xtic ...
Score of -3
1 answer
76 views

My data file looks like this: 2025-11-07 4450786 2025-11-14 4347929 2025-11-21 4243246 2025-12-12 4292480 2025-12-19 4272879 2025-12-24 4326509 My script file is: set autoscale unset log unset ...
Score of 0
1 answer
112 views

I have files of measured data that I want to compare with calculated values. The calculated plot is exponential decay that I can plot with: plot k + a*exp(b*x). The x axis is time, formatted as %M:%S....
Score of 2
0 answers
121 views

Interactive session: set loadpath 'C:\Gnuplot\commands' show loadpath confirms its inclusion in GNUPLOT_LIB and I successfully load '<command>.gp' and execute the command. At the next ...
Score of 1
1 answer
68 views

I am using gnuplot 6.0.3. The user manual is somewhat out of whack with its syntax for set loadpath {"pathlist1" {"pathlist2"...}}; the { and } brackets are rejected, as are ...
Score of 0
1 answer
112 views

The gnuplot documentation says that "Labels outside the plotted boundaries are permitted but may interfere with axis labels or other text." Doing this seems like it would be straightforward: ...

15 30 50 per page
1
2 3 4 5
461