changeset 24134:046593530e95

* camorbit.m: Fix typo (bug #52149).
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 09 Oct 2017 18:59:20 +0200
parents d52aa3a2794a
children bdd4a8476c39
files scripts/plot/appearance/camorbit.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/camorbit.m	Sun Oct 08 18:47:48 2017 +0200
+++ b/scripts/plot/appearance/camorbit.m	Mon Oct 09 18:59:20 2017 +0200
@@ -258,7 +258,7 @@
 %! hf = figure ("visible", "off");
 %! unwind_protect
 %!   hax = subplot (1, 2, 1);
-%!   sphere (hax1);
+%!   sphere (hax);
 %!   x = campos ();
 %!   camorbit (20, 30)
 %!   subplot (1, 2, 2);