chaco.scaly_plot module¶
A Plot which uses ScaleSystems for its ticks.
- 
class chaco.scaly_plot.ScalyPlot(data=None, **kwtraits)¶
- Bases: - chaco.plot.Plot
- 
chaco.scaly_plot.add_default_axes(plot, orientation='normal', vtitle='', htitle='')¶
- Creates left and bottom axes for a plot. Assumes that the index is horizontal and value is vertical by default; set orientation to something other than “normal” if they are flipped. 
