Method: MathGL::MglGraph#mesh
- Defined in:
- lib/mathgl/doc/libdoc_core_en.rb
#mesh(z, sch = "", opt = "") ⇒ nil #mesh(x, y, z, sch = "", opt = "") ⇒ nil
2D plotting. The function draws mesh lines for surface specified parametrically (x(i,j), y(i,j), z(i,j)). See also surf, fall, meshnum, cont, tens. Mesh sample
2757 2758 |
# File 'lib/mathgl/doc/libdoc_core_en.rb', line 2757 def mesh end |