Quantcast
Channel: MATLAB Central Newsreader - tag:"set"
Viewing all articles
Browse latest Browse all 22

Problem with properties of Gridlinestyle

$
0
0
Hello,
Recently I got matlab installed by my university in my private university computer here that uses Fedora Linux. I find in it that colorbar does not contain 'Gridlinestyle', 'YGrid' and many other important properties. When I entered 'h=colorbar;' 'set(h);' I got these as the existing properties:
 AxisLocation: {'in' 'out'}
        AxisLocationMode: {'auto' 'manual'}
                     Box: {'on' 'off'}
              BusyAction: {'queue' 'cancel'}
           ButtonDownFcn: {}
                Children: {}
                   Color: {}
               CreateFcn: {}
               DeleteFcn: {}
               Direction: {'normal' 'reverse'}
               FontAngle: {'normal' 'italic'}
                FontName: {}
                FontSize: {}
              FontWeight: {'normal' 'bold'}
        HandleVisibility: {'on' 'callback' 'off'}
                 HitTest: {'on' 'off'}
           Interruptible: {'on' 'off'}
                  Limits: {}
              LimitsMode: {'auto' 'manual'}
               LineWidth: {}
                Location: {1x9 cell}
                  Parent: {}
           PickableParts: {'visible' 'none' 'all'}
                Position: {}
                Selected: {'on' 'off'}
      SelectionHighlight: {'on' 'off'}
                     Tag: {}
           TickDirection: {'in' 'out' 'both'}
    TickLabelInterpreter: {'none' 'tex' 'latex'}
              TickLabels: {}
          TickLabelsMode: {'auto' 'manual'}
              TickLength: {}
                   Ticks: {}
               TicksMode: {'auto' 'manual'}
           UIContextMenu: {}
                   Units: {'inches' 'centimeters' 'characters' 'normalized' 'points' 'pixels'}
                UserData: {}
                 Visible: {'on' 'off'}

But When I tried from some Publically used University Computers, I got a very big list , many of which were not present in the earlier one. Is this because of license issue or should I install a separate colorbar tool package? Pl. help !!

Viewing all articles
Browse latest Browse all 22

Trending Articles