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

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

[Octave-bug-tracker] [bug #40289] assumed hold on before surface plot an


From: anonymous
Subject: [Octave-bug-tracker] [bug #40289] assumed hold on before surface plot and no change of axislocation afterwards
Date: Thu, 17 Oct 2013 14:39:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

URL:
  <http://savannah.gnu.org/bugs/?40289>

                 Summary: assumed hold on before surface plot and no change of
axislocation afterwards
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Do 17 Okt 2013 14:39:10 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Michael Wagner
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When producing surface plots on an existing figure, apparently a hold on is
assumed:


plot(rand(10,1))
surface(rand(10))



After a surface plot no change of the axislocation property is possible:


surface(rand(10))
set(gca,'yaxislocation','right')


It does not depend on gnuplot as it is the same with a print with the
following example:


figure(1,'visible','off')
surface(rand(1))
set(gca,'yaxislocation','right')
print name.pdf





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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