Module: Rust::Plots::GGPlot

Defined in:
lib/rust/external/ggplot2/core.rb,
lib/rust/external/ggplot2/geoms.rb,
lib/rust/external/ggplot2/scale.rb,
lib/rust/external/ggplot2/themes.rb,
lib/rust/external/ggplot2/plot_builder.rb

Defined Under Namespace

Classes: Aes, AxisScaler, ExistingTheme, FlipCoordinates, Geom, GeomBar, GeomBoxplot, GeomCol, GeomDensity, GeomHistogram, GeomLine, GeomPoint, Labels, Layer, Plot, PlotBuilder, Theme, ThemeAxisBuilder, ThemeBuilder, ThemeCollection, ThemeComponentBuilder, ThemeLegendBuilder, ThemePanelBuilder

Class Method Summary collapse

Class Method Details

.default_themeObject



6
7
8
# File 'lib/rust/external/ggplot2/core.rb', line 6

def self.default_theme
    @@theme
end

.default_theme=(theme) ⇒ Object



10
11
12
# File 'lib/rust/external/ggplot2/core.rb', line 10

def self.default_theme=(theme)
    @@theme = theme.freeze
end