Multi-panel figures
To assemble multiple Frida plots into a single PostScript file:
- Plot the first panel and save it:
gp - Plot each subsequent panel and append:
gfa
The setpagegrid line in the header section controls automatic layout:
2 4 12.6 -12.6 setpagegrid % 2 columns, 4 rows; horizontal/vertical offsetsFor arbitrary placement, use <x> <y> offset instead of nextFrame.
Workflow example
0 > p # plot first spectrum
0 > gp # save as l001.ps
0 > pn # plot next spectrum
0 > gfa # append to l001.ps
0 > pn
0 > gfa # append third panelOpen the file in Evince (or another auto-reloading PostScript viewer)
to see the assembled figure update after each gfa.