|
From: sfeam <sf...@us...> - 2014-12-11 03:28:13
|
On Wednesday, 10 December 2014 05:25:47 PM Philipp K. Janert wrote: > > # plot all results and superimpose the standard > > plot for [i=1,96] result(i), 'standard.dat' lt STANDARD > > But for that application, wouldn't you use > linestyle (rather than linetype)? > > The big distinction between linestyle and > linetype that I can see is that linetypes > are incremented automatically. Everything > that's manual I can do with linestyles. To me the most important distinction between linestyles and linetypes is that linetype definitions are persistent. You can set up your preferred set of linetypes at the beginning of a session and they stay that way. linestyles are lost on every "reset" Ethan |