class NumPlot::Dataset::Title
@!visibility private
Public Instance Methods
plot_arg(h)
click to toggle source
# File lib/numplot.rb, line 686 def plot_arg(h) if h[:notitle] " notitle" elsif h.has_key?(:title) " title #{quote_label(h[:title], h[:_in_enhanced_text_mode])}" else " notitle" end end