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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 156 - 186 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
156
Hi, I am a very newbie in both Jsci and Java programming. I want to use JSCI API on Java 1.4.2 and net beans 3.6 on win 2k platform. I have tried to set...
nnomuraus
Offline Send Email
Sep 2, 2004
8:43 am
157
Hi all, I've posted messages before about the RK4 method in the JSci library, but I'm still having a bit of trouble in making it do exactly what I want. My...
lydiacetin
Offline Send Email
Sep 6, 2004
3:22 am
158
Hello Mark and people, I would like to draw axis legends. Do you know an easy way? I thought to use label swings. But is it possible to set a jlabel vertical ?...
christopheandreoli
christophean...
Offline Send Email
Sep 6, 2004
9:25 am
159
Yes, use JSci.awt.GraphLayout as your layout manager, and have a look at the GraphDemo example....
Mark
mj_hale
Offline Send Email
Sep 11, 2004
1:40 am
160
Hello Mark and group, I am currently working with JLineGraph to render a graph that uses DefaultGraph2DModel as the input model. I see that when I set the ...
hsavadi
Online Now Send Email
Oct 5, 2004
5:41 pm
161
I've just released v0.918, which has a Runge-Kunta method that should handle this situation. Regards, Mark...
Mark
mj_hale
Offline Send Email
Oct 9, 2004
12:21 am
162
This should now be fixed in the latest version. Regards, Mark...
Mark
mj_hale
Offline Send Email
Oct 9, 2004
12:25 am
163
Please could you provide a testcase or a modified GraphDemo source (found in the examples directory) which demonstrates this behaviour. I'm not sure I can...
Mark
mj_hale
Offline Send Email
Oct 9, 2004
12:32 am
164
Hi Mark, Thanks for replying. I think the problem comes up when the y axis values are negative. I changed the GraphDemo for negative y axis and sure enough the...
hsavadi
Online Now Send Email
Oct 11, 2004
9:47 pm
165
Try version 0.919, it should have this problem all fixed :D...
Mark
mj_hale
Offline Send Email
Oct 13, 2004
5:49 pm
166
Hi Mark, Thanks for letting me know about the fix in the latest version. It works fine for the 3rd quadrant but I see that for the 4th quadrant, i.e when y is...
hsavadi
Online Now Send Email
Oct 13, 2004
9:34 pm
167
There was a typo. Version 0.920....
Mark
mj_hale
Offline Send Email
Oct 14, 2004
5:28 pm
168
Looks fine now. Thanks for all your help :) -Hansa. ... It ... quadrant, ... except ... being ... Can...
hsavadi
Online Now Send Email
Oct 14, 2004
8:20 pm
169
Hi Mark and group, Do you know of a way I can have timestamp on the x-axis? That is, currently I use setXAxis() method that seems to take in only float or...
hsavadi
Online Now Send Email
Oct 18, 2004
6:15 pm
170
Timestamp as in long? You can cast longs to floats: long timestamp; float f = (float) timestamp; ... http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/nhFolB/TM ...
Mark Hale
mj_hale
Offline Send Email
Oct 20, 2004
9:34 pm
171
I recently fought with the timestamp problem and was able to make JCSI work for me. I had to normalize/offset the timestamp so that x=0 on the y axis of my...
dgaarsoe
Offline
Oct 20, 2004
10:17 pm
172
I just did a quick check, if you cast a Java or UNIX timestamp for today into a float there is a round off error of roughly 66 seconds. If resolution to the...
dgaarsoe
Offline
Oct 20, 2004
10:33 pm
174
Trying setXExtrema(p1, p2) or setYExtrema(p1, p2) with p2-p1 < 0.01 causes the java environment to hang. Workaround ... /** * PATCH for JSci 0.17 - 0.21 * *...
badkilla
Offline
Nov 8, 2004
1:45 pm
175
I cant reproduce this problem with version 0.921. It seems to work fine when I tried it with p2-p1 < 1.0e-10!...
Mark
mj_hale
Offline Send Email
Nov 9, 2004
5:40 pm
176
hi you all, i am new to java and i am working on a wavelet project. i downloaded JSci but each time i try to compile my program i am error messages from the...
tnmukonje
Offline Send Email
Nov 23, 2004
5:08 pm
177
Hi, You need to make sure you put the JAR files in the classpath, not the directory containing the JAR files, e.g. javac -classpath...
Mark
mj_hale
Offline Send Email
Nov 24, 2004
9:17 pm
178
thanks it was very helpful. Mark <mj_hale@...> wrote: Hi, You need to make sure you put the JAR files in the classpath, not the directory containing the...
terence mukonje
tnmukonje
Offline Send Email
Nov 27, 2004
12:27 am
179
I have version 0.921 and my zoom method is: public void zoom(Point2D.Float p1, Point2D.Float p2) { System.out.println(p1 + "/" + p2); if ( p1.x != p2.x && p1.y...
badkilla
Offline
Nov 29, 2004
6:22 pm
180
So, this happened while zooming out, right? ... 36.66507])...
Mark
mj_hale
Offline Send Email
Nov 30, 2004
12:08 am
181
Nevermind, I follow now. I can now reproduce this bug :)...
Mark
mj_hale
Offline Send Email
Nov 30, 2004
12:45 am
182
Hi, This latest release of JSci should fix any outstanding scaling bugs in the graph classes. I have also slightly refactored the graphs to introduce a...
Mark
mj_hale
Offline Send Email
Dec 19, 2004
5:27 am
183
Hi, My name is Cristian Bordeianu and I teach physics in Romania. I have tried to use ContourPlot class of JSci in order to write a CFD program and I have...
cbord2000
Offline Send Email
Dec 19, 2004
11:41 am
184
Hi, This definitely should be possible. If you are using JSlider, then you probably should be using JContourPlot rather than ContourPlot. When you want to ...
Mark Hale
mj_hale
Offline Send Email
Dec 19, 2004
3:17 pm
185
Hi, Thank you for the help. I have succeeded to write a java CFD program using JContourPlot and a JSlider. But if I want to change the aspect of the...
Cristian Bordeianu
cbord2000
Offline Send Email
Dec 20, 2004
12:22 pm
186
hello to all !!! Excuse my ignorance first!! :( . I am using the JSci.maths.LinearMath.eigenSolveSymmetric() class to calculate the autovalores of a symmetric...
deuterocanonico2
deuterocanon...
Offline Send Email
Feb 21, 2005
1:31 am
Messages 156 - 186 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