Method: Nyaplot::Colors.lists

Defined in:
lib/nyaplot/color.rb

.listsArray<String>

Returns the list of names of prepared colorsets.

Returns:

  • (Array<String>)

    the list of names of prepared colorsets



22
# File 'lib/nyaplot/color.rb', line 22

define_method(:lists) {color_set.keys}