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
我想在python里边调用surfer来自动化给我成图,大概步骤如下: 1、点击New 3D Surface打开.grd格式的文件, 2、在View中把Rotation (degrees)设置成0,Tilt(degrees)设置成90, 3、在3D Surface-SYZ.grd中将Show color scale这一项勾选上来展示色带图例, 4、在colormap中选择Rainbow6色带,然后Minimum设置成-22,Maximun设置成-9。 以上四个步骤我想用python实现。 但是从色带开始就不知道调用什么函数,也没有对应的开发文档,请问您了解吗? 非常希望能得到您的帮助
The text was updated successfully, but these errors were encountered:
我参考的是help里面的surfer automation文档,里面有很多在vb的特性和方法,可以参考使用
Sorry, something went wrong.
No branches or pull requests
我想在python里边调用surfer来自动化给我成图,大概步骤如下:
1、点击New 3D Surface打开.grd格式的文件,
2、在View中把Rotation (degrees)设置成0,Tilt(degrees)设置成90,
3、在3D Surface-SYZ.grd中将Show color scale这一项勾选上来展示色带图例,
4、在colormap中选择Rainbow6色带,然后Minimum设置成-22,Maximun设置成-9。
以上四个步骤我想用python实现。
但是从色带开始就不知道调用什么函数,也没有对应的开发文档,请问您了解吗?
非常希望能得到您的帮助
The text was updated successfully, but these errors were encountered: