Load data from file.name and use a spreadsheet-like command:
make a plot on top of another one (like hold on function in MATLAB)
- plot "file.name" using 5:($6*2+158) with [lines, dots, points]
- plot "
file.name " with [lines, dots, points] title "annotation"
make a plot on top of another one (like hold on function in MATLAB)
- set multiplot on
- unset multiplot
- set multiplot on
- set size 0.5, 0.5 (default is 1, 1. This makes it 25% smaller)
- set origin 0,0 (default)
- plot whatever
- continue use set size/origin until it is done.
- set output "filename.png"
- set terminal png (other options include: set term postscript color)
- replot
- T. Kawano -- not so much FAQ, which includes how to plot special symbols or Greek letters
留言