module Cryplot::PointMixin(T)

Overview

mixin used to attach point options to a type

Included Modules

Direct including types

Defined in:

plot/elems/point.cr

Instance Method Summary

Instance methods inherited from module Cryplot::BaseMixin(T)

derived : T derived, repr : String repr, to_s(io : IO) : Nil to_s

Instance Method Detail

def point_repr #

[View source]
def point_size(value : Int32) #

Set the point size of the underlying plot object.


[View source]
def point_type(value : Int32) #

Set the point type of the underlying plot object.


[View source]