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