Search the web
Sign In
New User? Sign Up
jsci
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 224 - 260 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
224
Hi all, i would like to plot some data in a LineGraph. I do get a window displaying x/y-axes, but no data is plotted. I did some examples for the JPieChart and...
Luondor
Offline
Sep 7, 2005
7:44 am
225
Hello Frank I notice that your x-axis goes from one to four, but your values (SERIESA) vary between ~15 and 20. I'd imagine this has something to do with it. ...
dalsquared
Offline Send Email
Sep 7, 2005
3:01 pm
226
... Mark ... http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM ... ___________________________________________________________ To help you stay safe and...
Mark Hale
mj_hale
Offline Send Email
Sep 7, 2005
6:37 pm
227
That did the job! Thanks a lot Mark! Cheers Frank ... Yahoo! Security Centre. http://uk.security.yahoo.com...
Luondor
Offline
Sep 8, 2005
8:24 am
228
Hi all, thanks again for the fast help on my first prob - hope i'm not getting on your nerves :))), but i ran into a second one: i am trying to show some data...
Luondor
Offline
Sep 8, 2005
2:46 pm
229
Hi, The histogram works with (variable) intervals, so x={1,3,7}, y={0,25,65} translates to plotting a data table like 1-3: 25 3-7: 65 thus y[0] is irrelevant....
Mark Hale
mj_hale
Offline Send Email
Sep 8, 2005
3:01 pm
230
Hi Marc, thx again for the fast reply. Somehow I do not get the point: What kind of data should the dataseries contain? My reasoning was such: the provided...
Luondor
Offline
Sep 8, 2005
3:40 pm
231
The y-values are the counts for each bin. Each bin is specified by an interval. So that y[i] contains the counts for the bin from x[i-1] to x[i]. It is not ...
Mark Hale
mj_hale
Offline Send Email
Sep 8, 2005
4:03 pm
235
Any suggestions for making a bar graph that has its labels written vertically inside or on top of the bars? I need this because the labels I have are too big...
David Talmage
clever_shark
Offline Send Email
Jan 3, 2006
7:33 pm
236
Hi, I will look at adding a drawLabel() method to provide a hook for overriding for you. Regards, Mark ... ...
Mark Hale
mj_hale
Offline Send Email
Jan 3, 2006
7:39 pm
238
I have been unable to find any API concerning the labeling of JLineGraph* graphs. I would like to provide labeling for each data series, and along the x and y...
DaSpifster
Offline Send Email
Jan 4, 2006
8:17 pm
239
Hi, I have now added drawXLabel() and drawYLabel() methods to the graph classes in the CVS. PS: Can anyone build the javadocs? I keep getting a ...
Mark Hale
mj_hale
Offline Send Email
Jan 4, 2006
8:45 pm
240
Check the CVS, I have just added drawXLabel() and drawYLabel() methods which can be overrided to do custom labelling. ... ...
Mark Hale
mj_hale
Offline Send Email
Jan 4, 2006
8:50 pm
241
I was unable to get that API to work. After remounting the source to eclipse... I tried to invoke it upon a JLineGraph object, then I tried to invoke it upon...
DaSpifster
Offline Send Email
Jan 5, 2006
6:35 pm
242
Here are the method implementations for JLineGraph: protected void drawXLabel(Graphics g, double x, Point p) { double scaledX; if(xScaleType == LOG_SCALE) ...
Mark Hale
mj_hale
Offline Send Email
Jan 5, 2006
10:29 pm
243
Thank you so much, I got the series labeling to work. I was still hoping that you would have a way to implement series labeling. Something that would generate...
DaSpifster
Offline Send Email
Jan 10, 2006
12:31 am
244
You mean like a legend/key? ... ___________________________________________________________ Yahoo! Photos – NEW, now offering a quality print service from...
Mark Hale
mj_hale
Offline Send Email
Jan 10, 2006
10:24 am
245
Yes, Ultimately its important that the user knows what each data series represents. Something similar to what was done with the JSci package in the IBM...
DaSpifster
Offline Send Email
Jan 10, 2006
4:52 pm
246
OK, that has been done with a seperate component, added to the right of the graph using a layout manager. ... ...
Mark Hale
mj_hale
Offline Send Email
Jan 10, 2006
5:08 pm
248
Hi, I am trying to use JSci to create line graphs which dynamically plot the last 5 seconds of data obtained from various sensors. I have created a mock-up...
ryan_wallace57
Offline Send Email
Feb 8, 2006
8:00 am
249
Hi, Yes, there is. You need to write your own Graph2DModel which fires GraphDataEvents with isIncrementalChange=true every time a new data point becomes...
Mark Hale
mj_hale
Offline Send Email
Feb 8, 2006
11:33 am
250
Hi Mark, Sorry to be a bother. I am sort of new at the whole swing thing so I am still trying to learn. I tried to take your advice and I modified the...
ryan_wallace57
Offline Send Email
Feb 9, 2006
8:52 am
251
If you are just changing the values, and not actually adding a new point to the end of the list, then you should not use incremental updates. ... ...
Mark Hale
mj_hale
Offline Send Email
Feb 9, 2006
3:25 pm
253
Hi - Using JLineGraph, is there a way to only draw the x-axis, but not the y-axis? It doesn't look like it, and drawAxes() in JGraph2D is declared final, so I...
ssinai
Offline Send Email
Feb 21, 2006
10:42 pm
254
Afraid not, but I can rectify that :D (btw, drawAxes is final because it isn't very friendly to override). I've added setAxisLines(boolean x,boolean y) and ...
Mark Hale
mj_hale
Offline Send Email
Feb 22, 2006
3:21 am
255
Boy, that was quick! I'll download the new version, and try it out. Thanks. Steve ... 8p a photo http://uk.photos.yahoo.com...
ssinai
Offline Send Email
Feb 23, 2006
6:29 am
256
It works. :>...
ssinai
Offline Send Email
Feb 23, 2006
7:25 am
257
Hi, I'm working with multi variable data sets where I am taking measurements of multiple types of molecules at the same time periods. I want to be able to plot...
rockmonaco
Offline Send Email
Feb 24, 2006
12:35 am
258
Yes, most graph classes support multiple data series. ... ___________________________________________________________ To help you stay safe and secure online,...
Mark Hale
mj_hale
Offline Send Email
Feb 24, 2006
1:20 am
260
Hi Mark, what would be the easiest way to implement a legend/key? are there any examples which can be looked at without having to write alot of Java2d code?? ...
rockmonaco
Offline Send Email
Mar 10, 2006
1:57 am
Messages 224 - 260 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help