Module: Charty
- Extended by:
- BackendMethods, PlotMethods
- Defined in:
- lib/charty/table.rb,
lib/charty/layout.rb,
lib/charty/palette.rb,
lib/charty/plotter.rb,
lib/charty/version.rb,
lib/charty/backends.rb,
lib/charty/linspace.rb,
lib/charty/statistics.rb,
lib/charty/plot_methods.rb,
lib/charty/backends/bokeh.rb,
lib/charty/backends/gruff.rb,
lib/charty/table_adapters.rb,
lib/charty/backend_methods.rb,
lib/charty/backends/plotly.rb,
lib/charty/backends/pyplot.rb,
lib/charty/backends/rubyplot.rb,
lib/charty/plotters/bar_plotter.rb,
lib/charty/plotters/box_plotter.rb,
lib/charty/backends/google_charts.rb,
lib/charty/plotters/abstract_plotter.rb,
lib/charty/table_adapters/daru_adapter.rb,
lib/charty/table_adapters/hash_adapter.rb,
lib/charty/plotters/categorical_plotter.rb,
lib/charty/table_adapters/narray_adapter.rb,
lib/charty/table_adapters/nmatrix_adapter.rb,
lib/charty/table_adapters/datasets_adapter.rb,
lib/charty/table_adapters/active_record_adapter.rb
Defined Under Namespace
Modules: BackendMethods, Backends, PlotMethods, Plotters, Statistics, TableAdapters, Version Classes: ArrayLayout, BackendError, BackendLoadError, BackendNotFoundError, ColumnAccessor, GridLayout, Layout, Linspace, Palette, Plotter, RenderContext, Series, Table
Constant Summary collapse
- VERSION =
"0.2.1"