Search found 3 matches

by david.sarraf
Sat Nov 21, 2009 9:25 pm
Forum: Basic
Topic: bar chart
Replies: 1
Views: 25547

bar chart

Is it possible to produce a bar chart using DDE and DPLOT Jr? I see some commands for bar width and line type, but nothing about the plot type. Starting from the Freebasic examples, I have been able to produce a bar chart with one bar, but not with an array of bars whose heights correspond to my dat...
by david.sarraf
Wed Oct 01, 2008 3:04 pm
Forum: Basic
Topic: How to update an existing plot?
Replies: 3
Views: 18524

Success

Thanks for the help. I am now able to generate a plot and update the data at will. One other bump I had to overcome was selection of the plot to be updated. If the Select and Update commands were issued separately all data went to the first curve. If the commands were concatentated in the same comma...
by david.sarraf
Tue Sep 30, 2008 2:57 pm
Forum: Basic
Topic: How to update an existing plot?
Replies: 3
Views: 18524

How to update an existing plot?

I need to update a plot periodically using FreeBasic and DPLOT JR. I am using the example FreeBasic code to make the x-y plot. Each time I make the call it creates a new plot, rather than updating the old plot. I have spent some time with the documentation; the closest I can get is erasing the old d...