Skip to content

Commit 6508671

Browse files
committed
Merge branch 'master' of github.com:mathics/Mathics
2 parents 0b9120b + a8c2f40 commit 6508671

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)