Module: Nyaplot::Diagrams3D::Surface

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

Instance Attribute Summary collapse

Method Summary

Methods included from MatrixType

#process_data

Instance Attribute Details

#fill_colorsArray<String>

Returns colors which surface is filled in.

Returns:

  • (Array<String>)

    colors which surface is filled in



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

define_group_properties(:options, [:fill_colors, :has_legend])

#has_legendBoolean

Returns decide whether to add legend.

Returns:

  • (Boolean)

    decide whether to add legend



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

define_group_properties(:options, [:fill_colors, :has_legend])