Thank you!
Nils
Search found 5 matches
- Tue Mar 01, 2005 2:22 pm
- Forum: C, C++, C#
- Topic: maximum number of curves?
- Replies: 7
- Views: 34477
- Tue Mar 01, 2005 2:07 pm
- Forum: C, C++, C#
- Topic: color indexing
- Replies: 3
- Views: 21334
- 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 ...
- 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 ...
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 ...
- 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 ...
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 ...