changeset 20416:031e76c51242

doc: Update polar() example in manual now that rticks calc is correct. * plot.txi: Remove code from example which manually sets polar rtick limit.
author Rik <rik@octave.org>
date Thu, 23 Jul 2015 18:31:44 -0700
parents 421e3ebfca8d
children 3e9bfbf6ae08
files doc/interpreter/plot.txi
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Thu Jul 23 09:50:10 2015 -0700
+++ b/doc/interpreter/plot.txi	Thu Jul 23 18:31:44 2015 -0700
@@ -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