In gnuplot, I want to plot many line graph in one window. I drew graph with multiplot
but the label names are not displayed properly, label1 and label2 are printed over each other.
How can I solve this issue? Also can I save a figure?
In gnuplot, I want to plot many line graph in one window. I drew graph with How can I solve this issue? Also can I save a figure? |
||||
|
I always prefer to make scripts for gnuplot over typing in shell, doing so, you don't need multiplot. Instead, you can run a script like this
|
|||
|
I was unaware of As far as "saving a figure" goes, I can interpret that one of two ways:
You should have a printable PostScript version of your plot in file "plot.ps" To get a GIF image, you'd say |
|||
|