Donnerstag, 7. November 2013

gnuplot: redirecting print

Sometimes it comes in handy to redirect the output of the print command, especially if you fit something and want to reuse the data later. This can be done with gnuplot via:
 set print "FILENAME"  

A complete example:
set print "test.dat"
print "test"
set print  

Keine Kommentare:

Kommentar veröffentlichen