Module: Nyaplot::Diagrams3D::Particles
- Includes:
- ArrayType, Jsonizable
- Defined in:
- lib/nyaplot3d/diagram.rb
Instance Attribute Summary collapse
-
#color ⇒ String
The color which particles are filled in.
-
#has_legend ⇒ Boolean
Decide whether to add legend.
-
#name ⇒ String
The name of the plot.
-
#size ⇒ Numeric
The size of particles.
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
#color ⇒ String
Returns the color which particles are filled in.
85 |
# File 'lib/nyaplot3d/diagram.rb', line 85 define_group_properties(:options, [:name, :color, :size, :has_legend]) |
#has_legend ⇒ Boolean
Returns decide whether to add legend.
85 |
# File 'lib/nyaplot3d/diagram.rb', line 85 define_group_properties(:options, [:name, :color, :size, :has_legend]) |
#name ⇒ String
Returns the name of the plot.
85 |
# File 'lib/nyaplot3d/diagram.rb', line 85 define_group_properties(:options, [:name, :color, :size, :has_legend]) |
#size ⇒ Numeric
Returns the size of particles.
85 |
# File 'lib/nyaplot3d/diagram.rb', line 85 define_group_properties(:options, [:name, :color, :size, :has_legend]) |