octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55859] [octave forge] (signal) zplane.m multi


From: Robert Jenssen
Subject: [Octave-bug-tracker] [bug #55859] [octave forge] (signal) zplane.m multiplicity annotations should not use superscript
Date: Fri, 8 Mar 2019 21:33:48 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36

Follow-up Comment #8, bug #55859 (project octave):

I forgot to mention that I prefer the patch in the last comment to:

---
octave-signal-f050d888e7efe5327e5ed702aed77a8d24448616/inst/zplane.m    
2019-03-07
15:02:59.000000000 +1100
+++ signal-tip/inst/zplane.m    2019-03-09 13:04:49.999031619 +1100
@@ -116,7 +116,8 @@
         n = sum (x_u(i) == x(:,c));
         if (n > 1)
           label = sprintf (" ^%d", n);
-          text (real (x_u(i)), imag (x_u(i)), label, "color", color);
+          text (real (x_u(i)), imag (x_u(i)), label, "color", color, ...
+               "horizontalalignment", "right", "verticalalignment", "top");
         endif
       endfor
     endfor


I don't have access to Matlab so I don't know what that looks like.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55859>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]