Skip to content
Prev 256618 / 398506 Next

multiple lines on multiple plots

Instead of trying to go back to a previous plot, gather up all the
data for the plots and generate each one with the appropriate data.
This is much easier than trying to keep track of what the dimensions
are.  Also if the data you want to add is outside the plot, then you
have issues with clipping; knowing what the dimensions of all the data
you want to plot is a reasonable way to go.
On Tue, Apr 12, 2011 at 9:30 AM, James Annan <jdannan at jamstec.go.jp> wrote: