Search found 6 matches

by bartj
Mon Sep 26, 2005 8:36 am
Forum: General discussion
Topic: map graphics
Replies: 2
Views: 14114

map graphics

David, I purchased a copy of Dplot a couple of weeks ago and it has worked out GREAT! I really appreciated your quick response to my questions in the forums. I have another possible programming task that will involve graphics, so I thought I might as well at least ask a graphics expert: Specifically...
by bartj
Fri Sep 02, 2005 5:28 am
Forum: Basic
Topic: Polor Plot
Replies: 6
Views: 27772

1 step forward, one step back

OK, I find that I can set the ploar plot rotation axis to be labeled in degrees. However when I use the following to set zero degrees to the top and to set a CW direction, it "works", but the grid becomes an elipse instead of a circle: cmds = cmds & "[PolarPlotStyle(3)]" Is t...
by bartj
Fri Sep 02, 2005 4:46 am
Forum: Basic
Topic: Polor Plot
Replies: 6
Views: 27772

1 question answered

Hello, I find that I can eliminate the line from the origin(of a polar plot) to the "circle" by changing my starting index from 1 to 0. For i = 0 To 360 X(i) = i ' this generates the angular steps Y(i) = 0.75 ' dummy data Next i However I would still like to know how to place zero degrees ...
by bartj
Fri Sep 02, 2005 3:45 am
Forum: Basic
Topic: Polor Plot
Replies: 6
Views: 27772

Another request

Hello, Am looking at using dplot in an antenna measurement system where I will plot the signal strength on a polor plot. I setup the plot to use degrees instead of radians and then used the folloing to generate some dummy points: For i = 1 To 360 X(i) = i ' this generates the angular steps Y(i) = 0....
by bartj
Thu Sep 01, 2005 3:11 pm
Forum: Basic
Topic: Polor Plot
Replies: 6
Views: 27772

Thanks

David,

Thanks for the quick reply.

Will look it over.
by bartj
Thu Sep 01, 2005 6:04 am
Forum: Basic
Topic: Polor Plot
Replies: 6
Views: 27772

Polor Plot

Can anyone provide some vb(not .net) code for generating a polor plot? The dplot example file: ex03.grf represents what I would like to "see".
Thanks!