Class MRPlot::XYGrid
In: mrplot/plots/xy.rb
Parent: Grid

The XYGrid is a 2d line/marker grid. You specify the stepsize in X and Y direction and how many substeps (xdiv, ydiv) are made. The sub steps have their own style. If the grid’s style attribute Style#solid is true (by default) the grid lines are drawn. If the Style#marker attribute is a valid marker key the markers are drawn.

Methods

new  

Attributes

division_style  [R]  The sub step style
xdiv  [RW] 
xstep  [RW] 
ydiv  [RW] 
ystep  [RW] 

Public Class methods

[Validate]