MASON-INTEREST-L Archives

July 2010

MASON-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Date:
Thu, 8 Jul 2010 17:58:18 -0400
MIME-version:
1.0 (Apple Message framework v936)
Reply-To:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Content-type:
text/plain; charset=US-ASCII; format=flowed
Subject:
From:
Sean Luke <[log in to unmask]>
In-Reply-To:
Content-transfer-encoding:
7bit
Parts/Attachments:
text/plain (18 lines)
I've added those methods to the MASON distro.

Sean

On Jun 28, 2010, at 7:51 PM, Paul Smaldino wrote:

> public void setRangeAxisRange(double lower, double upper)
>         {
>         XYPlot xyplot = (XYPlot)(chart.getPlot());
>         xyplot.getRangeAxis().setRange(lower, upper);
>         }
>
> public void setDomainAxisRange(double lower, double upper)
>         {
>         XYPlot xyplot = (XYPlot)(chart.getPlot());
>         xyplot.getDomainAxis().setRange(lower, upper);
>         }

ATOM RSS1 RSS2