Skip to content

Commit f9d8edc

Browse files
committed
fixes test case
1 parent f52eab6 commit f9d8edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/builtin/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3781,7 +3781,7 @@ class Automatic(Builtin):
37813781
graphical options:
37823782
37833783
>> Cases[Options[Plot], HoldPattern[_ :> Automatic]]
3784-
= {Background :> Automatic, Exclusions :> Automatic, ImageSize :> Automatic, MaxRecursion :> Automatic, PlotRange :> Automatic, PlotRangePadding :> Automatic}
3784+
= {Background :> Automatic, Exclusions :> Automatic, ImageSize :> Automatic, MaxRecursion :> Automatic, PlotRange :> Automatic, PlotRangePadding :> Automatic, Transformation :> Automatic}
37853785
'''
37863786

37873787

0 commit comments

Comments
 (0)