Method: Nyaplot::Plot3D#df_list

Defined in:
lib/nyaplot3d/plot3d.rb

#df_listArray<String>

Returns names of dataframe used by diagrams belog to this plot.

Returns:

  • (Array<String>)

    names of dataframe used by diagrams belog to this plot



62
63
64
65
# File 'lib/nyaplot3d/plot3d.rb', line 62

def df_list
  diagrams = get_property(:diagrams)
  return diagrams.map{|d| next d.df_name}
end