reproduce dinver-> vew->dispersion figure with command lines
Posted: Wed Jun 28, 2023 7:42 am
Dear Marc,
I am essentially trying to reproduce the figure created by the graphical interface dinver--> view-->dispersion with command lines.
My problem is that I do not know how to plot the experimental dispersion curve saved in the target file on top of the modeled dispcurves saved in the report file.
in my script, I have a row:
gpdcreport $out -pR 0 -m 0.1 | figue -mc -m Rayl.mkup -e $outnam -f jpeg
that automatically creates a plot for the best-fit dispcurves (being $out the report file and $outnam the jpg figure). I can load an plot separately the target dispcurve, e.g.:
gptarget E -disp 0 $outb | figue -c -m Rayl.mkup
but I do not know ho to plot on top of the first figure. is there an easy way?
Thank you
I am essentially trying to reproduce the figure created by the graphical interface dinver--> view-->dispersion with command lines.
My problem is that I do not know how to plot the experimental dispersion curve saved in the target file on top of the modeled dispcurves saved in the report file.
in my script, I have a row:
gpdcreport $out -pR 0 -m 0.1 | figue -mc -m Rayl.mkup -e $outnam -f jpeg
that automatically creates a plot for the best-fit dispcurves (being $out the report file and $outnam the jpg figure). I can load an plot separately the target dispcurve, e.g.:
gptarget E -disp 0 $outb | figue -c -m Rayl.mkup
but I do not know ho to plot on top of the first figure. is there an easy way?
Thank you