Search found 44 matches

by Marius
Thu May 07, 2009 8:29 am
Forum: Java
Topic: ColorGrid - Data adding problem
Replies: 22
Views: 38235

Excellent

8)

Very good, thanks!

Marius
by Marius
Wed May 06, 2009 2:57 pm
Forum: Java
Topic: ColorGrid - Data adding problem
Replies: 22
Views: 38235

As the need for it is rising; have you figured out what to do with this problem yet? It is a whole plot type which is not working properly, so it is a bit of a problem to us at least. It would be really nice if I also do not have to do the sorting of the input-arrays myself too, as it is just such a...
by Marius
Wed Jan 14, 2009 8:22 am
Forum: Java
Topic: ColorGrid - Data adding problem
Replies: 22
Views: 38235

Hmm thanks, but Surface did not work very well.

I am not sure if I understood you correctly previously: Is this bug also in version 2 of the Java-API? If it is, what do you think will be done about it (wrt when it might be fixed)?
by Marius
Tue Jan 13, 2009 12:46 pm
Forum: Java
Topic: ColorGrid - Data adding problem
Replies: 22
Views: 38235

:? Hmm what about using surfaces for this purpose, would that work you think? When I try to split up the series I dont get any exceptions but I also do not get anything up in my grid... Any additional thoughts on this would be greatly appreciated as it is highly important for me to get this view goi...
by Marius
Mon Jan 12, 2009 9:18 am
Forum: Java
Topic: ColorGrid - Data adding problem
Replies: 22
Views: 38235

OK that's good news at least, but can you propose a work-around or a different approach for me on this?

Unrelated; to get the newest release, we buy the package again right? Looking forward to try the improvements from last time.
by Marius
Fri Jan 09, 2009 12:05 pm
Forum: Java
Topic: ColorGrid - Data adding problem
Replies: 22
Views: 38235

This array of data is added in the manner previously described, but still I get Exceptions... Now both X and Z are in ascending order, and there are no doublette values. The NullPointerException is gone, but there are still ArrayOutOfBoundsExceptions going on: 0 X:1.0 Z:-2.5 #:5 1 X:1.0 Z:-2.142857 ...
by Marius
Thu Jan 08, 2009 9:47 pm
Forum: Java
Topic: ColorGrid - Data adding problem
Replies: 22
Views: 38235

Ok I assumed that doublet values would be overwritten, but that might be the problem. Will create a doublet-remover then, thanks.
by Marius
Thu Jan 08, 2009 2:11 pm
Forum: Java
Topic: ColorGrid - Data adding problem
Replies: 22
Views: 38235

Hi, thanks for the reply. As I said, I already looked at the thread you referred to but since the java api is not similar to the one in that thread and not all population methods for Java worked, I needed to ask. So, I have a follow-up question: I seem to have problems adding data to the plot which ...
by Marius
Mon Jan 05, 2009 1:06 pm
Forum: Java
Topic: ColorGrid - Data adding problem
Replies: 22
Views: 38235

ColorGrid - Data adding problem

I am starting a new thread on this as the previous, similar one did not help and was a bit too old to be revived in a sensible way: I am having difficulties seeing why this code snippet would cause a world of NullPointerExceptions. What in this way of adding data is it that does not work? All is sor...
by Marius
Thu Oct 02, 2008 10:01 am
Forum: Java
Topic: Your Java plans
Replies: 12
Views: 23619

Allright, very good! Thanks
by Marius
Thu Oct 02, 2008 9:32 am
Forum: Java
Topic: Your Java plans
Replies: 12
Views: 23619

CPU usage when operating in plot window

I mentioned a while ago that there is a high load on the CPU when interacting with the chart. Is this looked at? Also, will there be a feature/enhancement list available? Looking forward to this, we will probaly need another license soon also.
by Marius
Wed Aug 20, 2008 8:32 am
Forum: Java
Topic: Viewing seriesMarks on deman
Replies: 3
Views: 9775

Thanks for your reply. Unfortunately, the problem is the other way around; I want to display points on demand, rather than hiding them. My approach was to set all marks not visible when drawing series, and then as I move around in the chart I want certain points of certain series (both of which I ha...
by Marius
Thu Aug 14, 2008 12:43 pm
Forum: Java
Topic: Viewing seriesMarks on deman
Replies: 3
Views: 9775

Viewing seriesMarks on deman

Is there any way of viewing single SeriesMark-values only on demand? I.e. if the mouse is within a certain distance of a point, it is set visible? Today I have a nearestpoint-line to the closest point, along with a simple annotation, but it does not look good and the nearestpoint-line flies around l...
by Marius
Wed Jul 16, 2008 12:53 pm
Forum: Java
Topic: Small Axis values not displayed or chopped
Replies: 5
Views: 12018

One follow-up; can the valueformat be set to Exponential somehow? I tried setExponent(true) but with no luck. Or do I need to format the values before I include them on the axis(/ie before I add them onto the series)?

M
by Marius
Wed Jul 16, 2008 11:17 am
Forum: Java
Topic: Small Axis values not displayed or chopped
Replies: 5
Views: 12018

:D

That of course did the trick, and I thank you for the swift and precise answer!

M