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