Module: Nyaplot::Diagrams3D::Surface
- Includes:
- MatrixType, Jsonizable
- Defined in:
- lib/nyaplot3d/diagram.rb
Instance Attribute Summary collapse
-
#fill_colors ⇒ Array<String>
Colors which surface is filled in.
-
#has_legend ⇒ Boolean
Decide whether to add legend.
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_colors ⇒ Array<String>
Returns colors which surface is filled in.
57 |
# File 'lib/nyaplot3d/diagram.rb', line 57 define_group_properties(:options, [:fill_colors, :has_legend]) |
#has_legend ⇒ Boolean
Returns decide whether to add legend.
57 |
# File 'lib/nyaplot3d/diagram.rb', line 57 define_group_properties(:options, [:fill_colors, :has_legend]) |