Getting attribute error: "Unknown property math_fontfamily" from Plots

Yes, plot3d() and other 3D plotting functions such as surface() work with GR. But your traceback shows that you’re trying to use matplotlib (and looks like you have an anaconda distribution). Try executing gr(), which will set your backend to GRbackend.

1 Like