Class: Rust::Plots::GGPlot::Theme::TextElement
- 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
109 110 111 |
# File 'lib/rust/external/ggplot2/themes.rb', line 109 def r_function return "element_text" end |