changeset 20412:f248847b5071

plotimages.m: Remove workaround for polar plot rticks. * plotimages.m: Don't manually set rtick values now that they are correctly calculated by polar().
author Rik <rik@octave.org>
date Thu, 23 Jul 2015 08:54:13 -0700
parents e2feb806332a
children 421e3ebfca8d
files doc/interpreter/plotimages.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/plotimages.m	Thu Jul 23 08:45:45 2015 -0700
+++ b/doc/interpreter/plotimages.m	Thu Jul 23 08:54:13 2015 -0700
@@ -60,7 +60,6 @@
     print (outfile, d_typ);
   elseif (strcmp (nm, "polar"))
     polar (0:0.1:10*pi, 0:0.1:10*pi);
-    set (gca, "rtick", [0:10:40]);
     title ("Example polar plot from 0 to 10*pi");
     print (outfile, d_typ);
   elseif (strcmp (nm, "mesh"))