diff --git a/README.md b/README.md index 0bd9a712..3d4fa640 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## 版本说明 -本手册目前与 GMT 5.4.3 同步,历史版本见 [release](https://github.com/gmt-china/GMT_modules/releases) 页面。 +本手册目前与 GMT 5.4.4 同步,历史版本见 [release](https://github.com/gmt-china/GMT_modules/releases) 页面。 - 在线阅读: https://modules.gmt-china.org - 离线阅读:[HTML](https://modules.gmt-china.org/GMT_modules.zip) [PDF](https://modules.gmt-china.org/GMT_modules.pdf) diff --git a/generate_docs_inv.py b/generate_docs_inv.py index 20569787..22ed0d59 100755 --- a/generate_docs_inv.py +++ b/generate_docs_inv.py @@ -10,7 +10,7 @@ inventory_header = '''\ # Sphinx inventory version 2 # Project: GMT -# Version: 5.4.3 +# Version: 5.4.4 # The remainder of this file is compressed with zlib. '''.encode('utf-8') diff --git a/generate_gmt_inv.py b/generate_gmt_inv.py index 1e588fef..fe01c1f4 100755 --- a/generate_gmt_inv.py +++ b/generate_gmt_inv.py @@ -10,7 +10,7 @@ inventory_header = '''\ # Sphinx inventory version 2 # Project: GMT -# Version: 5.4.3 +# Version: 5.4.4 # The remainder of this file is compressed with zlib. '''.encode('utf-8') diff --git a/source/GMT_style.sty b/source/GMT_style.sty index 231573e3..d8d13446 100644 --- a/source/GMT_style.sty +++ b/source/GMT_style.sty @@ -1,7 +1,7 @@ % 文档相关信息 \newcommand{\GMTDOCTITLE}{GMT\textbf{模块手册}} % 文档标题 \newcommand{\GMTDOCAUTHOR}{GMT中文社区} % 文档作者 -\newcommand{\GMTDOCVERSION}{5.4.3} % 文档版本 +\newcommand{\GMTDOCVERSION}{5.4.4} % 文档版本 % 字体设置 \setmonofont{Source Code Pro} diff --git a/source/conf.py b/source/conf.py index e4a78544..a2de7c24 100644 --- a/source/conf.py +++ b/source/conf.py @@ -70,7 +70,7 @@ # built documents. # # The short X.Y version. -version = '5.4.3' +version = '5.4.4' # The full version, including alpha/beta/rc tags. release = version @@ -295,6 +295,6 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - 'gmt': ('http://gmt.soest.hawaii.edu/doc/5.4.3/', 'gmt.inv'), + 'gmt': ('http://gmt.soest.hawaii.edu/doc/5.4.4/', 'gmt.inv'), 'doc': ('https://docs.gmt-china.org/', 'docs.inv') } diff --git a/source/pssac.rst b/source/pssac.rst index 290226f3..a28a0ec6 100644 --- a/source/pssac.rst +++ b/source/pssac.rst @@ -111,10 +111,15 @@ pssac 实现波形绘制的步骤是: ``-Q`` 垂直绘制波形,即Y轴是时间,X轴是振幅 -``-S[]`` - 指定时间缩放因子,即图上 1 单位的距离所代表的波形秒数(仅限于地理投影) +``-S[i][]`` + 指定时间比例尺。 - 若未指定 ```` ,默认使用 ``PROJ_LENGTH_UNIT`` + 对于地理投影而言,即表示图上一个单位距离所代表的波形描述。 + 其中单位 ```` 可以取 ``c|i|p`` 。 + 若未指定 ```` ,则默认使用 ``PROJ_LENGTH_UNIT`` 所指定的单位。 + + 在 ```` 前加上 ``i`` 则时间比例尺的含义反过来,即 ```` 表示 + 1秒长度的波形在图上的实际长度。 ``-T[+t][+r][+s]`` 指定参考时间及偏移量 @@ -142,5 +147,5 @@ pssac 实现波形绘制的步骤是: 利用 SAC 命令 ``datagen sub tel *.z`` 生成多个波形,将其绘制在地图上:: - gmt pssac *.z -JM15c -R-120/-40/35/65 -Baf -M1i -S1500c -K > map.ps + gmt pssac *.z -JM15c -R-120/-40/35/65 -Baf -M1i -S300c -K > map.ps saclst stlo stla f *.z | gmt psxy -J -R -St0.4c -Gblack -i1,2 -O >> map.ps diff --git a/source/psscale.rst b/source/psscale.rst index 23873dd6..5d7ba0f6 100644 --- a/source/psscale.rst +++ b/source/psscale.rst @@ -47,7 +47,7 @@ psscale 默认情况下,对于水平colorbar而言,X轴的标签会放在colorbar的下边,Y轴标签放在 colorbar的右边;对于垂直colorbar而言,X轴的标签放在colorbar的右边,Y轴标签 - 放在colorbar的上边。 + 放在colorbar的上边。除非在 ``-D`` 选项中使用了 ``+m`` 子选项。 ``-C`` 要绘制的CPT文件。