Search found 16 matches

by yongheo
Fri Dec 21, 2007 4:15 am
Forum: JFreeChart
Topic: range axis at CombinedDomainXYPlot doesn't scale for applet
Replies: 0
Views: 2082

range axis at CombinedDomainXYPlot doesn't scale for applet

Hi, I'm using CombinedDomainXYPlot. And I found that the rangeAxis doesn't scale if the range value grow. Hence if the range value is 1.98321232. I lost first a couple of bits, and I only able to see the last bits ( eg. 1232) on the y axis. Does anyone know how to solve this problem? And also the ra...
by yongheo
Wed Dec 12, 2007 5:46 am
Forum: JFreeChart
Topic: Expand area y-axis for longer values
Replies: 2
Views: 3360

Sorry.

Sorry for late reply. I was away for quite long time. I don't know how to put demo here. Can i send the screen capture to your mail. Or how can I post the screen capture here? I don't think it's a bug. By the way, I'm sorry that I didn't mention about I'm using CombinedDomainXYPlot chart. I don't ha...
by yongheo
Wed Dec 05, 2007 10:31 am
Forum: JFreeChart
Topic: Expand area y-axis for longer values
Replies: 2
Views: 3360

Expand area y-axis for longer values

Hi, I have a problem with displaying y-axis values because the y-axis value is long. For instance, my y-axis value is something like below: 345.987987902004 345.987987902003 345.987987902002 345.987987902001 345.987987902000 And because the y-axis value is long, I only able to see 987902004 98790200...
by yongheo
Tue Nov 20, 2007 2:31 am
Forum: JFreeChart
Topic: How to broaden y axis value display?
Replies: 1
Views: 2909

How to broaden y axis value display?

Hi, I've a question. I'm working on using the Jfreechart for the applet application. I'm using XYPlot and for the domain & range, I'm using NumberAxis. NumberAxis domainAxis = new NumberAxis("Time"); NumberAxis rangeAxis = new NumberAxis("Meter"); When I display it, the value displayed on the rangeA...
by yongheo
Wed Nov 14, 2007 11:18 pm
Forum: JFreeChart
Topic: Capacity of JFreechart
Replies: 2
Views: 3065

Dear David, Thanks for your kind reply. I'll follow your advice such as disabling tooltips, using the most efficient dataset implementation, keeping the chart dimensions smallish, turn off antialiasing... But I don't quite get what you mean by using the most efficient dataset implementation? Many th...
by yongheo
Wed Nov 14, 2007 1:55 am
Forum: JFreeChart
Topic: Capacity of JFreechart
Replies: 2
Views: 3065

Capacity of JFreechart

Hi all, I've got a question here. How big is the capacity of jfreechart? I mean, How many data plot can be displayed on jfreechart? Currently I'm using XYSeries and XYSeriesCollection I use the setMaximumItemCount method to set the maximum as 500000 final JFreeChart chart = ChartFactory.createXYLine...
by yongheo
Fri Sep 21, 2007 12:17 pm
Forum: JFreeChart
Topic: TimeSeries.addAndOrUpdate() - bug?
Replies: 4
Views: 5590

regarding the Producer-Consumer threading model

Hi, wigscomp

Is there any chance that I can get the a Producer-Consumer threading model
source code?

I love to learn how to deal with this problem.


:D
by yongheo
Fri Jul 06, 2007 2:52 am
Forum: JCommon
Topic: X11 problem in Linux - Pl Help
Replies: 4
Views: 27256

favor?

Dear Taqua I'm new to linux environment. Everything was okay till I use window. Now I need to run linux and I found that so many problems occur including applet, jdk, x11 ..etc. I have vnc server and I also I x11-server I think. Could you be able to tell me more detail hot wo run them and use them? ...
by yongheo
Wed Jul 04, 2007 6:20 am
Forum: JCommon
Topic: X11 problem in Linux - Pl Help
Replies: 4
Views: 27256

Still Problem

Dear Taqua, I still got the exception problem. I'm using linux (Fedora Core 6) at the moment. The same source code works fine at Window but I can't get it work at linux box. [yong@localhost bin]$ java -Djava.awt.headless=true Main Exception in thread "main" java.awt.HeadlessException at java.awt.Gra...
by yongheo
Wed Jun 06, 2007 6:52 am
Forum: JFreeChart
Topic: Dynamic chart
Replies: 5
Views: 5301

Memory Usage example on the web

Dear David, I've bought the JFreeChart Developer Guide and Now I'm working version of Memory Usage example. This is really great, indeed. Now I'm trying to do the same thing but on the web. I'm using Cewolf to do this. I was able to display piechart on the web with JFreechart and Cewolf tags. But I ...
by yongheo
Wed Jun 06, 2007 6:19 am
Forum: JFreeChart - Stockmarket
Topic: Source Code of Software (Stock Market Analysis and Predictio
Replies: 41
Views: 105110

Can I?

I've been searching for similar kind of source code. And I end up find this. Would you be able to get me your code as well? If anybody got this code, please send me at romiodelta@hotmail.com Any help will be highly appreciated. I hope this source code can be an open source that can be down from the ...
by yongheo
Wed Jun 06, 2007 6:06 am
Forum: JFreeChart
Topic: how to set x axis value in cewolf
Replies: 4
Views: 5251

Need help?

Hi, currently I'm trying to display Timeseries chart by using cewolf. I'm bit new to Jfreechart and cewolf. I spent quite alot of time, but couldn't get it working yet. Could you be able to put some piece of source codes for both java and jsp, please? Especially, I still can't understand how to use ...
by yongheo
Thu May 03, 2007 12:28 am
Forum: JFreeChart
Topic: Real-time XYPlot from 2 asynchronous sources (timer, socket)
Replies: 4
Views: 5148

tahnks, Jack

:D Thanks, Jack.

I need to learn the socket programming part and get familiar with JFreeChart first.
Later on, if I can get some idea how to combine them, it would be great!
Happy to find someone is working in similar direction.
Look forward to hear from you again.

Thanks,
Yong. :wink:
by yongheo
Tue May 01, 2007 1:55 am
Forum: JFreeChart
Topic: Real-time XYPlot from 2 asynchronous sources (timer, socket)
Replies: 4
Views: 5148

Guidance needed...

Dear Jack, This is Yong. I'm trying to do something similar what you've done here. Since I'm very new to Java prog & JFreeChart, it's alot of troubles. :? I'm just wondering if I can get some clues from you. It will be very helpful to me understand and find out how to do. I'm using network sockets t...
by yongheo
Tue May 01, 2007 1:33 am
Forum: JFreeChart
Topic: Help... me plz... Need advice
Replies: 4
Views: 4397

Thanks alot guys.

Hey, Thanks alot for your advices. I'll start to study where you guys addressed. The Memory ~ demo is the one that I want to do. Updata or Refresh every second is fine. But my concern here is that I need three or more of TimeSeries Charts which update information every second in different thread. In...