Module: Nyaplot::Diagrams3D::Line

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

Instance Attribute Summary collapse

Method Summary

Methods included from MatrixType

#process_data

Methods included from Jsonizable

#before_to_json, #get_property, included, #init_properties, #set_property, #to_json

Instance Attribute Details

#colorString

Returns the color which lines are filled in.

Returns:

  • (String)

    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_legendBoolean

Returns decide whether to add legend.

Returns:

  • (Boolean)

    decide whether to add legend



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

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

#nameString

Returns the name of the plot.

Returns:

  • (String)

    the name of the plot



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

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

#thicknessNumeric

Returns the thickness of lines.

Returns:

  • (Numeric)

    the thickness of lines



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

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