Class: Charty::Plotters::BarPlotter
- Inherits:
-
CategoricalPlotter
- Object
- AbstractPlotter
- CategoricalPlotter
- Charty::Plotters::BarPlotter
- Defined in:
- lib/charty/plotters/bar_plotter.rb
Instance Attribute Summary
Attributes inherited from CategoricalPlotter
#group_label, #group_names, #order, #plot_data, #value_label
Attributes inherited from AbstractPlotter
#color, #data, #palette, #x, #y
Instance Method Summary collapse
Methods inherited from CategoricalPlotter
Methods inherited from AbstractPlotter
Constructor Details
This class inherits a constructor from Charty::Plotters::CategoricalPlotter
Instance Method Details
#render ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/charty/plotters/bar_plotter.rb', line 4 def render backend = Backends.current backend.begin_figure (backend) annotate_axes(backend) backend.show end |