We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,根据您的代码我 import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D
import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D
带%的那句会提示格式错误,就没加,然后调用 draw3D 的时候却提示我没有这个函数,去 axes3d 的api里查了查夜没找到这个函数,请问您是怎么用的呢
The text was updated successfully, but these errors were encountered:
%的那句是ipython notebook里面的宏指令,在那个里面会有用,在其他地方使用的话直接去掉就好,但可能需要补充其他的代码
Sorry, something went wrong.
No branches or pull requests
您好,根据您的代码我
import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D
带%的那句会提示格式错误,就没加,然后调用 draw3D 的时候却提示我没有这个函数,去 axes3d 的api里查了查夜没找到这个函数,请问您是怎么用的呢
The text was updated successfully, but these errors were encountered: