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 139 - 168 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
139
Check out the JSci.astro.telescope package. It has support for LX200 using JComm API. ... http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/nhFolB/TM ... ...
Mark Hale
mj_hale
Offline Send Email
Jul 12, 2004
8:47 pm
140
Hi Folks, I am stuck at a point where I am supposed to use the the LPI imager under Linux. Has anyone ever tried it with Linux or provide me some useful ...
sachdeva@...
sachkunal
Offline Send Email
Aug 4, 2004
3:53 pm
141
Hi, I have been using the Jsci library (core and xtra)with my program since Jsci version 0.911. Today, I have updated library to version 0.914, then program...
kaz_0202
Offline Send Email
Aug 6, 2004
4:25 am
142
I want to print a JlineGraph on the printer. I have problems with the scaling : The graph will be printed in 2 or 3 pages instead of 1. I am using the utility...
christopheandreoli
christophean...
Offline Send Email
Aug 9, 2004
1:33 pm
143
I downloaded the cvs version of JSci and fixed the ^Z characters in the java files but am getting a large number of compiler errors such as a missing...
doppelrob
Offline Send Email
Aug 9, 2004
9:17 pm
144
Internally JGraph2D passes Strings returned by NumberFormat.format() to the Float.parseFloat() method. If running under a german OS NumberFormat.format()...
badkilla
Offline Send Email
Aug 14, 2004
2:24 pm
145
Try to set the VM Language to english via the System Property -Duser.language=en....
badkilla
Offline Send Email
Aug 14, 2004
2:27 pm
146
Problem: Application hangs if the german language is set or when deeply zooming in graphs. Problem Location: rescale() in JSci.swing.JGraphD Problem...
badkilla
Offline Send Email
Aug 14, 2004
9:51 pm
147
Hello, I want to override the drawing of axes. For example, I want X integer Labels 8 and not float like now). I wanted to implement my own drawaxes method (...
christopheandreoli
christophean...
Offline Send Email
Aug 16, 2004
12:22 pm
148
Try scaling the Graphic to the page size. You can find some example code at http://java.sun.com/products/java-media/2D/forDeve lopers/sdk12print.html (Try...
Mark
mj_hale
Offline Send Email
Aug 19, 2004
7:48 am
149
JSci version 0.915 is now available. It fixes the locale bug in the graph classes. Regards, Mark...
Mark
mj_hale
Offline Send Email
Aug 21, 2004
8:07 am
150
I found JSci today when looking for a free java graphing package (not Math focused). JSci was easy to use. Is there another project out there that is more...
dgaarsoe
Offline Send Email
Aug 23, 2004
11:44 pm
151
Hi, ... project ... in ... I can certainly add that for you. ... There is a protected screenToData(Point p) method, so you just have to subclass to add a mouse...
Mark
mj_hale
Offline Send Email
Aug 25, 2004
5:41 pm
152
Thank you! Now how did I miss that? :)...
dgaarsoe
Offline
Aug 25, 2004
7:40 pm
153
When using high scale rates JGraph2D hangs on drawing the axes, because the determined intervall between the axis numbering is 0. I extended JGraph2D to allow...
badkilla
Offline
Aug 30, 2004
12:06 pm
154
Hello Mark, thank you. It worked nice Christopher ... Try scaling the Graphic to the page size. You can find some example code at ...
christophe andreoli
christophean...
Offline Send Email
Aug 31, 2004
11:27 am
155
Update to v0.917 which now allows the number format to be set per axis, as previously requested....
Mark
mj_hale
Offline Send Email
Aug 31, 2004
7:36 pm
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
Messages 139 - 168 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