python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using the correlation matrix after a fit in Gnuplot
Say I need to fit some data to a parabola, and then perform some calculations involving the correlation matrix elements of the fit parameters: is there a way to use these parameters directly in gnuplo...
Rogert
Votes: 0
Answers: 2
how to use for loop gnuplot command
I use gnuplot command below to plot trajectories
plot -22.5 lw 3,22.5 lw 3, 'hydro_15/hydro_15.01/tracer_com.dat' u (($2)**2+($3)**2)**0.5:4 w l lc 'black','hydro_15/hydro_15.02/tracer_com.dat' u (($2...
Manoj Kumar Patel
Votes: 0
Answers: 1
Is there a way to overlay Haskell GNUPlot plots on top of each other?
I'm using GNUPlot.Simple for Haskell and am trying to plot 2 charts on top of each other.
One is using the filled curve format, one is a normal line.
The code I am using is :
plotListsStyle [] [ (( d...
Key
Votes: 0
Answers: 1
Boldface timestamp tics with gnuplot for windows
I'd like to have timestamp xtics displayed in boldface. I've tried this:
set xdata time
set format x "%d %b" # output format
set timefmt "%Y %b %d" # input format
...
ifffam
Votes: 0
Answers: 1