Class: Rust::Plots::GGPlot::Theme::TextElement

Inherits:
Element show all
Defined in:
lib/rust/external/ggplot2/themes.rb

Instance Attribute Summary

Attributes inherited from Element

#options

Instance Method Summary collapse

Methods inherited from Element

#initialize, #to_R, #to_h

Constructor Details

This class inherits a constructor from Rust::Plots::GGPlot::Theme::Element

Instance Method Details

#r_functionObject



109
110
111
# File 'lib/rust/external/ggplot2/themes.rb', line 109

def r_function
    return "element_text"
end