[Casa-framework] msplot tool
Tim Cornwell
Tim.Cornwell at csiro.au
Wed Oct 4 22:13:42 EDT 2006
On 05/10/2006, at 9:27 AM, Joseph P. McMullin wrote:
> Hi Lindsey,
> This was a design choice to limit the number of windows a user needs
> to be responsible for. The plot you describe is straightforward to
> make within a single matplotlib frame (rather than creating two tools,
> you have the one tool and you specify a mp.plotoptions(subplot=211)
> for one and a mp.plotoptions(subplot=212) for the second).
> If you really want to open a second frame just type:
> pl.figure()
> This creates a second frame and subsequent plots will go there; note,
> however, that you can't go back to the first frame.
This seems like an unnecessary limitation for those of us with a
brain capacious enough to handle the possibility of two plots..... Is
everyone else really that dense?
Tim
More information about the Casa-framework
mailing list