We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6da5d3 commit d961a13Copy full SHA for d961a13
pymathics/vectorizedplot/plot_plot3d.py
@@ -84,6 +84,10 @@ class _Plot3D(Builtin):
84
# 'MaxRecursion': '2', # FIXME causes bugs in svg output see #303
85
}
86
87
+ def contribute(self, definitions, is_pymodule=False):
88
+ print("contribute with ", type(self))
89
+ super().contribute(definitions, is_pymodule)
90
+
91
def eval(
92
self,
93
functions,
0 commit comments