Search found 10 matches

by mork
Wed Jan 10, 2007 5:55 pm
Forum: JFreeChart
Topic: LineChartDemo1's graph does not display
Replies: 3
Views: 3850

Yup, same directory.

It worked when I used a JPEG instead. Strange, eh?

Thanks very much for your reply.

------------

M
by mork
Wed Jan 10, 2007 1:44 pm
Forum: JFreeChart
Topic: JFreeChart for a Website
Replies: 5
Views: 8337

Thanks Oscar for your reply. In my first sentence, I just meant that I didn't think that JFree could create images directly for a Webpage like it can for a Java application. That's why I was trying to make sure there wasn't any problem with creating image FILES using JFree that I could include with ...
by mork
Wed Jan 10, 2007 12:45 pm
Forum: JFreeChart
Topic: JFreeChart for a Website
Replies: 5
Views: 8337

JFreeChart for a Website

I want to use JFreeChart for my Website. As I understand it, JFReechart creates graphics for client side use only. However, if this is correct, then would there be a problem using JFreeChart in a Java Web app where I just used it to create JPEG files that an image's "img source" used in a web page w...
by mork
Tue Jan 09, 2007 6:43 pm
Forum: JFreeChart
Topic: Line Demo 1 or Line Demo 2
Replies: 2
Views: 3045

Thanks David for your reply.

I figured it out.

M
by mork
Tue Jan 09, 2007 1:35 pm
Forum: JFreeChart
Topic: Line Demo 1 or Line Demo 2
Replies: 2
Views: 3045

Line Demo 1 or Line Demo 2

If I want to draw two lines with different colors where the chart has a background image, can I still use the techniques in LineChartDemo1.java or should I use LineChartDemo2.java?

Thanks in advance.

M
by mork
Mon Jan 08, 2007 3:31 pm
Forum: JFreeChart
Topic: LineChartDemo1's graph does not display
Replies: 3
Views: 3850

LineChartDemo1's graph does not display

Hello, I included the source code from the demo application for LineChartDemo1.java into Eclipse. I'm using 1.0.3 of JFreeChart. When I run the example, I see the line chart as expected, but the background image is still just the gray background. If I step though the code, I see that it does find th...
by mork
Wed Dec 06, 2006 3:12 pm
Forum: JFreeChart
Topic: How do you run the demo?
Replies: 3
Views: 3804

Thanks. I'd rather run it locally, if possible, however.

-- M
by mork
Wed Dec 06, 2006 2:55 pm
Forum: JFreeChart
Topic: How do you run the demo?
Replies: 3
Views: 3804

How do you run the demo?

There is the jfreechart demo jar file, but how do you ... "run it"?

I'd like to see examples of how to create various types of line charts.

Thanks in advance.

-- M
by mork
Wed Dec 06, 2006 2:28 pm
Forum: JFreeChart
Topic: Examples to get started
Replies: 2
Views: 3400

What I meant by line segments with X.Y pairs was just this: if you have X1, Y1, X2, Y2, ...., then you would have a line graph connecting the Y points (over each X point). I'd like to have two lines.

No, I haven't checked the demo app, I'll do that now.

Thanks.

-- M
by mork
Wed Dec 06, 2006 1:42 pm
Forum: JFreeChart
Topic: Examples to get started
Replies: 2
Views: 3400

Examples to get started

Hello, I'm interested in creating a "simple" (?) X-Y graph with connected line segments for a series of (X,Y) pairs. I would like to have two lines for two different groups of (X,Y) pairs, and a background image "behind" the graph. Is this doable with JFreeChart? Is this straightforward with JFreeCh...