Attributes
- input_info
input_info = PipelineInfo(datasets = [ 'any' ], attribute_types = [ 'any' ], attributes = [ 'any' ])
- traits_view
traits_view = View(Group(Group(Item('visibility'), HGroup(Item('x_axis_visibility', label = 'X axis'), Item('y_axis_visibility', label = 'Y axis'), Item('z_axis_visibility', label = 'Z axis')), show_border = True, label = 'Visibity'), Group(Item('use_ranges'), HGroup(Item('ranges', enabled_when = 'use_ranges')), show_border = True), Group(Item('use_data_bounds'), HGroup(Item('bounds', enabled_when = 'not use_data_bounds')), show_border = True), Group(Item('x_label'), Item('y_label'), Item('z_label'), Item('label_format'), Item('number_of_labels'), Item('font_factor'), show_border = True), HGroup(Item('show_actual_bounds', label = 'Use size bigger than screen', editor = BooleanEditor())), Item('fly_mode'), Item('corner_offset'), Item('layer_number'), springy = True), scrollable = True, resizable = True)
- use_data_bounds
Automaticaly fit the bounds of the axes to the data
use_data_bounds = true