# HG changeset patch # User Ben Abbott # Date 1282906222 14400 # Node ID c0434971d0a852bd0747fbfeb48beb06c374bde0 # Parent dd6b90f44ae5fc0ec7885009a674b2c3b3bfaa02 plotyy.m: Modified demo for changeset 10912 9abc67b4bd4f. diff -r dd6b90f44ae5 -r c0434971d0a8 scripts/ChangeLog --- a/scripts/ChangeLog Fri Aug 27 06:39:36 2010 -0400 +++ b/scripts/ChangeLog Fri Aug 27 06:50:22 2010 -0400 @@ -1,5 +1,6 @@ -2010-08-25 Ben Abbott - +2010-08-27 Ben Abbott + + * plot/plotyy.m: Modified demo for changeset 10912 9abc67b4bd4f. * plot/__fltk_print__.m, plot/__go_draw_axes__.m, plot/__go_draw_figure__.m, plot/__gnuplot_print__.m, plot/gnuplot_drawnow.m, plot/print.m, plot/private/__ghostscript__.m, diff -r dd6b90f44ae5 -r c0434971d0a8 scripts/plot/plotyy.m --- a/scripts/plot/plotyy.m Fri Aug 27 06:39:36 2010 -0400 +++ b/scripts/plot/plotyy.m Fri Aug 27 06:50:22 2010 -0400 @@ -207,6 +207,12 @@ %! xlabel ("X"); %! ylabel (ax(1), "Axis 1"); %! ylabel (ax(2), "Axis 2"); +%! axes (ax(1)) +%! text (0.5, 0.5, "Leftt Axis", +%! "color", [0 0 1], "horizontalalignment", "center") +%! axes (ax(2)) +%! text (4.5, 80, "Right Axis", +%! "color", [0 0.5 0], "horizontalalignment", "center") %!demo %! clf