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

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

[Octave-bug-tracker] [bug #30336] Feature Request: "hold all"


From: Søren Hauberg
Subject: [Octave-bug-tracker] [bug #30336] Feature Request: "hold all"
Date: Wed, 07 Jul 2010 09:39:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; da-DK; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6

Follow-up Comment #2, bug #30336 (project octave):

I get (using version 7.10.0.499 (R2010a)):

>> plot (1:10);
>> hold on
>> get(gca())
        ActivePositionProperty = outerposition
        ALim = [0 1]
        ALimMode = auto
        AmbientLightColor = [1 1 1]
        Box = on
        CameraPosition = [5.5 5.5 17.3205]
        CameraPositionMode = auto
        CameraTarget = [5.5 5.5 0]
        CameraTargetMode = auto
        CameraUpVector = [0 1 0]
        CameraUpVectorMode = auto
        CameraViewAngle = [6.60861]
        CameraViewAngleMode = auto
        CLim = [0 1]
        CLimMode = auto
        Color = [1 1 1]
        CurrentPoint = [ (2 by 3) double array]
        ColorOrder = [ (7 by 3) double array]
        DataAspectRatio = [4.5 4.5 1]
        DataAspectRatioMode = auto
        DrawMode = normal
        FontAngle = normal
        FontName = Helvetica
        FontSize = [10]
        FontUnits = points
        FontWeight = normal
        GridLineStyle = :
        Layer = bottom
        LineStyleOrder = -
        LineWidth = [0.5]
        MinorGridLineStyle = :
        NextPlot = add
        OuterPosition = [0 0 1 1]
        PlotBoxAspectRatio = [1 1 1]
        PlotBoxAspectRatioMode = auto
        Projection = orthographic
        Position = [0.13 0.11 0.775 0.815]
        TickLength = [0.01 0.025]
        TickDir = in
        TickDirMode = auto
        TightInset = [0.0321429 0.0380952 0.0142857 0.0190476]
        Title = [175.001]
        Units = normalized
        View = [0 90]
        XColor = [0 0 0]
        XDir = normal
        XGrid = off
        XLabel = [176.001]
        XAxisLocation = bottom
        XLim = [1 10]
        XLimMode = auto
        XMinorGrid = off
        XMinorTick = off
        XScale = linear
        XTick = [ (1 by 10) double array]
        XTickLabel = 
                1 
                2 
                3 
                4 
                5 
                6 
                7 
                8 
                9 
                10
        XTickLabelMode = auto
        XTickMode = auto
        YColor = [0 0 0]
        YDir = normal
        YGrid = off
        YLabel = [177.001]
        YAxisLocation = left
        YLim = [1 10]
        YLimMode = auto
        YMinorGrid = off
        YMinorTick = off
        YScale = linear
        YTick = [ (1 by 10) double array]
        YTickLabel = 
                1 
                2 
                3 
                4 
                5 
                6 
                7 
                8 
                9 
                10
        YTickLabelMode = auto
        YTickMode = auto
        ZColor = [0 0 0]
        ZDir = normal
        ZGrid = off
        ZLabel = [178.001]
        ZLim = [-1 1]
        ZLimMode = auto
        ZMinorGrid = off
        ZMinorTick = off
        ZScale = linear
        ZTick = [-1 0 1]
        ZTickLabel = 
        ZTickLabelMode = auto
        ZTickMode = auto

        BeingDeleted = off
        ButtonDownFcn = 
        Children = [174.002]
        Clipping = on
        CreateFcn = 
        DeleteFcn = 
        BusyAction = queue
        HandleVisibility = on
        HitTest = on
        Interruptible = on
        Parent = [1]
        Selected = off
        SelectionHighlight = on
        Tag = 
        Type = axes
        UIContextMenu = []
        UserData = []
        Visible = on

and

>> close all
>> plot (1:10);
>> hold all
>> get(gca()) 
        ActivePositionProperty = outerposition
        ALim = [0 1]
        ALimMode = auto
        AmbientLightColor = [1 1 1]
        Box = on
        CameraPosition = [5.5 5.5 17.3205]
        CameraPositionMode = auto
        CameraTarget = [5.5 5.5 0]
        CameraTargetMode = auto
        CameraUpVector = [0 1 0]
        CameraUpVectorMode = auto
        CameraViewAngle = [6.60861]
        CameraViewAngleMode = auto
        CLim = [0 1]
        CLimMode = auto
        Color = [1 1 1]
        CurrentPoint = [ (2 by 3) double array]
        ColorOrder = [ (7 by 3) double array]
        DataAspectRatio = [4.5 4.5 1]
        DataAspectRatioMode = auto
        DrawMode = normal
        FontAngle = normal
        FontName = Helvetica
        FontSize = [10]
        FontUnits = points
        FontWeight = normal
        GridLineStyle = :
        Layer = bottom
        LineStyleOrder = -
        LineWidth = [0.5]
        MinorGridLineStyle = :
        NextPlot = add
        OuterPosition = [0 0 1 1]
        PlotBoxAspectRatio = [1 1 1]
        PlotBoxAspectRatioMode = auto
        Projection = orthographic
        Position = [0.13 0.11 0.775 0.815]
        TickLength = [0.01 0.025]
        TickDir = in
        TickDirMode = auto
        TightInset = [0.0321429 0.0380952 0.0142857 0.0190476]
        Title = [175.002]
        Units = normalized
        View = [0 90]
        XColor = [0 0 0]
        XDir = normal
        XGrid = off
        XLabel = [176.002]
        XAxisLocation = bottom
        XLim = [1 10]
        XLimMode = auto
        XMinorGrid = off
        XMinorTick = off
        XScale = linear
        XTick = [ (1 by 10) double array]
        XTickLabel = 
                1 
                2 
                3 
                4 
                5 
                6 
                7 
                8 
                9 
                10
        XTickLabelMode = auto
        XTickMode = auto
        YColor = [0 0 0]
        YDir = normal
        YGrid = off
        YLabel = [177.002]
        YAxisLocation = left
        YLim = [1 10]
        YLimMode = auto
        YMinorGrid = off
        YMinorTick = off
        YScale = linear
        YTick = [ (1 by 10) double array]
        YTickLabel = 
                1 
                2 
                3 
                4 
                5 
                6 
                7 
                8 
                9 
                10
        YTickLabelMode = auto
        YTickMode = auto
        ZColor = [0 0 0]
        ZDir = normal
        ZGrid = off
        ZLabel = [178.002]
        ZLim = [-1 1]
        ZLimMode = auto
        ZMinorGrid = off
        ZMinorTick = off
        ZScale = linear
        ZTick = [-1 0 1]
        ZTickLabel = 
        ZTickLabelMode = auto
        ZTickMode = auto

        BeingDeleted = off
        ButtonDownFcn = 
        Children = [174.002]
        Clipping = on
        CreateFcn = 
        DeleteFcn = 
        BusyAction = queue
        HandleVisibility = on
        HitTest = on
        Interruptible = on
        Parent = [1]
        Selected = off
        SelectionHighlight = on
        Tag = 
        Type = axes
        UIContextMenu = []
        UserData = []
        Visible = on



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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