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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 215 - 251 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
215
Hi, The main change in this release is that the matrix and vector classes have been moved to seperate sub-packages. The package names of these classes have...
Mark Hale
mj_hale
Offline Send Email
Aug 4, 2005
9:52 pm
216
Firstly, I am very sorry for the trouble to all of you! I am a postgraduate in Sichuan university in China. Recently I am studing on java wavelet transform...
nervergoodenough
nervergooden...
Offline Send Email
Aug 21, 2005
12:53 pm
218
Have you looked at the examples? Denoise/, and wavelet/ both contain various examples of wavelet processing....
Mark
mj_hale
Offline Send Email
Aug 23, 2005
3:30 pm
219
First of all,I am very glad for your reply.Thanks! I have read the examples the Jsci package contains.but unluckily there is no code that I need. In the...
nervergoodenough
nervergooden...
Offline Send Email
Aug 24, 2005
1:21 am
220
Unfortunately, I don't have much expertise with wavelets. If you describe the reconstruction procedure, I maybe able to point you to the relevant methods in...
Mark Hale
mj_hale
Offline Send Email
Aug 25, 2005
7:30 am
221
I read the link you posted several days before.But it can't help me solve my problem. If you can point to me some methods in the API,it would be greatly...
nervergoodenough
nervergooden...
Offline Send Email
Aug 25, 2005
8:18 am
222
Version 0.94 introduced a bug into the Fourier transform methods. This has been fixed, and an updated version released....
Mark
mj_hale
Offline Send Email
Aug 26, 2005
12:03 am
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
Messages 215 - 251 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