changeset 24293:7c5dbc54a899

maint: merge stable to default.
author Rik <rik@octave.org>
date Thu, 23 Nov 2017 09:27:23 -0800
parents cf33c1b910b7 (current diff) e24bf08dc559 (diff)
children 8a89878ac8bc
files scripts/plot/draw/plotyy.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/plotyy.m	Tue Nov 21 22:00:45 2017 -0800
+++ b/scripts/plot/draw/plotyy.m	Thu Nov 23 09:27:23 2017 -0800
@@ -131,7 +131,7 @@
   if (strcmp (get (ax(1), "nextplot"), "replace"))
     set (ax(2), "nextplot", "replacechildren");
   endif
-  h2 = feval (fun2, ax(2), x2, y2);
+  h2 = feval (fun2, x2, y2);
 
   set (ax(2), "yaxislocation", "right", "color", "none",
               "ycolor", getcolor (h2(1)), "box", "off", "xlim", xlim);