Hi,
Can anyone help me? I'm looking for a way to draw a trend graph, plotting the integer contents of two buffers against the buffer index. Say I have:
int buffA[50], buffB[50];
I want to plot buffA[j] and buffB[j] on the Y-axis against j on the X-axis for j = 0 to 49.
Anyone got any ideas?
- Thanks
Can anyone help me? I'm looking for a way to draw a trend graph, plotting the integer contents of two buffers against the buffer index. Say I have:
int buffA[50], buffB[50];
I want to plot buffA[j] and buffB[j] on the Y-axis against j on the X-axis for j = 0 to 49.
Anyone got any ideas?
- Thanks