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