Class | MRPlot::RMagickContext |
In: |
mrplot/magick.rb
|
Parent: | GraphicContext |
The RMagick context, uses RMagick/ImageMagick to output plots as images
image | [R] |
Draws an arrow head. Currently the RMagickContext only supports one type of arrow heads so the Style#arrow_head attribute will be ignored
Draw a marker. The following markers (Style#marker) are supported :dot, :small_cross, :cross, :square, :circle, :image. If you use :image you have to specify the image’s filename in Style#marker_image.
This is a optimized draw_line_segments method which uses the RMagick’s Draw#polyline method.