Skip to content

Commit

Permalink
Update Mesh doc (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky authored Dec 29, 2024
1 parent 41f198c commit 738992d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mathics/builtin/drawing/drawing_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,14 @@ class Mesh(Builtin):
specifies the mesh to be drawn. The default is 'Mesh->None'.
</dl>
Options include:
<ul>
<li>None: No mesh is drawn
<li>All: mesh divisions between elements
<li>Full: mesh divisions between regular datapoints
</ul>
>> Plot[Sin[Cos[x^2]],{x,-4,4},Mesh->All]
= -Graphics-
Expand Down

0 comments on commit 738992d

Please sign in to comment.