Skip to content

Commit 0898df9

Browse files
Improve 'Show' documentation
1 parent 3114dee commit 0898df9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

mathics/builtin/graphics.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,12 @@ def _extract_graphics(graphics, format, evaluation):
210210
class Show(Builtin):
211211
"""
212212
<dl>
213-
<dt>'Show[$graphics$, $options$]'
214-
<dd>shows graphics with the specified options added.
213+
<dt>'Show[$graphics$, $options$]'
214+
<dd>shows a list of graphics with the specified options added.
215215
</dl>
216+
217+
>> Show[{Plot[x, {x, 0, 10}], ListPlot[{1,2,3}]}]
218+
= ...
216219
"""
217220

218221
options = GRAPHICS_OPTIONS

0 commit comments

Comments
 (0)