Module: Nyaplot::Diagrams3D::Wireframe

Includes:
Jsonizable, MatrixType
Defined in:
lib/nyaplot3d/diagram.rb

Instance Attribute Summary collapse

Method Summary

Methods included from MatrixType

#process_data

Instance Attribute Details

#colorString

Returns the color which lines are filled in.

Returns:

  • (String)

    the color which lines are filled in



71
# File 'lib/nyaplot3d/diagram.rb', line 71

define_group_properties(:options, [:name, :color, :thickness, :has_legend])

#has_legendBoolean

Returns decide whether to add legend.

Returns:

  • (Boolean)

    decide whether to add legend



71
# File 'lib/nyaplot3d/diagram.rb', line 71

define_group_properties(:options, [:name, :color, :thickness, :has_legend])

#nameString

Returns the name of the plot.

Returns:

  • (String)

    the name of the plot



71
# File 'lib/nyaplot3d/diagram.rb', line 71

define_group_properties(:options, [:name, :color, :thickness, :has_legend])

#thicknessNumeric

Returns the thickness of lines.

Returns:

  • (Numeric)

    the thickness of lines



71
# File 'lib/nyaplot3d/diagram.rb', line 71

define_group_properties(:options, [:name, :color, :thickness, :has_legend])