Search found 5 matches

by nilsoberg
Tue Mar 01, 2005 2:22 pm
Forum: C, C++, C#
Topic: maximum number of curves?
Replies: 7
Views: 34477

Thank you!

Nils
by nilsoberg
Tue Mar 01, 2005 2:07 pm
Forum: C, C++, C#
Topic: color indexing
Replies: 3
Views: 21334

[Color(index,r,g,b)]

though this might not do exactly what you want. This will change the color used by the index'th curve as well as the (index+16)th, (index+32)th, etc.

Eventually I'll get rid of the 16-color limitation and you'll be able to have unique colors for all curves.

What I actually ...
by nilsoberg
Tue Mar 01, 2005 2:03 pm
Forum: C, C++, C#
Topic: maximum number of curves?
Replies: 7
Views: 34477

In my plots I have two types of curves, upwards-curving and downwards-curving. They converge to nearly the same point, but start out at slightly different locations. They all have the same shape. The idea is that the plot is a graphical snapshot of a data file that allows the user to verify that ...
by nilsoberg
Tue Mar 01, 2005 1:22 pm
Forum: C, C++, C#
Topic: maximum number of curves?
Replies: 7
Views: 34477

maximum number of curves?

Hi!

I'm plotting a lot of curves, possibly 200+ on one plot. When I attempt to plot more than 100 curves using Dplot Jr., in C++, I get the following message:

The instruction at "0x..." referenced memory at "0x...". The memory could not be "read".

Either 20 seconds later or as soon as I press the ...
by nilsoberg
Tue Mar 01, 2005 1:14 pm
Forum: C, C++, C#
Topic: color indexing
Replies: 3
Views: 21334

color indexing

Hi!

Is there any way to manually set the color for an individual curve? I have many curves that are one of two kinds on the same plot, and I need to distinguish them by color. I looked throught the developers reference, but I couldn't see anything. Thought I'd check in case there was any other way ...