Class: Rust::Plots::GGPlot::GeomBar
- Defined in:
- lib/rust/external/ggplot2/geoms.rb
Instance Method Summary collapse
-
#initialize(arguments = [], **options) ⇒ GeomBar
constructor
A new instance of GeomBar.
Methods inherited from Layer
Constructor Details
#initialize(arguments = [], **options) ⇒ GeomBar
Returns a new instance of GeomBar.
37 38 39 |
# File 'lib/rust/external/ggplot2/geoms.rb', line 37 def initialize(arguments = [], **) super("bar", arguments, **) end |