Module: Nyaplot::Diagrams3D::Surface

Includes:
MatrixType, 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

#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])