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