# HG changeset patch # User Rik # Date 1437701504 25200 # Node ID 031e76c512424ba4ec7df29332ad5541bb53bb16 # Parent 421e3ebfca8d9422cbf5e7efc3387b3769bf9167 doc: Update polar() example in manual now that rticks calc is correct. * plot.txi: Remove code from example which manually sets polar rtick limit. diff --git a/doc/interpreter/plot.txi b/doc/interpreter/plot.txi --- a/doc/interpreter/plot.txi +++ b/doc/interpreter/plot.txi @@ -205,7 +205,6 @@ @example polar (0:0.1:10*pi, 0:0.1:10*pi); -set (gca, "rtick", [0:10:40]); @end example @noindent