Method: Gruff::Net#hide_dots=

Defined in:
lib/gruff/net.rb

#hide_dots=(value) ⇒ Object (writeonly)

Hide parts of the graph to fit more data points, or for a different appearance.



29
30
31
# File 'lib/gruff/net.rb', line 29

def hide_dots=(value)
  @hide_dots = value
end