Method: Rust::RBindings#ggplot

Defined in:
lib/rust/external/ggplot2/core.rb

#ggplot(*arguments) ⇒ Object



151
152
153
# File 'lib/rust/external/ggplot2/core.rb', line 151

def ggplot(*arguments)
    Rust::Plots::GGPlot::Plot.new(*arguments)
end