Skip to content

Commit 672e49d

Browse files
committed
WIP
1 parent 8c49882 commit 672e49d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mathics/builtin/drawing/plot.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,8 @@ class ColorDataFunction(Builtin):
762762

763763

764764
class ComplexPlot3D(_Plot3D):
765+
""" """
766+
765767
summary_text = "plots one or more complex functions as a surface"
766768
expected_args = 2
767769
options = _Plot3D.options3d | {"Mesh": "None"}
@@ -772,6 +774,8 @@ class ComplexPlot3D(_Plot3D):
772774

773775

774776
class ComplexPlot(_Plot3D):
777+
""" """
778+
775779
summary_text = "plots a complex function showing amplitude and phase using colors"
776780
expected_args = 2
777781
options = _Plot3D.options2d

0 commit comments

Comments
 (0)