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

Graphics context is the base class for all backends. If you use it as context your graphs will be printed to the console as commands. If you want to write your own backend you need to overwrite at least all functions starting with atom_. For optimisation it is recommend to overwrite the other draw methods too.

Methods

Attributes

clip  [RW] 
windowspace  [RW] 

Public Class methods

Public Instance methods

Draw Atoms (to implement a new draw context you just need to overwrite these atom functions)

Used to retrieve the core context within a figure …

Just for debugging purposes

Apply the selected space to the rmagick draw object

[Validate]