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