Class: Rust::Plots::GGPlot::Theme::BlankElement
- Defined in:
- lib/rust/external/ggplot2/themes.rb
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
Methods inherited from Element
Constructor Details
This class inherits a constructor from Rust::Plots::GGPlot::Theme::Element
Instance Method Details
#r_function ⇒ Object
127 128 129 |
# File 'lib/rust/external/ggplot2/themes.rb', line 127 def r_function return "element_blank" end |