Skip to content

Commit

Permalink
Remove duplicate CIRCLE function from polarplot.pro.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 30, 2013
1 parent acc2035 commit 0ec0e57
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions polarplot.pro
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
FUNCTION CIRCLE, xcenter, ycenter, radius
points = (2 * !PI / 99.0) * FINDGEN(100)
x = xcenter + radius * COS(points )
y = ycenter + radius * SIN(points )
RETURN, TRANSPOSE([[x],[y]])
END



PRO PolarPlot, radius, angle, _Extra=extra

; Fake data if needed.
Expand Down

0 comments on commit 0ec0e57

Please sign in to comment.