Method: MathGL::MglData#sort
- Defined in:
- lib/mathgl/doc/libdoc_data_en.rb
#sort(idx, idy = -1) ⇒ nil
Data resizing. Sort data rows (or slices in 3D case) by values of specified column idx (or cell (idx,idy) for 3D case). Note, this function is not thread safe!
200 201 |
# File 'lib/mathgl/doc/libdoc_data_en.rb', line 200 def sort end |