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.