Skip to content

Commit 7808d60

Browse files
committed
Less grainy filling in ListPlots
1 parent 9092ccb commit 7808d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mathics/builtin/optiondoc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Bottom(Builtin):
7171
<dd>is a possible value for the 'Filling' option.
7272
</dl>
7373
74-
>> ListLinePlot[Table[Sin[x], {x, -5, 5, 0.5}], Filling->Bottom]
74+
>> ListLinePlot[Table[Sin[x], {x, -5, 5, 0.2}], Filling->Bottom]
7575
= -Graphics-
7676
"""
7777

@@ -104,7 +104,7 @@ class Filling(Builtin):
104104
<dd>is a an option to Plot to specify what filling to add under point, curves, and surfaces
105105
</dl>
106106
107-
>> ListLinePlot[Table[Sin[x], {x, -5, 5, 0.5}], Filling->Axis]
107+
>> ListLinePlot[Table[Sin[x], {x, -5, 5, 0.2}], Filling->Axis]
108108
= -Graphics-
109109
"""
110110

0 commit comments

Comments
 (0)