Method: Tk::Tcllib::Plotchart::ChartMethod#save_plot

Defined in:
lib/tkextlib/tcllib/plotchart.rb

#save_plot(filename) ⇒ Object



166
167
168
169
# File 'lib/tkextlib/tcllib/plotchart.rb', line 166

def save_plot(filename)
  tk_call_without_enc(@chart, 'saveplot', filename)
  self
end