Class: Charty::Plotters::CountPlotter

Inherits:
BarPlotter show all
Defined in:
lib/charty/plotters/count_plotter.rb

Instance Attribute Summary

Attributes inherited from BarPlotter

#cap_size, #error_color, #error_width, #log

Attributes inherited from CategoricalPlotter

#dodge, #group_label, #group_names, #order, #orient, #plot_data, #saturation, #value_label, #width

Attributes included from EstimationSupport

#ci, #estimator, #n_boot, #units

Attributes included from RandomSupport

#random

Attributes inherited from AbstractPlotter

#color, #color_order, #data, #key_color, #palette, #title, #x, #x_label, #y, #y_label

Method Summary

Methods inherited from BarPlotter

#initialize

Methods inherited from CategoricalPlotter

#initialize

Methods included from EstimationSupport

check_estimator

Methods included from RandomSupport

check_random

Methods inherited from AbstractPlotter

#initialize, #inspect, #processed_data, #render, #save, #to_iruby, #to_iruby_mimebundle, #var_levels

Constructor Details

This class inherits a constructor from Charty::Plotters::BarPlotter