diff scripts/plot/draw/plotyy.m @ 19066:cafffc1b70b1

update plot demo blocks for compare_plot_demos * datetick.m, errorbar.m, plotyy.m, polar.m: Replace double with single quotes * printd.m: Use ... for continuation lines
author Andreas Weber <andy.weber.aw@gmail.com>
date Sun, 29 Jun 2014 13:53:50 +0200
parents 097202cbe564
children 0e1f5a750d00
line wrap: on
line diff
--- a/scripts/plot/draw/plotyy.m
+++ b/scripts/plot/draw/plotyy.m
@@ -279,7 +279,7 @@
 %!       'color', [0 0 1], 'horizontalalignment', 'center', 'parent', ax(1));
 %! text (4.5, 80, 'Right Axis', ...
 %!       'color', [0 0.5 0], 'horizontalalignment', 'center', 'parent', ax(2));
-%! title ({"plotyy() example"; "Left axis uses @plot, Right axis uses @semilogy"});
+%! title ({'plotyy() example'; 'Left axis uses @plot, Right axis uses @semilogy'});
 
 %!demo
 %! clf;