Class: Rust::Plots::GGPlot::Labels
- Defined in:
- lib/rust/external/ggplot2/core.rb
Instance Method Summary collapse
-
#initialize(**options) ⇒ Labels
constructor
A new instance of Labels.
Methods inherited from Layer
Constructor Details
#initialize(**options) ⇒ Labels
Returns a new instance of Labels.
138 139 140 |
# File 'lib/rust/external/ggplot2/core.rb', line 138 def initialize(**) super("labs", **) end |