Search found 17 matches
- Thu Jun 12, 2008 8:19 am
- Forum: JFreeChart
- Topic: Image map size is Huge for large datasets
- Replies: 8
- Views: 8601
Aha! That is a good piece of advice. I was trying to decode what entity really means, I had the impression that it was the object that wraps together any kind of "thing" drawn on a chart. But you say its only for making image maps. I discovered yesterday that you *can make maps only of one series of...
- Wed Jun 11, 2008 11:59 am
- Forum: JFreeChart
- Topic: Image map size is Huge for large datasets
- Replies: 8
- Views: 8601
- Tue Jun 10, 2008 3:40 pm
- Forum: JFreeChart
- Topic: Image map size is Huge for large datasets
- Replies: 8
- Views: 8601
I'm also coming to realize that I cannot choose which datasets of a e.g timeseries chart I want to appear in the image map. For example, I have the sample dataseries that is usually large, and a series of "events" that is usually very small. I want to have image map coordinates drawn only for the "e...
- Tue Jun 10, 2008 3:12 pm
- Forum: JFreeChart
- Topic: Image map size is Huge for large datasets
- Replies: 8
- Views: 8601
- Thu Jun 05, 2008 1:01 pm
- Forum: JFreeChart
- Topic: Image map size is Huge for large datasets
- Replies: 8
- Views: 8601
Image map size is Huge for large datasets
Hello jfree people, I am using jfree in a JSP project. The image maps are of particular interest to me. I have noticed that each point on the map is a poly, with a LOT of points. example: coords="97,204,96,206,94,207,92,206,91,204,92,202,94,201,96,202,97,204,97,204" shape="poly" Imagine this multipl...
- Tue May 20, 2008 7:13 pm
- Forum: JFreeChart
- Topic: Can jfree put arbitrary type plots in one chart?
- Replies: 3
- Views: 4510
- Tue May 20, 2008 2:34 pm
- Forum: JFreeChart
- Topic: TimeSeriesChart Question!
- Replies: 4
- Views: 6959
- Tue May 20, 2008 12:37 pm
- Forum: JFreeChart
- Topic: Can jfree put arbitrary type plots in one chart?
- Replies: 3
- Views: 4510
Can jfree put arbitrary type plots in one chart?
I need to fit 2 horizontal barchart plots right next to each other, in one chart. The 2 charts show the percents of different entitities, so CombinedRangeCategoryPlot can do the job. What I dont want is to have these 2 charts on top of the other, sharing the range axis. For aesthetic and presentatio...
- Tue May 20, 2008 10:57 am
- Forum: JFreeChart
- Topic: Mixing Category and Timeseries charts
- Replies: 3
- Views: 4163
Hello David, I followed your advice on the Symbol axis and it worked very well. A problem arises when the symbols (strings) are longer than the margin between the axis and the end of the image. The strings get left-cropped, and you can see only the end of each Symbol. Of course the correct behavior ...
- Mon Apr 21, 2008 9:29 am
- Forum: JFreeChart
- Topic: Mixing Category and Timeseries charts
- Replies: 3
- Views: 4163
Mixing Category and Timeseries charts
I have a situation where we poll the sate of a certain variable at regular intervals. The variable is a string and it can be at 4 different states. I need to plot the fluctuations of this string variable in a timeseries graph. A-| B-| -------- C-|------ --------- D-| |----------|------------|-------...
- Sun Apr 06, 2008 11:54 pm
- Forum: JFreeChart
- Topic: using JFreeChart with JSP
- Replies: 85
- Views: 486503
- Fri Apr 04, 2008 12:46 pm
- Forum: JFreeChart
- Topic: using JFreeChart with JSP
- Replies: 85
- Views: 486503
Hi all, this is a very insightful post. I tried to read through most of the replies and I couldn't find somebody suggesting the idea I had. If I understood correctly, you want to do this: start serving jsp create graph save graph to session/whatever get the map data from it, serve it as text open <i...
- Fri Apr 04, 2008 8:27 am
- Forum: JFreeChart
- Topic: Design pattern for setting common chart options?
- Replies: 9
- Views: 11288
- Wed Apr 02, 2008 7:52 pm
- Forum: JFreeChart
- Topic: Design pattern for setting common chart options?
- Replies: 9
- Views: 11288
Thanks for the reply guys. I don't mean to be disrespectful, I 'm just the average guy that complains when nobody talks to him :). In any case, the point I was trying to make is with better classification more questions could be answer by the public and not the devs. I don't really like my solution ...
- Wed Apr 02, 2008 4:07 pm
- Forum: JFreeChart
- Topic: Design pattern for setting common chart options?
- Replies: 9
- Views: 11288