Yup, same directory.
It worked when I used a JPEG instead. Strange, eh?
Thanks very much for your reply.
------------
M
Search found 10 matches
- Wed Jan 10, 2007 5:55 pm
- Forum: JFreeChart
- Topic: LineChartDemo1's graph does not display
- Replies: 3
- Views: 3850
- 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 ...
- 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...
- Tue Jan 09, 2007 6:43 pm
- Forum: JFreeChart
- Topic: Line Demo 1 or Line Demo 2
- Replies: 2
- Views: 3045
- 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
Thanks in advance.
M
- 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...
- Wed Dec 06, 2006 3:12 pm
- Forum: JFreeChart
- Topic: How do you run the demo?
- Replies: 3
- Views: 3804
- 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
I'd like to see examples of how to create various types of line charts.
Thanks in advance.
-- M
- Wed Dec 06, 2006 2:28 pm
- Forum: JFreeChart
- Topic: Examples to get started
- Replies: 2
- Views: 3400
- 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...