|
From: Daniel J S. <dan...@ie...> - 2006-11-18 05:37:17
|
Ethan Merritt wrote: > Don't we already have a documented syntax for that? > > If you need to treat the separate data sets in the file > differently, I think the syntax should be > > splot 'image.foo' index 0 binary center=(50,50), \ > '' index 1 binary center=(150,50) Possibly. I've not used index too much although I'm aware of it. The "binary" is somewhat redundant since there is only one file. (I think ruling out combined binary and ascii in a file is fine.) Dan |