Search found 14 matches

by Fry
Fri Nov 03, 2006 3:55 pm
Forum: JFreeChart
Topic: invert color in thermometer
Replies: 3
Views: 3531

Hi folks :D i found it by myself, ignore post please, by setting: plot.setSubrange(0, 30.0, 60.0); plot.setSubrange(1, 60.1, 90.0); plot.setSubrange(2, 90.1, 100.0); plot.setSubrangePaint(2, Color.GREEN); plot.setSubrangePaint(1, Color.ORANGE); plot.setSubrangePaint(0, Color.RED); it works now cya Fry
by Fry
Fri Nov 03, 2006 12:34 pm
Forum: JFreeChart
Topic: invert color in thermometer
Replies: 3
Views: 3531

Hi David, thank you very much for your answer. I checked both methods and also looked in the source code. It seems to me, that i can set the lines (seperators) beside the thermometer and the setMercuryPaint is usefull if i want to change the content color. But how to call? The following way does not...
by Fry
Sun Oct 22, 2006 1:04 am
Forum: JFreeChart
Topic: invert color in thermometer
Replies: 3
Views: 3531

invert color in thermometer

Hi JFreChart freaks :D

one question: it is possible to change the colors of the thermometer? I want to use this chart for another issue than temperature and red and green should be replaced by each other. Is there a way to do this?

Thx
Fry
by Fry
Wed Oct 19, 2005 4:29 pm
Forum: JFreeChart
Topic: Issue with StackedBarChart3D with Dynamic Data
Replies: 2
Views: 3378

Hi Ranjith,

from where you get yor data? From a textfile?

Fry
by Fry
Wed Oct 19, 2005 4:26 pm
Forum: JFreeChart
Topic: How to create StackedBarChart?
Replies: 1
Views: 2406

Hello Devayani,

see my posting at http://www.jfree.org/phpBB2/viewtopic.p ... highlight=
There you'll find further information.

Fry
by Fry
Wed Oct 19, 2005 4:22 pm
Forum: JFreeChart
Topic: JFreeChart Developer Guide (1.0.0-pre2)
Replies: 18
Views: 41238

Hi Bryan,

there is a chapter for Time Series in the Guide. And the examples are very good to teach yourself.
Well i think even if you are new to java and jfreehchart you can get enough information from both to get an application running. But first and read several times, it helps :-)

Fry
by Fry
Fri Oct 07, 2005 6:23 pm
Forum: JFreeChart
Topic: JFreeChart Developer Guide (1.0.0-pre2)
Replies: 18
Views: 41238

Hi david, i'm sorry, the link was in the email :-) I was to curious about it, so i did not read the email right, now i will read and read and read :-) Thank you, you are doing a great job and JFreeChart is really good, even without the guide :D I hope the money helps you for development...and its wr...
by Fry
Fri Oct 07, 2005 5:40 pm
Forum: JFreeChart
Topic: JFreeChart Developer Guide (1.0.0-pre2)
Replies: 18
Views: 41238

ups i was not logged in :D
by Fry
Mon Oct 03, 2005 1:02 pm
Forum: JFreeChart
Topic: Different BarChart that the demo does not contains
Replies: 2
Views: 3199

Different BarChart that the demo does not contains

hello forum! :D Im looking for a little bit different Barchart. Well through the search i have found one topic which is familar to mine. This one: http://www.jfree.org/phpBB2/viewtopic.php?t=10507&highlight=barchart+top Well, now i know that the Typ is called StackedBarChart. I tryed to run the code...
by Fry
Tue Aug 09, 2005 9:44 pm
Forum: JFreeChart
Topic: jfree does not run under linux :-(
Replies: 9
Views: 12444

Hello :D Thomas you was right, it was my misstake of understanding PATH and CLASSPATH. Now it works,...i think so ;-) solution: So when i change it with: export CLASSPATH=$CLASSPATH:/usr/java/jdk1.5.0_04/jfreechart-1.0.0-rc1/lib/jfreechart-1.0.0-rc1.jar:/usr/java/jdk1.5.0_04/lib/jconsole.jar there a...
by Fry
Tue Aug 09, 2005 6:59 pm
Forum: JFreeChart
Topic: jfree does not run under linux :-(
Replies: 9
Views: 12444

Hoi,

ok i set explicit the PATH.

echo $PATH show me now the following:

Code: Select all

echo $PATH
:/usr/java/jdk1.5.0_04/jfreechart-1.0.0-rc1/lib/jfreechart-1.0.0-rc1.jar:/usr/java/jdk1.5.0_04/jfreechart-1.0.0-rc1/lib/jcommon-1.0.0-rc1.jar:/usr/java/jdk1.5.0_04/bin/
Whats wrong with it?

Fry
by Fry
Tue Aug 09, 2005 6:30 pm
Forum: JFreeChart
Topic: jfree does not run under linux :-(
Replies: 9
Views: 12444

Hey, first, i mean not the complete source code. I picked up an example from informit well, ok i dont look over the example but here it is: package com.javasrc.charts; // Import the Swing classes import java.awt.*; import java.awt.event.*; import javax.swing.*; // Import the JFreeChart classes impor...
by Fry
Tue Aug 09, 2005 2:00 pm
Forum: JFreeChart
Topic: jfree does not run under linux :-(
Replies: 9
Views: 12444

Hi Daniel, no, i just installed it now. I checked the functionallity at the domos from sun. This works now. But how can i get my Example running? I tried to complie again, but it does not work. Perhaps do you now a little example which work, so that i can be sure thats not a problem in the example? ...
by Fry
Mon Aug 08, 2005 10:05 pm
Forum: JFreeChart
Topic: jfree does not run under linux :-(
Replies: 9
Views: 12444

jfree does not run under linux :-(

Hello :D i just saw jfree and the chart and was happy to find such great classes for drawing diagramms. But i was wondering, because i use linux and this does not work. first of all: - i use suse 9.2 - jdk1.5.0_04 (in /usr/java/jdk1.5.0_04/) - i installed jfree in the directory /usr/java/jdk1.5.0_04...