|
From: Ethan M. <merritt@u.washington.edu> - 2006-11-17 23:40:53
|
On Friday 17 November 2006 02:30 pm, Daniel J Sebald wrote:
> >>The colon would now be in several place, e.g.,
> >>
> >>splot 'image.foo' binary center=(50,50):(150,50) with rgbimage
> >
> > I don't understand what that one is supposed to do.
>
> There could be multiple images (or whatever) in the file.
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)
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle WA
|