Navigation

Operators and Keywords

Function List:

C++ API

__bars__.m File Reference


Functions

 if (vertical) if(!have_color_spec) if(ycols
endif else if (!have_color_spec) if(ycols
endif endif if (i==1) x_axis_range
 set (h_baseline,"handlevisibility","off")
 set (h_baseline,"xliminclude","off")
 addlistener (ax,"xlim",@update_xlim)
 addlistener (h_baseline,"ydata",@update_baseline)
 addlistener (h_baseline,"visible",@update_baseline)
endif addproperty ("showbaseline", hg,"radio","{on}|off")
 addproperty ("basevalue", hg,"data", base_value)
 addproperty ("baseline", hg,"data", h_baseline)
 addlistener (hg,"showbaseline",@show_baseline)
 addlistener (hg,"basevalue",@move_baseline)
 addproperty ("barwidth", hg,"data", width)
 if (group) addproperty("barlayout"

Variables

function tmp
 clim = get (ax, "clim")
for i
 hg
 args = __add_datasource__ ("bar", hg, {"x", "y"}, varargin{:})
else lev = (i - 1) * (clim(2) - clim(1)) / (ycols - 1) - clim(1)
endif h
 h_baseline = line (x_axis_range, [0, 0], "color", [0, 0, 0])
 radio

Function Documentation

addlistener ( hg  ,
"basevalue"  ,
move_baseline 
)

addlistener ( hg  ,
"showbaseline"  ,
show_baseline 
)

addlistener ( h_baseline  ,
"visible"  ,
update_baseline 
)

addlistener ( h_baseline  ,
"ydata"  ,
update_baseline 
)

addlistener ( ax  ,
"xlim"  ,
update_xlim 
)

addproperty ( "barwidth"  ,
hg  ,
"data"  ,
width   
)

addproperty ( "baseline"  ,
hg  ,
"data"  ,
h_baseline   
)

addproperty ( "basevalue"  ,
hg  ,
"data"  ,
base_value   
)

endif addproperty ( "showbaseline"  ,
hg  ,
"radio"   
)

if ( group   ) 

endif endif if ( = =1  ) 

endif else if ( have_color_spec  ) 

if ( vertical   ) 

set ( h_baseline  ,
"xliminclude"  ,
"off"   
)

set ( h_baseline  ,
"handlevisibility"  ,
"off"   
)


Variable Documentation

args = __add_datasource__ ("bar", hg, {"x", "y"}, varargin{:})

endif clim = get (ax, "clim")

else h

Initial value:

 patch(xb(:,:,i), yb(:,:,i), "FaceColor", "flat", 
                  "cdata", lev, "parent", hg)

h_baseline = line (x_axis_range, [0, 0], "color", [0, 0, 0])

hg

for i

Initial value:

 1:ycols
    hg = hggroup ()

else lev = (i - 1) * (clim(2) - clim(1)) / (ycols - 1) - clim(1)

tmp

Initial value:

 __bars__ (ax, vertical, x, y, xb, yb, width, group, have_color_spec, base_value, varargin)

  ycols = columns (y)