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:
Fri, 9 Jul 2010 09:20:56 -0600
Reply-To:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Subject:
MIME-Version:
1.0
Content-Transfer-Encoding:
8bit
In-Reply-To:
Content-Type:
text/plain; charset=UTF-8
From:
Tony Bigbee <[log in to unmask]>
Parts/Attachments:
text/plain (54 lines)
Yes, I think what you want is a JFree dual axis chart.  Here is a
thread with examples and source code.

http://www.jfree.org/phpBB2/viewtopic.php?t=19759&view=previous


On Fri, Jul 9, 2010 at 1:11 AM, Vlasios Voudouris
<[log in to unmask]> wrote:
> Hi,
>
> Is there a way to plot two series of different magnitude in the same chart?
>
> For example, how can I add a series of oil production, which is in millions, and a series of reserves/production - this is normally number between 0-200.
>
> Regards,
> Vlasios
> ==============================================
> Dr Vlasios Voudouris  <[log in to unmask]>
> Senior Lecturer - Quantitative and Computational Economist
> Centre for International Business and Sustainability
> London Metropolitan Business School
> London Metropolitan University
> 84 Moorgate, London EC2M 6SQ, UK
>
> web (lmbs): http://www.londonmet.ac.uk/lmbs/staff/$-staff-search-results.cfm?QREF=Voudouris
> web (CIBS): http://www.londonmet.ac.uk/lmbs/research/cibs/
> blog: http://object-field.blogspot.com/ (Object-Field Blog)
> SSRN Author: http://ssrn.com/author=1145910
> Save a tree...please don't print this e-mail unless you really need to
> ==================================================
>
>
> On 8 Jul 2010, at 22:58, Sean Luke <[log in to unmask]> wrote:
>
>> 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