Method: Plotrb::Axis#grid
- Defined in:
- lib/plotrb/axes.rb
#grid ⇒ Boolean
Returns whether gridlines should be created.
53 54 55 56 |
# File 'lib/plotrb/axes.rb', line 53 add_attributes :type, :scale, :orient, :format, :ticks, :values, :subdivide, :tick_padding, :tick_size, :tick_size_major, :tick_size_minor, :tick_size_end, :offset, :layer, :properties, :title, :title_offset, :grid |