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 160 - 195 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
187
Hi, Yes, they are equivalent. The difference in sign is just due to normalisation, i.e. if v is an eigenvector of norm one, then so is -v, and kv is an...
Mark Hale
mj_hale
Offline Send Email
Feb 21, 2005
7:15 pm
189
TI calculators have similar sorting algorithms that are a bit different from other algorithms. but the eigens are equal, just sorted differently. tim ... ...
Timothy T. Li
geekrock99
Offline Send Email
Feb 25, 2005
3:53 pm
194
Hi, all I tried to run a small sample using jsci IO to read MathML. I compile Problem.java through, but when running, I got following exception : Exception in...
stoneofjava
Offline Send Email
Jun 30, 2005
4:09 pm
195
I suspect its because your XML is not valid. It is missing a <math> root element. ... JSci.mathml.MathMLDocumentImpl.getDocumentElement(Unknown ... ...
Mark Hale
mj_hale
Offline Send Email
Jun 30, 2005
4:41 pm
Messages 160 - 195 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