Class MRPlot::PlotSpace
In: mrplot.rb
Parent: Object

This class does the transformation from plot to window space. You can change the ranges of the plot using this class. It is also possible to extend plots by replacing the space attribute of a plot with an instance of another plot space (with logarithmic scale for example)

Methods

Public Instance methods

Transforms a point to unit space using the transform_to_unitspace(pointnd) method. You can overwrite the transform_to_unitspace(pointnd) or this method in a subclass

[Validate]