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
如何优化等值线/线段标注的位置是一个很困难的主题。GMT 提供了不同的算法来确定标注的位置,并且可以自由地指定标注的属性。
附录中的等值线标注和“线条标注”这一小节主要总结了等值线/线段标注问题:
这三部分内容涉及到 grdcontour、contour、plot、plot3d 四个模块的 1-2 个选项:
grdcontour
contour
plot
plot3d
-G
-Sq
-A
此小节内容并不适合放入GMT入门,也不是GMT基础,因而被长期至于附录中存放。
建议将此小节内容整理至相应模块中,目前我思考的整理方式和顺序如下:
整理与 grdcontour 有关的所有内容(约 5 个 PR)
整理与 contour 有关的所有内容(约 2 个 PR)
整理与 plot 有关的所有内容(约 2 个 PR)
由于 plot3d 模块暂时未翻译,暂时不整理。并且日后翻译和整理 plot3d 的线条标注时,参考 plot 即可。
此建议最早提出于 #253 (comment).
The text was updated successfully, but these errors were encountered:
#166 中提出增加“如何绘制等值线”的入门教程,或许实例部分也可以直接用于此教程的建设。
Sorry, something went wrong.
小提示:附录中的等值线标注和“线条标注”这一小节主要来自 GMT 官方手册 Cookbook/19. Annotation of Contours and “Quoted Lines”.
No branches or pull requests
问题描述
如何优化等值线/线段标注的位置是一个很困难的主题。GMT 提供了不同的算法来确定标注的位置,并且可以自由地指定标注的属性。
附录中的等值线标注和“线条标注”这一小节主要总结了等值线/线段标注问题:
这三部分内容涉及到
grdcontour
、contour
、plot
、plot3d
四个模块的 1-2 个选项:grdcontour
和contour
模块的-G
选项、plot
和plot3d
模块的-Sq
选项grdcontour
和contour
模块的-A
选项、plot
和plot3d
模块的-Sq
选项grdcontour
的标注位置图例、属性图例以及综合图例此小节内容并不适合放入GMT入门,也不是GMT基础,因而被长期至于附录中存放。
解决办法
建议将此小节内容整理至相应模块中,目前我思考的整理方式和顺序如下:
整理与
grdcontour
有关的所有内容(约 5 个 PR)-G
选项相关的内容-A
选项相关的内容grdcontour
的标注位置图例grdcontour
的标注属性图例grdcontour
的标注综合图例整理与
contour
有关的所有内容(约 2 个 PR)-G
选项相关的内容-A
选项相关的内容整理与
plot
有关的所有内容(约 2 个 PR)-Sq
选项相关的内容-Sq
选项相关的内容由于
plot3d
模块暂时未翻译,暂时不整理。并且日后翻译和整理 plot3d 的线条标注时,参考plot
即可。此建议最早提出于 #253 (comment).
The text was updated successfully, but these errors were encountered: