Search found 4 matches

by Simon
Fri Jul 18, 2014 12:56 am
Forum: Suggestions/Questions
Topic: Contour plots in polar coord?
Replies: 1
Views: 11059

Contour plots in polar coord?

Is it possible to create a contour plot using polar coordinates instead of X, Y?

The plot I am trying to make would be a circle, divided into different "cells" by equal spacing of radius and angle, and each cell has a different color based on value assign to the cell.

Thanks in advance.

- Simon
by Simon
Mon May 11, 2009 5:17 pm
Forum: General discussion
Topic: Macro for Moving Average
Replies: 1
Views: 14139

Macro for Moving Average

Hi, I see that there is a "Moving Average" command under the "Generate" Menu, but what is the macro for that command? I searched the help file and the forum, and I couldn't find it.

And what's the difference between "moving average" and the "Average Points" option of the "Decimate Points" command ...
by Simon
Thu May 12, 2005 12:36 pm
Forum: Bug Reports
Topic: Bug Report for Macro Command
Replies: 3
Views: 18725

Thanks

It works. Thanks for the quick reply :D
by Simon
Wed May 11, 2005 4:45 pm
Forum: Bug Reports
Topic: Bug Report for Macro Command
Replies: 3
Views: 18725

Bug Report for Macro Command

When I write a macro to open a file, close that file, and then open a 2nd file, DPlot would crash and exit when opening the 2nd file.

For example:

FileType(1)
FileOpen("C:\Program Files\DPlot\EX01.GRF")
FileClose()
FileOpen("C:\Program Files\DPlot\EX01.GRF")



Directory("C:\Program Files\DPlot ...