Search found 7 matches
- Wed Mar 13, 2013 10:58 am
- Forum: C, C++, C#
- Topic: DPLOT structure lpszCommands parameter
- Replies: 5
- Views: 70041
- Tue Mar 12, 2013 11:19 am
- Forum: C, C++, C#
- Topic: DPLOT structure lpszCommands parameter
- Replies: 5
- Views: 70041
- Mon Mar 11, 2013 6:04 pm
- Forum: C, C++, C#
- Topic: DPLOT structure lpszCommands parameter
- Replies: 5
- Views: 70041
- Mon Mar 11, 2013 5:49 pm
- Forum: C, C++, C#
- Topic: DPLOT structure lpszCommands parameter
- Replies: 5
- Views: 70041
DPLOT structure lpszCommands parameter
I'm writing a file import plugin for dplot. Since a single curve can only contain up to 1024 points, i'm using multiple curves to represent a single line in a graph. Because of this, i need to set the curves that represent the same line to the same color. The problem is that chaining together comman...
- Tue Mar 05, 2013 5:41 pm
- Forum: C, C++, C#
- Topic: Creating a file import plugin, need to set number format
- Replies: 5
- Views: 65818
- Tue Mar 05, 2013 5:09 pm
- Forum: C, C++, C#
- Topic: Creating a file import plugin, need to set number format
- Replies: 5
- Views: 65818
- Tue Mar 05, 2013 12:15 pm
- Forum: C, C++, C#
- Topic: Creating a file import plugin, need to set number format
- Replies: 5
- Views: 65818
Creating a file import plugin, need to set number format
Hi, i'm creating a DPlot plugin to import a custom file format that is generated by another program i wrote. This program takes data from electrical meters that monitor amps and voltage over a period of time. Basically, i need to generate a line graph that uses the Y axis as the voltage and amp valu...