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

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

[Octave-bug-tracker] [bug #53019] [octave forge] (signal) zplane plottin


From: Brian M. Reeder
Subject: [Octave-bug-tracker] [bug #53019] [octave forge] (signal) zplane plotting enhancements
Date: Wed, 21 Mar 2018 03:25:34 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #4, bug #53019 (project octave):

The line "a = axis" ensures that a new plot in an existing object is scaled to
show all plots, not just the new one. The following four lines replace the 12
in the original that scaled to show the new plot only. As I remember it, the
new version is Matlab compatible, the original "zplane.m" wasn't. However it
is a long time since I used Matlab. 

The original plotted labels and markers and then re-plotted markers so the
labels weren't visible. The new version reorders things and removes the
duplicate plotting of markers. 

The original used the colour order: col = "rgbcmy";
The new version uses the "colororder" property. It starts at the current
"colororderindex", so a plot of two systems produces the same result as two
plots of one system.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53019>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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