Module: Nyaplot::Diagrams3D::Scatter
- Includes:
- ArrayType, Jsonizable
- Defined in:
- lib/nyaplot3d/diagram.rb
Instance Attribute Summary collapse
-
#fill_color ⇒ String
The color which symbols are filled in.
-
#has_legend ⇒ Boolean
Decide whether to add legend.
-
#name ⇒ String
The name of the plot.
-
#shape ⇒ String
The shape of symbols.
-
#size ⇒ Numeric
The size of symbols.
-
#stroke_color ⇒ String
Stroke color.
-
#stroke_width ⇒ Numeric
The thickness of the stroke.
Method Summary
Methods included from MatrixType
Methods included from Jsonizable
#before_to_json, #get_property, included, #init_properties, #set_property, #to_json
Instance Attribute Details
#fill_color ⇒ String
Returns the color which symbols are filled in.
105 |
# File 'lib/nyaplot3d/diagram.rb', line 105 define_group_properties(:options, [:name, :shape, :size, :stroke_color, :stroke_width, :fill_color, :has_legend]) |
#has_legend ⇒ Boolean
Returns decide whether to add legend.
105 |
# File 'lib/nyaplot3d/diagram.rb', line 105 define_group_properties(:options, [:name, :shape, :size, :stroke_color, :stroke_width, :fill_color, :has_legend]) |
#name ⇒ String
Returns the name of the plot.
105 |
# File 'lib/nyaplot3d/diagram.rb', line 105 define_group_properties(:options, [:name, :shape, :size, :stroke_color, :stroke_width, :fill_color, :has_legend]) |
#shape ⇒ String
Returns the shape of symbols. “circle”, “cross”, “rect”, and “diamond” are allowed.
105 |
# File 'lib/nyaplot3d/diagram.rb', line 105 define_group_properties(:options, [:name, :shape, :size, :stroke_color, :stroke_width, :fill_color, :has_legend]) |
#size ⇒ Numeric
Returns the size of symbols.
105 |
# File 'lib/nyaplot3d/diagram.rb', line 105 define_group_properties(:options, [:name, :shape, :size, :stroke_color, :stroke_width, :fill_color, :has_legend]) |
#stroke_color ⇒ String
Returns stroke color.
105 |
# File 'lib/nyaplot3d/diagram.rb', line 105 define_group_properties(:options, [:name, :shape, :size, :stroke_color, :stroke_width, :fill_color, :has_legend]) |
#stroke_width ⇒ Numeric
Returns the thickness of the stroke.
105 |
# File 'lib/nyaplot3d/diagram.rb', line 105 define_group_properties(:options, [:name, :shape, :size, :stroke_color, :stroke_width, :fill_color, :has_legend]) |