├── .all-contributorsrc ├── .github ├── dependabot.yml └── workflows │ ├── cache-data.yml │ ├── check-links.yml │ ├── compress-images.yml │ └── deploy.yml ├── .gitignore ├── .readthedocs.yaml ├── Makefile ├── README.md ├── environment.yml ├── scripts └── setup-ci.sh └── source ├── GMT_style.sty ├── _extensions ├── gmtplot.py └── templatebridge.py ├── _static ├── algolia.css ├── algolia.js ├── custom.css ├── favicon.ico └── version_switch.js ├── _templates ├── gallery.tmpl ├── layout.html ├── page.html └── searchbox_bing.html ├── api ├── c.md ├── index.md ├── julia.md ├── matlab.md ├── matlab_path.png └── python.md ├── basis ├── GMT_RGBchart_a4.pdf ├── GMT_RGBchart_a4.png ├── GMT_RGBchart_letter.pdf ├── GMT_RGBchart_letter.png ├── GMT_latex.sh ├── GMT_patterns.pdf ├── GMT_patterns.png ├── GMT_stand+_iso+.pdf ├── GMT_stand+_iso+.png ├── GMT_symbol_dingbats.pdf ├── GMT_symbol_dingbats.png ├── anchor.md ├── canvas.md ├── canvas_plot_origin.sh ├── color-picker.html ├── color.md ├── embellishment.md ├── embellishment.sh ├── escape-character.md ├── escapes.sh ├── fill.md ├── fonts.sh ├── index.md ├── input-files.md ├── io-format.md ├── latex.md ├── line-spline.sh ├── line.md ├── panel.sh ├── pen.md ├── pens.sh ├── special-character.md ├── text.md ├── texts.sh ├── unit.md └── vector.md ├── chinese ├── GMT_Chinese.bat ├── GMT_Chinese.png ├── GMT_Chinese.sh ├── GMT_chinese.png ├── chinese-compass.sh ├── chinese-extension.png ├── chinese-months.sh ├── chinese-texts.sh ├── chinese-weeks.sh ├── index.md ├── showcase.md ├── unix.md └── windows.md ├── conf.py ├── conf ├── color.md ├── defaults_1.sh ├── defaults_2.sh ├── defaults_3.sh ├── dir.md ├── font.md ├── format.md ├── index.md ├── io.md ├── map.md ├── map_frame_type.sh ├── misc.md ├── overview.md ├── proj.md ├── ps.md └── time.md ├── contributing.md ├── cpt ├── GMT_CPT_3.sh ├── GMT_CPT_4.sh ├── builtin-cpt.md ├── cpt.list ├── cpt │ ├── SCM │ │ ├── acton.pdf │ │ ├── acton.png │ │ ├── actonS.pdf │ │ ├── actonS.png │ │ ├── bam.pdf │ │ ├── bam.png │ │ ├── bamO.pdf │ │ ├── bamO.png │ │ ├── bamako.pdf │ │ ├── bamako.png │ │ ├── bamakoS.pdf │ │ ├── bamakoS.png │ │ ├── batlow.pdf │ │ ├── batlow.png │ │ ├── batlowK.pdf │ │ ├── batlowK.png │ │ ├── batlowS.pdf │ │ ├── batlowS.png │ │ ├── batlowW.pdf │ │ ├── batlowW.png │ │ ├── berlin.pdf │ │ ├── berlin.png │ │ ├── bilbao.pdf │ │ ├── bilbao.png │ │ ├── bilbaoS.pdf │ │ ├── bilbaoS.png │ │ ├── broc.pdf │ │ ├── broc.png │ │ ├── brocO.pdf │ │ ├── brocO.png │ │ ├── buda.pdf │ │ ├── buda.png │ │ ├── budaS.pdf │ │ ├── budaS.png │ │ ├── bukavu.pdf │ │ ├── bukavu.png │ │ ├── cork.pdf │ │ ├── cork.png │ │ ├── corkO.pdf │ │ ├── corkO.png │ │ ├── davos.pdf │ │ ├── davos.png │ │ ├── davosS.pdf │ │ ├── davosS.png │ │ ├── devon.pdf │ │ ├── devon.png │ │ ├── devonS.pdf │ │ ├── devonS.png │ │ ├── fes.pdf │ │ ├── fes.png │ │ ├── grayC.pdf │ │ ├── grayC.png │ │ ├── grayCS.pdf │ │ ├── grayCS.png │ │ ├── hawaii.pdf │ │ ├── hawaii.png │ │ ├── hawaiiS.pdf │ │ ├── hawaiiS.png │ │ ├── imola.pdf │ │ ├── imola.png │ │ ├── imolaS.pdf │ │ ├── imolaS.png │ │ ├── lajolla.pdf │ │ ├── lajolla.png │ │ ├── lajollaS.pdf │ │ ├── lajollaS.png │ │ ├── lapaz.pdf │ │ ├── lapaz.png │ │ ├── lapazS.pdf │ │ ├── lapazS.png │ │ ├── lisbon.pdf │ │ ├── lisbon.png │ │ ├── nuuk.pdf │ │ ├── nuuk.png │ │ ├── nuukS.pdf │ │ ├── nuukS.png │ │ ├── oleron.pdf │ │ ├── oleron.png │ │ ├── oslo.pdf │ │ ├── oslo.png │ │ ├── osloS.pdf │ │ ├── osloS.png │ │ ├── roma.pdf │ │ ├── roma.png │ │ ├── romaO.pdf │ │ ├── romaO.png │ │ ├── tofino.pdf │ │ ├── tofino.png │ │ ├── tokyo.pdf │ │ ├── tokyo.png │ │ ├── tokyoS.pdf │ │ ├── tokyoS.png │ │ ├── turku.pdf │ │ ├── turku.png │ │ ├── turkuS.pdf │ │ ├── turkuS.png │ │ ├── vanimo.pdf │ │ ├── vanimo.png │ │ ├── vik.pdf │ │ ├── vik.png │ │ ├── vikO.pdf │ │ └── vikO.png │ ├── cmocean │ │ ├── algae.pdf │ │ ├── algae.png │ │ ├── amp.pdf │ │ ├── amp.png │ │ ├── balance.pdf │ │ ├── balance.png │ │ ├── curl.pdf │ │ ├── curl.png │ │ ├── deep.pdf │ │ ├── deep.png │ │ ├── delta.pdf │ │ ├── delta.png │ │ ├── dense.pdf │ │ ├── dense.png │ │ ├── diff.pdf │ │ ├── diff.png │ │ ├── gray.pdf │ │ ├── gray.png │ │ ├── haline.pdf │ │ ├── haline.png │ │ ├── ice.pdf │ │ ├── ice.png │ │ ├── matter.pdf │ │ ├── matter.png │ │ ├── oxy.pdf │ │ ├── oxy.png │ │ ├── phase.pdf │ │ ├── phase.png │ │ ├── rain.pdf │ │ ├── rain.png │ │ ├── solar.pdf │ │ ├── solar.png │ │ ├── speed.pdf │ │ ├── speed.png │ │ ├── tarn.pdf │ │ ├── tarn.png │ │ ├── tempo.pdf │ │ ├── tempo.png │ │ ├── thermal.pdf │ │ ├── thermal.png │ │ ├── topo.pdf │ │ ├── topo.png │ │ ├── turbid.pdf │ │ └── turbid.png │ ├── cpt-city │ │ ├── cubhelix.pdf │ │ ├── cubhelix.png │ │ ├── dem1.pdf │ │ ├── dem1.png │ │ ├── dem4.pdf │ │ ├── dem4.png │ │ ├── elevation.pdf │ │ └── elevation.png │ ├── gmt │ │ ├── abyss.pdf │ │ ├── abyss.png │ │ ├── bathy.pdf │ │ ├── bathy.png │ │ ├── categorical.pdf │ │ ├── categorical.png │ │ ├── cyclic.pdf │ │ ├── cyclic.png │ │ ├── dem2.pdf │ │ ├── dem2.png │ │ ├── dem3.pdf │ │ ├── dem3.png │ │ ├── drywet.pdf │ │ ├── drywet.png │ │ ├── earth.pdf │ │ ├── earth.png │ │ ├── etopo1.pdf │ │ ├── etopo1.png │ │ ├── gebco.pdf │ │ ├── gebco.png │ │ ├── geo.pdf │ │ ├── geo.png │ │ ├── globe.pdf │ │ ├── globe.png │ │ ├── gray.pdf │ │ ├── gray.png │ │ ├── haxby.pdf │ │ ├── haxby.png │ │ ├── ibcso.pdf │ │ ├── ibcso.png │ │ ├── mag.pdf │ │ ├── mag.png │ │ ├── nighttime.pdf │ │ ├── nighttime.png │ │ ├── no_green.pdf │ │ ├── no_green.png │ │ ├── ocean.pdf │ │ ├── ocean.png │ │ ├── paired.pdf │ │ ├── paired.png │ │ ├── rainbow.pdf │ │ ├── rainbow.png │ │ ├── red2green.pdf │ │ ├── red2green.png │ │ ├── relief.pdf │ │ ├── relief.png │ │ ├── seafloor.pdf │ │ ├── seafloor.png │ │ ├── sealand.pdf │ │ ├── sealand.png │ │ ├── seis.pdf │ │ ├── seis.png │ │ ├── split.pdf │ │ ├── split.png │ │ ├── srtm.pdf │ │ ├── srtm.png │ │ ├── terra.pdf │ │ ├── terra.png │ │ ├── topo.pdf │ │ ├── topo.png │ │ ├── world.pdf │ │ ├── world.png │ │ ├── wysiwyg.pdf │ │ └── wysiwyg.png │ ├── google │ │ ├── turbo.pdf │ │ └── turbo.png │ ├── matlab │ │ ├── cool.pdf │ │ ├── cool.png │ │ ├── copper.pdf │ │ ├── copper.png │ │ ├── hot.pdf │ │ ├── hot.png │ │ ├── jet.pdf │ │ ├── jet.png │ │ ├── polar.pdf │ │ └── polar.png │ ├── matplotlib │ │ ├── inferno.pdf │ │ ├── inferno.png │ │ ├── magma.pdf │ │ ├── magma.png │ │ ├── plasma.pdf │ │ ├── plasma.png │ │ ├── viridis.pdf │ │ └── viridis.png │ └── panoply │ │ ├── panoply.pdf │ │ └── panoply.png ├── cpt_cyclic.sh ├── current-cpt.md ├── format.md ├── generate-cpt-table.py ├── index.md ├── makecpt.md ├── plot-builtin-cpts.sh └── usage.md ├── dataset ├── CN-block │ ├── CN-block.jpg │ ├── CN-block.sh │ └── index.md ├── CN-border │ ├── CN-border-JD.sh │ ├── CN-border-JM.sh │ ├── CN-border-neighboring-countries.sh │ └── index.md ├── CN-faults │ ├── CN-buffer-fault.sh │ ├── CN-faults-labeling.sh │ ├── CN-faults.sh │ ├── CN-regional-faults.sh │ ├── CN-single-fault-labeling.sh │ ├── CN-single-fault.sh │ └── index.md ├── PB2002 │ ├── PB2002.sh │ ├── PB2002_boundaries.dig.txt │ ├── PB2002_plates.dig.txt │ └── index.md ├── WSM_2016 │ ├── WSM_2016.sh │ └── index.md ├── dcw │ ├── dcw-countries.txt │ ├── dcw-states.txt │ ├── dcw.png │ └── index.md ├── gadm │ ├── gadm_level0.pdf │ ├── gadm_level0.png │ ├── gadm_level0.sh │ ├── gadm_level1.pdf │ ├── gadm_level1.png │ ├── gadm_level1.sh │ ├── gadm_level2.pdf │ ├── gadm_level2.png │ ├── gadm_level2.sh │ └── index.md ├── geo3al │ ├── geo3al.sh │ ├── geoage.cpt │ └── index.md ├── global_tectonics │ ├── boundaries.sh │ ├── global_gprv.sh │ ├── index.md │ ├── oc_boundaries.sh │ └── plates.sh ├── gshhg.md ├── index.md └── remote-dataset.md ├── examples ├── ex001 │ ├── ex001.sh │ └── index.md ├── ex002 │ ├── PKiKP.raypath.gmt │ ├── PcP.raypath.gmt │ ├── ex002.sh │ └── index.md ├── ex003 │ ├── ex003.sh │ └── index.md ├── ex004 │ ├── ex004.sh │ └── index.md ├── ex005 │ ├── ex005.sh │ └── index.md ├── ex006 │ ├── data.txt │ ├── ex006.sh │ └── index.md ├── ex007 │ ├── ex007.sh │ └── index.md ├── ex008 │ ├── coast_buffer.png │ ├── ex008.sh │ └── index.md ├── ex009 │ ├── ex009.sh │ └── index.md ├── ex010 │ ├── data.txt │ ├── ex010.sh │ └── index.md ├── ex011 │ ├── ex011.sh │ └── index.md ├── ex012 │ ├── ex012.sh │ ├── index.md │ └── mt.txt ├── ex013 │ ├── ex013.sh │ └── index.md ├── ex014 │ ├── ex014.sh │ └── index.md ├── ex015 │ ├── ex015.sh │ ├── gps_campagin.txt │ ├── gps_continuous.txt │ └── index.md ├── ex016 │ ├── ex016.sh │ └── index.md ├── ex017 │ ├── ex017.sh │ ├── index.md │ └── velocity.dat ├── ex026 │ ├── ex026.sh │ └── index.md ├── ex029 │ ├── Hefei.sh │ ├── ex029_1.sh │ ├── ex029_2.sh │ └── index.md ├── ex030 │ ├── ex030.sh │ ├── index.md │ └── slip_3dgrid.gmt ├── ex031 │ ├── ex031.sh │ └── index.md ├── ex032 │ ├── ex032.sh │ ├── index.md │ └── taihu.gmt └── index.md ├── gallery ├── gallery.yaml └── index.rst ├── grid ├── boundary-condition.md ├── format.md ├── index.md ├── read.md ├── registration.md ├── viewer.md └── write.md ├── index.md ├── install ├── build-source-unix.md ├── build-source-windows.md ├── conda.md ├── fedora.md ├── index.md ├── macOS.md ├── ubuntu-debian.md └── windows.md ├── intro.md ├── locales └── zh_CN │ └── LC_MESSAGES │ └── sphinx.po ├── migrating ├── 4to5.md ├── 5to6.md ├── classic2modern.md └── index.md ├── module ├── backtracker.rst ├── barb.rst ├── basemap.rst ├── basemap │ ├── dir_rose.sh │ └── mag_rose.sh ├── batch.rst ├── begin.rst ├── binstats.rst ├── blockmean.rst ├── blockmedian.rst ├── blockmode.rst ├── clear.rst ├── clip.rst ├── coast.rst ├── colorbar.rst ├── common_SYN_OPTs.rst_ ├── connect.rst ├── contour.rst ├── contour │ ├── contour_ex1.sh │ └── contour_ex2.sh ├── convert.rst ├── coupe.rst ├── coupe │ ├── coupe_ex1.sh │ └── data.txt ├── create_cpt.rst_ ├── defaults.rst ├── dimfilter.rst ├── docs.rst ├── dump_rgb.rst_ ├── earthtide.rst ├── end.rst ├── events.rst ├── explain_-A.rst_ ├── explain_-B.rst_ ├── explain_-D_cap.rst_ ├── explain_-F_box.rst_ ├── explain_-I.rst_ ├── explain_-J.rst_ ├── explain_-L_scale.rst_ ├── explain_-R.rst_ ├── explain_-Rgeo.rst_ ├── explain_-Rz.rst_ ├── explain_-T_rose.rst_ ├── explain_-U.rst_ ├── explain_-V.rst_ ├── explain_-XY.rst_ ├── explain_-aspatial.rst_ ├── explain_-bi.rst_ ├── explain_-bo.rst_ ├── explain_-c.rst_ ├── explain_-d.rst_ ├── explain_-di.rst_ ├── explain_-do.rst_ ├── explain_-e.rst_ ├── explain_-f.rst_ ├── explain_-g.rst_ ├── explain_-h.rst_ ├── explain_-icols.rst_ ├── explain_-l.rst_ ├── explain_-n.rst_ ├── explain_-ocols.rst_ ├── explain_-q.rst_ ├── explain_-qi.rst_ ├── explain_-qo.rst_ ├── explain_-s.rst_ ├── explain_-t.rst_ ├── explain_-w.rst_ ├── explain_array.rst_ ├── explain_clabelinfo.rst_ ├── explain_colon.rst_ ├── explain_contlabel.rst_ ├── explain_core.rst_ ├── explain_distcalc.rst_ ├── explain_distunits.rst_ ├── explain_example.rst_ ├── explain_fft.rst_ ├── explain_float.rst_ ├── explain_geodetic.rst_ ├── explain_geometry.rst_ ├── explain_grd_coord.rst_ ├── explain_grd_in.rst_ ├── explain_grd_out.rst_ ├── explain_grdresample.rst_ ├── explain_grdresample2.rst_ ├── explain_gshhg.rst_ ├── explain_help.rst_ ├── explain_help_nopar.rst_ ├── explain_inside.rst_ ├── explain_intables.rst_ ├── explain_intense.rst_ ├── explain_interpolant.rst_ ├── explain_lines.rst_ ├── explain_meca_-S.rst_ ├── explain_ncid.rst_ ├── explain_nodereg.rst_ ├── explain_perspective.rst_ ├── explain_precision.rst_ ├── explain_refpoint.rst_ ├── explain_rots.rst_ ├── figure.rst ├── filter1d.rst ├── fitcircle.rst ├── fitcircle │ ├── fitcircle_ex1.sh │ ├── gcircle.txt │ └── scircle.txt ├── flexure.rst ├── fzanalyzer.rst ├── fzblender.rst ├── fzinformer.rst ├── fzmapper.rst ├── fzmodeler.rst ├── fzprofiler.rst ├── get.rst ├── gmt-config.rst ├── gmt.rst ├── gmt2kml.rst ├── gmtswitch.rst ├── gpsgridder.rst ├── gravfft.rst ├── gravmag3d.rst ├── gravprisms.rst ├── grd2cpt.rst ├── grd2kml.rst ├── grd2xyz.rst ├── grdbarb.rst ├── grdblend.rst ├── grdclip.rst ├── grdcontour.rst ├── grdcontour │ ├── grdcontour-annot1.sh │ ├── grdcontour-annot2.sh │ ├── grdcontour-annot3.sh │ ├── grdcontour-annot4.sh │ ├── grdcontour-annot5.sh │ ├── grdcontour-ex1.sh │ ├── grdcontour-ex2.sh │ ├── grdcontour-ex3.sh │ └── grdcontour-ex4.sh ├── grdconvert.rst ├── grdcut.rst ├── grdedit.rst ├── grdedit │ └── grdedit_-E.sh ├── grdfft.rst ├── grdfill.rst ├── grdfilter.rst ├── grdflexure.rst ├── grdflexure │ └── grdflexure_approx.sh ├── grdgdal.rst ├── grdgradient.rst ├── grdgravmag3d.rst ├── grdhisteq.rst ├── grdimage.rst ├── grdinfo.rst ├── grdinterpolate.rst ├── grdlandmask.rst ├── grdmask.rst ├── grdmath.rst ├── grdmix.rst ├── grdpaste.rst ├── grdpmodeler.rst ├── grdproject.rst ├── grdredpol.rst ├── grdrotater.rst ├── grdsample.rst ├── grdseamount.rst ├── grdseamount │ ├── GMT_seamount_azim.sh │ ├── GMT_seamount_cum_inc.sh │ ├── GMT_seamount_density.sh │ ├── GMT_seamount_flux.sh │ ├── GMT_seamount_inc.sh │ ├── GMT_seamount_map.sh │ ├── GMT_seamount_prisms.sh │ ├── GMT_seamount_psi.sh │ ├── GMT_seamount_slide.sh │ ├── GMT_seamount_specs.sh │ ├── GMT_seamount_types.sh │ └── GMT_seamount_u0.sh ├── grdselect.rst ├── grdshake.rst ├── grdspotter.rst ├── grdtrack.rst ├── grdtrend.rst ├── grdvector.rst ├── grdview.rst ├── grdvolume.rst ├── grdvs30.rst ├── greenspline.rst ├── gshhg.rst ├── histogram.rst ├── hotspotter.rst ├── image.rst ├── img2google.rst ├── img2grd.rst ├── index.rst ├── info.rst ├── inset.rst ├── inset │ ├── inset-ex01.sh │ └── inset-ex02.sh ├── isf.rst ├── kml2gmt.rst ├── legend.rst ├── legend │ └── legend_ex1.sh ├── logo.rst ├── macos_preview_issue.rst_ ├── makecpt.rst ├── mapproject.rst ├── mapproject │ └── GMT_obl_regions.sh ├── mask.rst ├── math.rst ├── meca.rst ├── mgd77convert.rst ├── mgd77header.rst ├── mgd77info.rst ├── mgd77list.rst ├── mgd77magref.rst ├── mgd77manage.rst ├── mgd77path.rst ├── mgd77sniffer.rst ├── mgd77track.rst ├── mlconverter.rst ├── movie.rst ├── movie │ └── GMT_movie_canvas.sh ├── nearneighbor.rst ├── nearneighbor │ └── GMT_nearneighbor.sh ├── originater.rst ├── plot.rst ├── plot │ ├── GMT_base_symbols1.sh │ ├── GMT_base_symbols2.sh │ ├── GMT_base_symbols4.sh │ ├── GMT_base_symbols5.sh │ ├── GMT_base_symbols7.sh │ ├── GMT_base_symbols8.sh │ ├── plot_-A.sh │ ├── plot_-F.sh │ ├── plot_-L_1.sh │ ├── plot_-L_2.sh │ ├── plot_-L_3.sh │ ├── plot_-Sm.sh │ ├── plot_-Sq_1.sh │ ├── plot_-Sq_2.sh │ └── plot_-Sq_3.sh ├── plot3d.rst ├── pmodeler.rst ├── polar.rst ├── polar │ └── polar_ex1.sh ├── polespotter.rst ├── project.rst ├── project │ ├── project_ex.sh │ └── project_sketch.sh ├── psconvert.rst ├── regress.rst ├── rose.rst ├── rotconverter.rst ├── rotsmoother.rst ├── sac.rst ├── sample1d.rst ├── segy.rst ├── segy │ ├── XB1-Z.sgy │ └── segy_ex.sh ├── segy2grd.rst ├── segyz.rst ├── select.rst ├── set.rst ├── simplify.rst ├── solar.rst ├── spatial.rst ├── spectrum1d.rst ├── sph2grd.rst ├── sphdistance.rst ├── sphinterpolate.rst ├── sphtriangulate.rst ├── split.rst ├── subplot.rst ├── surface.rst ├── talwani2d.rst ├── talwani3d.rst ├── temp.dat ├── ternary.rst ├── text.rst ├── text │ ├── text_-M.sh │ └── text_clearance.sh ├── trend1d.rst ├── trend2d.rst ├── triangulate.rst ├── use_cpt_grd.rst_ ├── vector.rst ├── velo.rst ├── velo │ ├── velo_ex1.sh │ ├── velo_ex2.sh │ └── velo_ex3.sh ├── which.rst ├── wiggle.rst ├── x2sys_binlist.rst ├── x2sys_cross.rst ├── x2sys_datalist.rst ├── x2sys_get.rst ├── x2sys_init.rst ├── x2sys_list.rst ├── x2sys_merge.rst ├── x2sys_put.rst ├── x2sys_report.rst ├── x2sys_solve.rst └── xyz2grd.rst ├── option ├── B.md ├── B │ ├── 2D-axes-examples.sh │ ├── 3D-axes-examples.sh │ ├── B_afg.sh │ ├── B_custom_axes_1.sh │ ├── B_geo_1.sh │ ├── B_geo_2.sh │ ├── B_linear.sh │ ├── B_log.sh │ ├── B_pow.sh │ ├── B_time_axes_1.sh │ ├── B_time_axes_2.sh │ ├── B_time_axes_3.sh │ ├── B_time_axes_4.sh │ ├── B_time_axes_5.sh │ ├── B_time_axes_6.sh │ ├── B_time_axes_7.sh │ └── axes.sh ├── J.md ├── R.md ├── R.sh ├── U.md ├── V.md ├── XY.md ├── a.md ├── binary.md ├── c.md ├── colon.md ├── d.md ├── distcal.md ├── e.md ├── f.md ├── g.md ├── h.md ├── index.md ├── io.md ├── l.md ├── n.md ├── nodereg.md ├── p.md ├── p │ ├── p-option-example-2D.sh │ └── p-option-example-3D.sh ├── projection-codes.rst_ ├── q.md ├── s.md ├── t.md ├── w.md ├── w │ ├── GMT_cycle_1.sh │ ├── GMT_cycle_2.sh │ ├── GMT_cycle_3.sh │ ├── GMT_cycle_4.sh │ ├── GMT_cycle_5.sh │ └── GMT_cycle_6.sh └── x.md ├── proj ├── GMT_obl_nz.sh ├── GMT_utm_zones.sh ├── Ja.md ├── Jb.md ├── Jc.md ├── Jcyl_stere.md ├── Jd.md ├── Je.md ├── Jf.md ├── Jg.md ├── Jh.md ├── Ji.md ├── Jj.md ├── Jk.md ├── Jl.md ├── Jm.md ├── Jn.md ├── Jo.md ├── Jp.md ├── Jp.sh ├── Jpoly.md ├── Jq.md ├── Jr.md ├── Js.md ├── Jspilhaus.md ├── Jspilhaus │ └── spilhaus.sh ├── Jt.md ├── Ju.md ├── Jv.md ├── Jw.md ├── Jx.md ├── Jx │ ├── linear-geo.sh │ ├── linear-time.sh │ ├── linear.sh │ ├── log.sh │ ├── power.sh │ ├── sqrt.txt │ └── sqrt10.txt ├── Jy.md ├── index.md └── projections.sh ├── table ├── ascii.md ├── binary.md ├── index.md ├── netcdf.md ├── ogrgmt.md └── shapefile.md ├── theme └── index.md ├── tutorial ├── advanced.md ├── basemap.md ├── coastline.md ├── commands.md ├── configurations.md ├── earth-relief.md ├── first-plot.sh ├── get-started │ ├── example.sh │ ├── index.md │ ├── linux.md │ ├── macos.md │ └── windows.md ├── histogram │ ├── eq.dat │ └── index.md ├── inset.md ├── layers │ ├── index.md │ ├── layers-1.sh │ ├── layers-2.sh │ ├── layers-3.sh │ ├── layers-4.sh │ └── layers-5.sh ├── legend.md ├── lines.md ├── multifig.md ├── oneliner.md ├── started.md ├── subplot.md ├── surface │ ├── Table_5_11.txt │ ├── index.md │ ├── surface_ex1.sh │ └── surface_ex2.sh ├── symbols │ ├── index.md │ ├── symbols-1.sh │ ├── symbols-2.sh │ ├── symbols-3.sh │ ├── symbols-4.sh │ ├── symbols-5.sh │ ├── symbols-6.sh │ └── symbols.sh ├── texts.md ├── tutor_conf.png └── xyz2grd │ ├── HI_geoid_04.xyz │ ├── index.md │ ├── xyz2grd_ex1.sh │ └── xyz2grd_ex2.sh └── utilities ├── gdal.md └── index.md /.all-contributorsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/.all-contributorsrc -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/cache-data.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/.github/workflows/cache-data.yml -------------------------------------------------------------------------------- /.github/workflows/check-links.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/.github/workflows/check-links.yml -------------------------------------------------------------------------------- /.github/workflows/compress-images.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/.github/workflows/compress-images.yml -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/README.md -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/environment.yml -------------------------------------------------------------------------------- /scripts/setup-ci.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/scripts/setup-ci.sh -------------------------------------------------------------------------------- /source/GMT_style.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/GMT_style.sty -------------------------------------------------------------------------------- /source/_extensions/gmtplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_extensions/gmtplot.py -------------------------------------------------------------------------------- /source/_extensions/templatebridge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_extensions/templatebridge.py -------------------------------------------------------------------------------- /source/_static/algolia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_static/algolia.css -------------------------------------------------------------------------------- /source/_static/algolia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_static/algolia.js -------------------------------------------------------------------------------- /source/_static/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_static/custom.css -------------------------------------------------------------------------------- /source/_static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_static/favicon.ico -------------------------------------------------------------------------------- /source/_static/version_switch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_static/version_switch.js -------------------------------------------------------------------------------- /source/_templates/gallery.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_templates/gallery.tmpl -------------------------------------------------------------------------------- /source/_templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_templates/layout.html -------------------------------------------------------------------------------- /source/_templates/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_templates/page.html -------------------------------------------------------------------------------- /source/_templates/searchbox_bing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/_templates/searchbox_bing.html -------------------------------------------------------------------------------- /source/api/c.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/api/c.md -------------------------------------------------------------------------------- /source/api/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/api/index.md -------------------------------------------------------------------------------- /source/api/julia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/api/julia.md -------------------------------------------------------------------------------- /source/api/matlab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/api/matlab.md -------------------------------------------------------------------------------- /source/api/matlab_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/api/matlab_path.png -------------------------------------------------------------------------------- /source/api/python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/api/python.md -------------------------------------------------------------------------------- /source/basis/GMT_RGBchart_a4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_RGBchart_a4.pdf -------------------------------------------------------------------------------- /source/basis/GMT_RGBchart_a4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_RGBchart_a4.png -------------------------------------------------------------------------------- /source/basis/GMT_RGBchart_letter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_RGBchart_letter.pdf -------------------------------------------------------------------------------- /source/basis/GMT_RGBchart_letter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_RGBchart_letter.png -------------------------------------------------------------------------------- /source/basis/GMT_latex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_latex.sh -------------------------------------------------------------------------------- /source/basis/GMT_patterns.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_patterns.pdf -------------------------------------------------------------------------------- /source/basis/GMT_patterns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_patterns.png -------------------------------------------------------------------------------- /source/basis/GMT_stand+_iso+.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_stand+_iso+.pdf -------------------------------------------------------------------------------- /source/basis/GMT_stand+_iso+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_stand+_iso+.png -------------------------------------------------------------------------------- /source/basis/GMT_symbol_dingbats.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_symbol_dingbats.pdf -------------------------------------------------------------------------------- /source/basis/GMT_symbol_dingbats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/GMT_symbol_dingbats.png -------------------------------------------------------------------------------- /source/basis/anchor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/anchor.md -------------------------------------------------------------------------------- /source/basis/canvas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/canvas.md -------------------------------------------------------------------------------- /source/basis/canvas_plot_origin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/canvas_plot_origin.sh -------------------------------------------------------------------------------- /source/basis/color-picker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/color-picker.html -------------------------------------------------------------------------------- /source/basis/color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/color.md -------------------------------------------------------------------------------- /source/basis/embellishment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/embellishment.md -------------------------------------------------------------------------------- /source/basis/embellishment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/embellishment.sh -------------------------------------------------------------------------------- /source/basis/escape-character.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/escape-character.md -------------------------------------------------------------------------------- /source/basis/escapes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/escapes.sh -------------------------------------------------------------------------------- /source/basis/fill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/fill.md -------------------------------------------------------------------------------- /source/basis/fonts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/fonts.sh -------------------------------------------------------------------------------- /source/basis/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/index.md -------------------------------------------------------------------------------- /source/basis/input-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/input-files.md -------------------------------------------------------------------------------- /source/basis/io-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/io-format.md -------------------------------------------------------------------------------- /source/basis/latex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/latex.md -------------------------------------------------------------------------------- /source/basis/line-spline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/line-spline.sh -------------------------------------------------------------------------------- /source/basis/line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/line.md -------------------------------------------------------------------------------- /source/basis/panel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/panel.sh -------------------------------------------------------------------------------- /source/basis/pen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/pen.md -------------------------------------------------------------------------------- /source/basis/pens.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/pens.sh -------------------------------------------------------------------------------- /source/basis/special-character.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/special-character.md -------------------------------------------------------------------------------- /source/basis/text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/text.md -------------------------------------------------------------------------------- /source/basis/texts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/texts.sh -------------------------------------------------------------------------------- /source/basis/unit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/unit.md -------------------------------------------------------------------------------- /source/basis/vector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/basis/vector.md -------------------------------------------------------------------------------- /source/chinese/GMT_Chinese.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/GMT_Chinese.bat -------------------------------------------------------------------------------- /source/chinese/GMT_Chinese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/GMT_Chinese.png -------------------------------------------------------------------------------- /source/chinese/GMT_Chinese.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/GMT_Chinese.sh -------------------------------------------------------------------------------- /source/chinese/GMT_chinese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/GMT_chinese.png -------------------------------------------------------------------------------- /source/chinese/chinese-compass.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/chinese-compass.sh -------------------------------------------------------------------------------- /source/chinese/chinese-extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/chinese-extension.png -------------------------------------------------------------------------------- /source/chinese/chinese-months.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/chinese-months.sh -------------------------------------------------------------------------------- /source/chinese/chinese-texts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/chinese-texts.sh -------------------------------------------------------------------------------- /source/chinese/chinese-weeks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/chinese-weeks.sh -------------------------------------------------------------------------------- /source/chinese/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/index.md -------------------------------------------------------------------------------- /source/chinese/showcase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/showcase.md -------------------------------------------------------------------------------- /source/chinese/unix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/unix.md -------------------------------------------------------------------------------- /source/chinese/windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/chinese/windows.md -------------------------------------------------------------------------------- /source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf.py -------------------------------------------------------------------------------- /source/conf/color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/color.md -------------------------------------------------------------------------------- /source/conf/defaults_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/defaults_1.sh -------------------------------------------------------------------------------- /source/conf/defaults_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/defaults_2.sh -------------------------------------------------------------------------------- /source/conf/defaults_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/defaults_3.sh -------------------------------------------------------------------------------- /source/conf/dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/dir.md -------------------------------------------------------------------------------- /source/conf/font.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/font.md -------------------------------------------------------------------------------- /source/conf/format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/format.md -------------------------------------------------------------------------------- /source/conf/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/index.md -------------------------------------------------------------------------------- /source/conf/io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/io.md -------------------------------------------------------------------------------- /source/conf/map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/map.md -------------------------------------------------------------------------------- /source/conf/map_frame_type.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/map_frame_type.sh -------------------------------------------------------------------------------- /source/conf/misc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/misc.md -------------------------------------------------------------------------------- /source/conf/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/overview.md -------------------------------------------------------------------------------- /source/conf/proj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/proj.md -------------------------------------------------------------------------------- /source/conf/ps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/ps.md -------------------------------------------------------------------------------- /source/conf/time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/conf/time.md -------------------------------------------------------------------------------- /source/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/contributing.md -------------------------------------------------------------------------------- /source/cpt/GMT_CPT_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/GMT_CPT_3.sh -------------------------------------------------------------------------------- /source/cpt/GMT_CPT_4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/GMT_CPT_4.sh -------------------------------------------------------------------------------- /source/cpt/builtin-cpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/builtin-cpt.md -------------------------------------------------------------------------------- /source/cpt/cpt.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt.list -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/acton.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/acton.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/acton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/acton.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/actonS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/actonS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/actonS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/actonS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bam.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bam.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bam.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bamO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bamO.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bamO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bamO.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bamako.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bamako.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bamako.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bamako.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bamakoS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bamakoS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bamakoS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bamakoS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/batlow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/batlow.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/batlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/batlow.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/batlowK.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/batlowK.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/batlowK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/batlowK.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/batlowS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/batlowS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/batlowS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/batlowS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/batlowW.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/batlowW.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/batlowW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/batlowW.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/berlin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/berlin.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/berlin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/berlin.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bilbao.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bilbao.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bilbao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bilbao.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bilbaoS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bilbaoS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bilbaoS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bilbaoS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/broc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/broc.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/broc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/broc.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/brocO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/brocO.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/brocO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/brocO.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/buda.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/buda.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/buda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/buda.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/budaS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/budaS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/budaS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/budaS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bukavu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bukavu.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/bukavu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/bukavu.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/cork.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/cork.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/cork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/cork.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/corkO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/corkO.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/corkO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/corkO.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/davos.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/davos.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/davos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/davos.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/davosS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/davosS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/davosS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/davosS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/devon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/devon.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/devon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/devon.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/devonS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/devonS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/devonS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/devonS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/fes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/fes.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/fes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/fes.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/grayC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/grayC.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/grayC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/grayC.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/grayCS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/grayCS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/grayCS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/grayCS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/hawaii.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/hawaii.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/hawaii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/hawaii.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/hawaiiS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/hawaiiS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/hawaiiS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/hawaiiS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/imola.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/imola.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/imola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/imola.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/imolaS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/imolaS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/imolaS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/imolaS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/lajolla.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/lajolla.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/lajolla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/lajolla.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/lajollaS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/lajollaS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/lajollaS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/lajollaS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/lapaz.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/lapaz.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/lapaz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/lapaz.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/lapazS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/lapazS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/lapazS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/lapazS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/lisbon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/lisbon.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/lisbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/lisbon.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/nuuk.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/nuuk.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/nuuk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/nuuk.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/nuukS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/nuukS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/nuukS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/nuukS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/oleron.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/oleron.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/oleron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/oleron.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/oslo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/oslo.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/oslo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/oslo.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/osloS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/osloS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/osloS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/osloS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/roma.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/roma.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/roma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/roma.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/romaO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/romaO.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/romaO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/romaO.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/tofino.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/tofino.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/tofino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/tofino.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/tokyo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/tokyo.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/tokyo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/tokyo.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/tokyoS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/tokyoS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/tokyoS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/tokyoS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/turku.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/turku.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/turku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/turku.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/turkuS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/turkuS.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/turkuS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/turkuS.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/vanimo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/vanimo.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/vanimo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/vanimo.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/vik.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/vik.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/vik.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/vik.png -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/vikO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/vikO.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/SCM/vikO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/SCM/vikO.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/algae.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/algae.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/algae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/algae.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/amp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/amp.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/amp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/amp.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/balance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/balance.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/balance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/balance.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/curl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/curl.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/curl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/curl.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/deep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/deep.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/deep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/deep.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/delta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/delta.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/delta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/delta.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/dense.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/dense.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/dense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/dense.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/diff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/diff.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/diff.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/gray.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/gray.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/gray.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/haline.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/haline.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/haline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/haline.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/ice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/ice.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/ice.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/matter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/matter.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/matter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/matter.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/oxy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/oxy.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/oxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/oxy.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/phase.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/phase.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/phase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/phase.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/rain.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/rain.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/rain.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/solar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/solar.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/solar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/solar.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/speed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/speed.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/speed.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/tarn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/tarn.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/tarn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/tarn.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/tempo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/tempo.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/tempo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/tempo.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/thermal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/thermal.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/thermal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/thermal.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/topo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/topo.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/topo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/topo.png -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/turbid.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/turbid.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cmocean/turbid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cmocean/turbid.png -------------------------------------------------------------------------------- /source/cpt/cpt/cpt-city/cubhelix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cpt-city/cubhelix.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cpt-city/cubhelix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cpt-city/cubhelix.png -------------------------------------------------------------------------------- /source/cpt/cpt/cpt-city/dem1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cpt-city/dem1.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cpt-city/dem1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cpt-city/dem1.png -------------------------------------------------------------------------------- /source/cpt/cpt/cpt-city/dem4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cpt-city/dem4.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cpt-city/dem4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cpt-city/dem4.png -------------------------------------------------------------------------------- /source/cpt/cpt/cpt-city/elevation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cpt-city/elevation.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/cpt-city/elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/cpt-city/elevation.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/abyss.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/abyss.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/abyss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/abyss.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/bathy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/bathy.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/bathy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/bathy.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/categorical.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/categorical.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/categorical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/categorical.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/cyclic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/cyclic.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/cyclic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/cyclic.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/dem2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/dem2.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/dem2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/dem2.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/dem3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/dem3.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/dem3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/dem3.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/drywet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/drywet.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/drywet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/drywet.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/earth.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/earth.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/earth.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/etopo1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/etopo1.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/etopo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/etopo1.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/gebco.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/gebco.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/gebco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/gebco.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/geo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/geo.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/geo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/geo.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/globe.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/globe.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/globe.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/gray.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/gray.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/gray.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/haxby.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/haxby.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/haxby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/haxby.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/ibcso.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/ibcso.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/ibcso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/ibcso.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/mag.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/mag.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/mag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/mag.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/nighttime.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/nighttime.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/nighttime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/nighttime.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/no_green.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/no_green.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/no_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/no_green.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/ocean.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/ocean.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/ocean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/ocean.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/paired.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/paired.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/paired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/paired.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/rainbow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/rainbow.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/rainbow.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/red2green.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/red2green.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/red2green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/red2green.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/relief.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/relief.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/relief.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/relief.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/seafloor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/seafloor.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/seafloor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/seafloor.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/sealand.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/sealand.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/sealand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/sealand.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/seis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/seis.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/seis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/seis.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/split.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/split.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/split.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/srtm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/srtm.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/srtm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/srtm.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/terra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/terra.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/terra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/terra.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/topo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/topo.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/topo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/topo.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/world.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/world.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/world.png -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/wysiwyg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/wysiwyg.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/gmt/wysiwyg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/gmt/wysiwyg.png -------------------------------------------------------------------------------- /source/cpt/cpt/google/turbo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/google/turbo.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/google/turbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/google/turbo.png -------------------------------------------------------------------------------- /source/cpt/cpt/matlab/cool.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matlab/cool.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/matlab/cool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matlab/cool.png -------------------------------------------------------------------------------- /source/cpt/cpt/matlab/copper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matlab/copper.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/matlab/copper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matlab/copper.png -------------------------------------------------------------------------------- /source/cpt/cpt/matlab/hot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matlab/hot.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/matlab/hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matlab/hot.png -------------------------------------------------------------------------------- /source/cpt/cpt/matlab/jet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matlab/jet.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/matlab/jet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matlab/jet.png -------------------------------------------------------------------------------- /source/cpt/cpt/matlab/polar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matlab/polar.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/matlab/polar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matlab/polar.png -------------------------------------------------------------------------------- /source/cpt/cpt/matplotlib/inferno.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matplotlib/inferno.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/matplotlib/inferno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matplotlib/inferno.png -------------------------------------------------------------------------------- /source/cpt/cpt/matplotlib/magma.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matplotlib/magma.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/matplotlib/magma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matplotlib/magma.png -------------------------------------------------------------------------------- /source/cpt/cpt/matplotlib/plasma.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matplotlib/plasma.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/matplotlib/plasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matplotlib/plasma.png -------------------------------------------------------------------------------- /source/cpt/cpt/matplotlib/viridis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matplotlib/viridis.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/matplotlib/viridis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/matplotlib/viridis.png -------------------------------------------------------------------------------- /source/cpt/cpt/panoply/panoply.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/panoply/panoply.pdf -------------------------------------------------------------------------------- /source/cpt/cpt/panoply/panoply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt/panoply/panoply.png -------------------------------------------------------------------------------- /source/cpt/cpt_cyclic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/cpt_cyclic.sh -------------------------------------------------------------------------------- /source/cpt/current-cpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/current-cpt.md -------------------------------------------------------------------------------- /source/cpt/format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/format.md -------------------------------------------------------------------------------- /source/cpt/generate-cpt-table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/generate-cpt-table.py -------------------------------------------------------------------------------- /source/cpt/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/index.md -------------------------------------------------------------------------------- /source/cpt/makecpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/makecpt.md -------------------------------------------------------------------------------- /source/cpt/plot-builtin-cpts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/plot-builtin-cpts.sh -------------------------------------------------------------------------------- /source/cpt/usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/cpt/usage.md -------------------------------------------------------------------------------- /source/dataset/CN-block/CN-block.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/CN-block/CN-block.jpg -------------------------------------------------------------------------------- /source/dataset/CN-block/CN-block.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/CN-block/CN-block.sh -------------------------------------------------------------------------------- /source/dataset/CN-block/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/CN-block/index.md -------------------------------------------------------------------------------- /source/dataset/CN-border/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/CN-border/index.md -------------------------------------------------------------------------------- /source/dataset/CN-faults/CN-faults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/CN-faults/CN-faults.sh -------------------------------------------------------------------------------- /source/dataset/CN-faults/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/CN-faults/index.md -------------------------------------------------------------------------------- /source/dataset/PB2002/PB2002.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/PB2002/PB2002.sh -------------------------------------------------------------------------------- /source/dataset/PB2002/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/PB2002/index.md -------------------------------------------------------------------------------- /source/dataset/WSM_2016/WSM_2016.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/WSM_2016/WSM_2016.sh -------------------------------------------------------------------------------- /source/dataset/WSM_2016/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/WSM_2016/index.md -------------------------------------------------------------------------------- /source/dataset/dcw/dcw-countries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/dcw/dcw-countries.txt -------------------------------------------------------------------------------- /source/dataset/dcw/dcw-states.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/dcw/dcw-states.txt -------------------------------------------------------------------------------- /source/dataset/dcw/dcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/dcw/dcw.png -------------------------------------------------------------------------------- /source/dataset/dcw/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/dcw/index.md -------------------------------------------------------------------------------- /source/dataset/gadm/gadm_level0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/gadm/gadm_level0.pdf -------------------------------------------------------------------------------- /source/dataset/gadm/gadm_level0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/gadm/gadm_level0.png -------------------------------------------------------------------------------- /source/dataset/gadm/gadm_level0.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/gadm/gadm_level0.sh -------------------------------------------------------------------------------- /source/dataset/gadm/gadm_level1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/gadm/gadm_level1.pdf -------------------------------------------------------------------------------- /source/dataset/gadm/gadm_level1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/gadm/gadm_level1.png -------------------------------------------------------------------------------- /source/dataset/gadm/gadm_level1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/gadm/gadm_level1.sh -------------------------------------------------------------------------------- /source/dataset/gadm/gadm_level2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/gadm/gadm_level2.pdf -------------------------------------------------------------------------------- /source/dataset/gadm/gadm_level2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/gadm/gadm_level2.png -------------------------------------------------------------------------------- /source/dataset/gadm/gadm_level2.sh: -------------------------------------------------------------------------------- 1 | gmt plot -JM10c -R-90/-82/29/37 Alabama.gmt -png,pdf gadm_level2 2 | -------------------------------------------------------------------------------- /source/dataset/gadm/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/gadm/index.md -------------------------------------------------------------------------------- /source/dataset/geo3al/geo3al.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/geo3al/geo3al.sh -------------------------------------------------------------------------------- /source/dataset/geo3al/geoage.cpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/geo3al/geoage.cpt -------------------------------------------------------------------------------- /source/dataset/geo3al/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/geo3al/index.md -------------------------------------------------------------------------------- /source/dataset/gshhg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/gshhg.md -------------------------------------------------------------------------------- /source/dataset/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/index.md -------------------------------------------------------------------------------- /source/dataset/remote-dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/dataset/remote-dataset.md -------------------------------------------------------------------------------- /source/examples/ex001/ex001.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex001/ex001.sh -------------------------------------------------------------------------------- /source/examples/ex001/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex001/index.md -------------------------------------------------------------------------------- /source/examples/ex002/PKiKP.raypath.gmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex002/PKiKP.raypath.gmt -------------------------------------------------------------------------------- /source/examples/ex002/PcP.raypath.gmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex002/PcP.raypath.gmt -------------------------------------------------------------------------------- /source/examples/ex002/ex002.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex002/ex002.sh -------------------------------------------------------------------------------- /source/examples/ex002/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex002/index.md -------------------------------------------------------------------------------- /source/examples/ex003/ex003.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex003/ex003.sh -------------------------------------------------------------------------------- /source/examples/ex003/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex003/index.md -------------------------------------------------------------------------------- /source/examples/ex004/ex004.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex004/ex004.sh -------------------------------------------------------------------------------- /source/examples/ex004/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex004/index.md -------------------------------------------------------------------------------- /source/examples/ex005/ex005.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex005/ex005.sh -------------------------------------------------------------------------------- /source/examples/ex005/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex005/index.md -------------------------------------------------------------------------------- /source/examples/ex006/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex006/data.txt -------------------------------------------------------------------------------- /source/examples/ex006/ex006.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex006/ex006.sh -------------------------------------------------------------------------------- /source/examples/ex006/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex006/index.md -------------------------------------------------------------------------------- /source/examples/ex007/ex007.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex007/ex007.sh -------------------------------------------------------------------------------- /source/examples/ex007/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex007/index.md -------------------------------------------------------------------------------- /source/examples/ex008/coast_buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex008/coast_buffer.png -------------------------------------------------------------------------------- /source/examples/ex008/ex008.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex008/ex008.sh -------------------------------------------------------------------------------- /source/examples/ex008/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex008/index.md -------------------------------------------------------------------------------- /source/examples/ex009/ex009.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex009/ex009.sh -------------------------------------------------------------------------------- /source/examples/ex009/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex009/index.md -------------------------------------------------------------------------------- /source/examples/ex010/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex010/data.txt -------------------------------------------------------------------------------- /source/examples/ex010/ex010.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex010/ex010.sh -------------------------------------------------------------------------------- /source/examples/ex010/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex010/index.md -------------------------------------------------------------------------------- /source/examples/ex011/ex011.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex011/ex011.sh -------------------------------------------------------------------------------- /source/examples/ex011/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex011/index.md -------------------------------------------------------------------------------- /source/examples/ex012/ex012.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex012/ex012.sh -------------------------------------------------------------------------------- /source/examples/ex012/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex012/index.md -------------------------------------------------------------------------------- /source/examples/ex012/mt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex012/mt.txt -------------------------------------------------------------------------------- /source/examples/ex013/ex013.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex013/ex013.sh -------------------------------------------------------------------------------- /source/examples/ex013/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex013/index.md -------------------------------------------------------------------------------- /source/examples/ex014/ex014.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex014/ex014.sh -------------------------------------------------------------------------------- /source/examples/ex014/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex014/index.md -------------------------------------------------------------------------------- /source/examples/ex015/ex015.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex015/ex015.sh -------------------------------------------------------------------------------- /source/examples/ex015/gps_campagin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex015/gps_campagin.txt -------------------------------------------------------------------------------- /source/examples/ex015/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex015/index.md -------------------------------------------------------------------------------- /source/examples/ex016/ex016.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex016/ex016.sh -------------------------------------------------------------------------------- /source/examples/ex016/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex016/index.md -------------------------------------------------------------------------------- /source/examples/ex017/ex017.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex017/ex017.sh -------------------------------------------------------------------------------- /source/examples/ex017/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex017/index.md -------------------------------------------------------------------------------- /source/examples/ex017/velocity.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex017/velocity.dat -------------------------------------------------------------------------------- /source/examples/ex026/ex026.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex026/ex026.sh -------------------------------------------------------------------------------- /source/examples/ex026/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex026/index.md -------------------------------------------------------------------------------- /source/examples/ex029/Hefei.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex029/Hefei.sh -------------------------------------------------------------------------------- /source/examples/ex029/ex029_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex029/ex029_1.sh -------------------------------------------------------------------------------- /source/examples/ex029/ex029_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex029/ex029_2.sh -------------------------------------------------------------------------------- /source/examples/ex029/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex029/index.md -------------------------------------------------------------------------------- /source/examples/ex030/ex030.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex030/ex030.sh -------------------------------------------------------------------------------- /source/examples/ex030/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex030/index.md -------------------------------------------------------------------------------- /source/examples/ex030/slip_3dgrid.gmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex030/slip_3dgrid.gmt -------------------------------------------------------------------------------- /source/examples/ex031/ex031.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex031/ex031.sh -------------------------------------------------------------------------------- /source/examples/ex031/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex031/index.md -------------------------------------------------------------------------------- /source/examples/ex032/ex032.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex032/ex032.sh -------------------------------------------------------------------------------- /source/examples/ex032/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex032/index.md -------------------------------------------------------------------------------- /source/examples/ex032/taihu.gmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/examples/ex032/taihu.gmt -------------------------------------------------------------------------------- /source/examples/index.md: -------------------------------------------------------------------------------- 1 | # GMT 实例 2 | 3 | :::{toctree} 4 | :glob: 5 | 6 | ex*/index 7 | ::: 8 | -------------------------------------------------------------------------------- /source/gallery/gallery.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/gallery/gallery.yaml -------------------------------------------------------------------------------- /source/gallery/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/gallery/index.rst -------------------------------------------------------------------------------- /source/grid/boundary-condition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/grid/boundary-condition.md -------------------------------------------------------------------------------- /source/grid/format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/grid/format.md -------------------------------------------------------------------------------- /source/grid/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/grid/index.md -------------------------------------------------------------------------------- /source/grid/read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/grid/read.md -------------------------------------------------------------------------------- /source/grid/registration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/grid/registration.md -------------------------------------------------------------------------------- /source/grid/viewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/grid/viewer.md -------------------------------------------------------------------------------- /source/grid/write.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/grid/write.md -------------------------------------------------------------------------------- /source/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/index.md -------------------------------------------------------------------------------- /source/install/build-source-unix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/install/build-source-unix.md -------------------------------------------------------------------------------- /source/install/build-source-windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/install/build-source-windows.md -------------------------------------------------------------------------------- /source/install/conda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/install/conda.md -------------------------------------------------------------------------------- /source/install/fedora.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/install/fedora.md -------------------------------------------------------------------------------- /source/install/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/install/index.md -------------------------------------------------------------------------------- /source/install/macOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/install/macOS.md -------------------------------------------------------------------------------- /source/install/ubuntu-debian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/install/ubuntu-debian.md -------------------------------------------------------------------------------- /source/install/windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/install/windows.md -------------------------------------------------------------------------------- /source/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/intro.md -------------------------------------------------------------------------------- /source/migrating/4to5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/migrating/4to5.md -------------------------------------------------------------------------------- /source/migrating/5to6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/migrating/5to6.md -------------------------------------------------------------------------------- /source/migrating/classic2modern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/migrating/classic2modern.md -------------------------------------------------------------------------------- /source/migrating/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/migrating/index.md -------------------------------------------------------------------------------- /source/module/backtracker.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/backtracker.rst -------------------------------------------------------------------------------- /source/module/barb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/barb.rst -------------------------------------------------------------------------------- /source/module/basemap.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/basemap.rst -------------------------------------------------------------------------------- /source/module/basemap/dir_rose.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/basemap/dir_rose.sh -------------------------------------------------------------------------------- /source/module/basemap/mag_rose.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/basemap/mag_rose.sh -------------------------------------------------------------------------------- /source/module/batch.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/batch.rst -------------------------------------------------------------------------------- /source/module/begin.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/begin.rst -------------------------------------------------------------------------------- /source/module/binstats.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/binstats.rst -------------------------------------------------------------------------------- /source/module/blockmean.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/blockmean.rst -------------------------------------------------------------------------------- /source/module/blockmedian.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/blockmedian.rst -------------------------------------------------------------------------------- /source/module/blockmode.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/blockmode.rst -------------------------------------------------------------------------------- /source/module/clear.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/clear.rst -------------------------------------------------------------------------------- /source/module/clip.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/clip.rst -------------------------------------------------------------------------------- /source/module/coast.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/coast.rst -------------------------------------------------------------------------------- /source/module/colorbar.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/colorbar.rst -------------------------------------------------------------------------------- /source/module/common_SYN_OPTs.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/common_SYN_OPTs.rst_ -------------------------------------------------------------------------------- /source/module/connect.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/connect.rst -------------------------------------------------------------------------------- /source/module/contour.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/contour.rst -------------------------------------------------------------------------------- /source/module/contour/contour_ex1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/contour/contour_ex1.sh -------------------------------------------------------------------------------- /source/module/contour/contour_ex2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/contour/contour_ex2.sh -------------------------------------------------------------------------------- /source/module/convert.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/convert.rst -------------------------------------------------------------------------------- /source/module/coupe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/coupe.rst -------------------------------------------------------------------------------- /source/module/coupe/coupe_ex1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/coupe/coupe_ex1.sh -------------------------------------------------------------------------------- /source/module/coupe/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/coupe/data.txt -------------------------------------------------------------------------------- /source/module/create_cpt.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/create_cpt.rst_ -------------------------------------------------------------------------------- /source/module/defaults.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/defaults.rst -------------------------------------------------------------------------------- /source/module/dimfilter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/dimfilter.rst -------------------------------------------------------------------------------- /source/module/docs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/docs.rst -------------------------------------------------------------------------------- /source/module/dump_rgb.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/dump_rgb.rst_ -------------------------------------------------------------------------------- /source/module/earthtide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/earthtide.rst -------------------------------------------------------------------------------- /source/module/end.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/end.rst -------------------------------------------------------------------------------- /source/module/events.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/events.rst -------------------------------------------------------------------------------- /source/module/explain_-A.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-A.rst_ -------------------------------------------------------------------------------- /source/module/explain_-B.rst_: -------------------------------------------------------------------------------- 1 | .. _-B: 2 | 3 | **-B**\ *parameters* :doc:`(more ...) ` 4 | 设置底图边框和轴属性。 5 | -------------------------------------------------------------------------------- /source/module/explain_-D_cap.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-D_cap.rst_ -------------------------------------------------------------------------------- /source/module/explain_-F_box.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-F_box.rst_ -------------------------------------------------------------------------------- /source/module/explain_-I.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-I.rst_ -------------------------------------------------------------------------------- /source/module/explain_-J.rst_: -------------------------------------------------------------------------------- 1 | .. _-J: 2 | 3 | **-J**\ *projection* :doc:`(more ...) ` 4 | 设置地图投影方式 5 | -------------------------------------------------------------------------------- /source/module/explain_-L_scale.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-L_scale.rst_ -------------------------------------------------------------------------------- /source/module/explain_-R.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-R.rst_ -------------------------------------------------------------------------------- /source/module/explain_-Rgeo.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-Rgeo.rst_ -------------------------------------------------------------------------------- /source/module/explain_-Rz.rst_: -------------------------------------------------------------------------------- 1 | 对于三维透视图(:doc:`/option/p`\ ) ,可以加上 /*zmin*/*zmax* 指定Z轴的范围。 2 | -------------------------------------------------------------------------------- /source/module/explain_-T_rose.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-T_rose.rst_ -------------------------------------------------------------------------------- /source/module/explain_-U.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-U.rst_ -------------------------------------------------------------------------------- /source/module/explain_-V.rst_: -------------------------------------------------------------------------------- 1 | .. _-V: 2 | 3 | **-V**\ [*level*] :doc:`(more ...) ` 4 | 设置 verbose 等级 [**w**] 5 | -------------------------------------------------------------------------------- /source/module/explain_-XY.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-XY.rst_ -------------------------------------------------------------------------------- /source/module/explain_-aspatial.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-aspatial.rst_ -------------------------------------------------------------------------------- /source/module/explain_-bi.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-bi.rst_ -------------------------------------------------------------------------------- /source/module/explain_-bo.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-bo.rst_ -------------------------------------------------------------------------------- /source/module/explain_-c.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-c.rst_ -------------------------------------------------------------------------------- /source/module/explain_-d.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-d.rst_ -------------------------------------------------------------------------------- /source/module/explain_-di.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-di.rst_ -------------------------------------------------------------------------------- /source/module/explain_-do.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-do.rst_ -------------------------------------------------------------------------------- /source/module/explain_-e.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-e.rst_ -------------------------------------------------------------------------------- /source/module/explain_-f.rst_: -------------------------------------------------------------------------------- 1 | **-f**\ [**i**\|\ **o**]\ *colinfo* :doc:`(more ...) ` 2 | 指定输入或输出列的数据类型 3 | -------------------------------------------------------------------------------- /source/module/explain_-g.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-g.rst_ -------------------------------------------------------------------------------- /source/module/explain_-h.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-h.rst_ -------------------------------------------------------------------------------- /source/module/explain_-icols.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-icols.rst_ -------------------------------------------------------------------------------- /source/module/explain_-l.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-l.rst_ -------------------------------------------------------------------------------- /source/module/explain_-n.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-n.rst_ -------------------------------------------------------------------------------- /source/module/explain_-ocols.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-ocols.rst_ -------------------------------------------------------------------------------- /source/module/explain_-q.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-q.rst_ -------------------------------------------------------------------------------- /source/module/explain_-qi.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-qi.rst_ -------------------------------------------------------------------------------- /source/module/explain_-qo.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-qo.rst_ -------------------------------------------------------------------------------- /source/module/explain_-s.rst_: -------------------------------------------------------------------------------- 1 | **-s**\ [*cols*][**+a**\|\ **+r**] :doc:`(more ...) ` 2 | 设置 NaN 记录的处理方式 3 | -------------------------------------------------------------------------------- /source/module/explain_-t.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-t.rst_ -------------------------------------------------------------------------------- /source/module/explain_-w.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_-w.rst_ -------------------------------------------------------------------------------- /source/module/explain_array.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_array.rst_ -------------------------------------------------------------------------------- /source/module/explain_clabelinfo.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_clabelinfo.rst_ -------------------------------------------------------------------------------- /source/module/explain_colon.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_colon.rst_ -------------------------------------------------------------------------------- /source/module/explain_contlabel.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_contlabel.rst_ -------------------------------------------------------------------------------- /source/module/explain_core.rst_: -------------------------------------------------------------------------------- 1 | **-x**\ [[-]\ *n*] :doc:`(more ...) ` 2 | 限制多核算法中能使用的核数(需要GMT开启OpenMP支持) 3 | -------------------------------------------------------------------------------- /source/module/explain_distcalc.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_distcalc.rst_ -------------------------------------------------------------------------------- /source/module/explain_distunits.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_distunits.rst_ -------------------------------------------------------------------------------- /source/module/explain_example.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_example.rst_ -------------------------------------------------------------------------------- /source/module/explain_fft.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_fft.rst_ -------------------------------------------------------------------------------- /source/module/explain_float.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_float.rst_ -------------------------------------------------------------------------------- /source/module/explain_geodetic.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_geodetic.rst_ -------------------------------------------------------------------------------- /source/module/explain_geometry.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_geometry.rst_ -------------------------------------------------------------------------------- /source/module/explain_grd_coord.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_grd_coord.rst_ -------------------------------------------------------------------------------- /source/module/explain_grd_in.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_grd_in.rst_ -------------------------------------------------------------------------------- /source/module/explain_grd_out.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_grd_out.rst_ -------------------------------------------------------------------------------- /source/module/explain_grdresample.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_grdresample.rst_ -------------------------------------------------------------------------------- /source/module/explain_grdresample2.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_grdresample2.rst_ -------------------------------------------------------------------------------- /source/module/explain_gshhg.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_gshhg.rst_ -------------------------------------------------------------------------------- /source/module/explain_help.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_help.rst_ -------------------------------------------------------------------------------- /source/module/explain_help_nopar.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_help_nopar.rst_ -------------------------------------------------------------------------------- /source/module/explain_inside.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_inside.rst_ -------------------------------------------------------------------------------- /source/module/explain_intables.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_intables.rst_ -------------------------------------------------------------------------------- /source/module/explain_intense.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_intense.rst_ -------------------------------------------------------------------------------- /source/module/explain_interpolant.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_interpolant.rst_ -------------------------------------------------------------------------------- /source/module/explain_lines.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_lines.rst_ -------------------------------------------------------------------------------- /source/module/explain_meca_-S.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_meca_-S.rst_ -------------------------------------------------------------------------------- /source/module/explain_ncid.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_ncid.rst_ -------------------------------------------------------------------------------- /source/module/explain_nodereg.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_nodereg.rst_ -------------------------------------------------------------------------------- /source/module/explain_perspective.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_perspective.rst_ -------------------------------------------------------------------------------- /source/module/explain_precision.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_precision.rst_ -------------------------------------------------------------------------------- /source/module/explain_refpoint.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_refpoint.rst_ -------------------------------------------------------------------------------- /source/module/explain_rots.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/explain_rots.rst_ -------------------------------------------------------------------------------- /source/module/figure.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/figure.rst -------------------------------------------------------------------------------- /source/module/filter1d.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/filter1d.rst -------------------------------------------------------------------------------- /source/module/fitcircle.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/fitcircle.rst -------------------------------------------------------------------------------- /source/module/fitcircle/gcircle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/fitcircle/gcircle.txt -------------------------------------------------------------------------------- /source/module/fitcircle/scircle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/fitcircle/scircle.txt -------------------------------------------------------------------------------- /source/module/flexure.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/flexure.rst -------------------------------------------------------------------------------- /source/module/fzanalyzer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/fzanalyzer.rst -------------------------------------------------------------------------------- /source/module/fzblender.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/fzblender.rst -------------------------------------------------------------------------------- /source/module/fzinformer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/fzinformer.rst -------------------------------------------------------------------------------- /source/module/fzmapper.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/fzmapper.rst -------------------------------------------------------------------------------- /source/module/fzmodeler.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/fzmodeler.rst -------------------------------------------------------------------------------- /source/module/fzprofiler.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/fzprofiler.rst -------------------------------------------------------------------------------- /source/module/get.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/get.rst -------------------------------------------------------------------------------- /source/module/gmt-config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/gmt-config.rst -------------------------------------------------------------------------------- /source/module/gmt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/gmt.rst -------------------------------------------------------------------------------- /source/module/gmt2kml.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/gmt2kml.rst -------------------------------------------------------------------------------- /source/module/gmtswitch.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/gmtswitch.rst -------------------------------------------------------------------------------- /source/module/gpsgridder.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/gpsgridder.rst -------------------------------------------------------------------------------- /source/module/gravfft.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/gravfft.rst -------------------------------------------------------------------------------- /source/module/gravmag3d.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/gravmag3d.rst -------------------------------------------------------------------------------- /source/module/gravprisms.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/gravprisms.rst -------------------------------------------------------------------------------- /source/module/grd2cpt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grd2cpt.rst -------------------------------------------------------------------------------- /source/module/grd2kml.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grd2kml.rst -------------------------------------------------------------------------------- /source/module/grd2xyz.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grd2xyz.rst -------------------------------------------------------------------------------- /source/module/grdbarb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdbarb.rst -------------------------------------------------------------------------------- /source/module/grdblend.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdblend.rst -------------------------------------------------------------------------------- /source/module/grdclip.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdclip.rst -------------------------------------------------------------------------------- /source/module/grdcontour.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdcontour.rst -------------------------------------------------------------------------------- /source/module/grdconvert.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdconvert.rst -------------------------------------------------------------------------------- /source/module/grdcut.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdcut.rst -------------------------------------------------------------------------------- /source/module/grdedit.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdedit.rst -------------------------------------------------------------------------------- /source/module/grdedit/grdedit_-E.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdedit/grdedit_-E.sh -------------------------------------------------------------------------------- /source/module/grdfft.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdfft.rst -------------------------------------------------------------------------------- /source/module/grdfill.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdfill.rst -------------------------------------------------------------------------------- /source/module/grdfilter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdfilter.rst -------------------------------------------------------------------------------- /source/module/grdflexure.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdflexure.rst -------------------------------------------------------------------------------- /source/module/grdgdal.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdgdal.rst -------------------------------------------------------------------------------- /source/module/grdgradient.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdgradient.rst -------------------------------------------------------------------------------- /source/module/grdgravmag3d.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdgravmag3d.rst -------------------------------------------------------------------------------- /source/module/grdhisteq.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdhisteq.rst -------------------------------------------------------------------------------- /source/module/grdimage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdimage.rst -------------------------------------------------------------------------------- /source/module/grdinfo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdinfo.rst -------------------------------------------------------------------------------- /source/module/grdinterpolate.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdinterpolate.rst -------------------------------------------------------------------------------- /source/module/grdlandmask.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdlandmask.rst -------------------------------------------------------------------------------- /source/module/grdmask.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdmask.rst -------------------------------------------------------------------------------- /source/module/grdmath.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdmath.rst -------------------------------------------------------------------------------- /source/module/grdmix.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdmix.rst -------------------------------------------------------------------------------- /source/module/grdpaste.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdpaste.rst -------------------------------------------------------------------------------- /source/module/grdpmodeler.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdpmodeler.rst -------------------------------------------------------------------------------- /source/module/grdproject.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdproject.rst -------------------------------------------------------------------------------- /source/module/grdredpol.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdredpol.rst -------------------------------------------------------------------------------- /source/module/grdrotater.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdrotater.rst -------------------------------------------------------------------------------- /source/module/grdsample.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdsample.rst -------------------------------------------------------------------------------- /source/module/grdseamount.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdseamount.rst -------------------------------------------------------------------------------- /source/module/grdselect.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdselect.rst -------------------------------------------------------------------------------- /source/module/grdshake.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdshake.rst -------------------------------------------------------------------------------- /source/module/grdspotter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdspotter.rst -------------------------------------------------------------------------------- /source/module/grdtrack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdtrack.rst -------------------------------------------------------------------------------- /source/module/grdtrend.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdtrend.rst -------------------------------------------------------------------------------- /source/module/grdvector.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdvector.rst -------------------------------------------------------------------------------- /source/module/grdview.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdview.rst -------------------------------------------------------------------------------- /source/module/grdvolume.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdvolume.rst -------------------------------------------------------------------------------- /source/module/grdvs30.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/grdvs30.rst -------------------------------------------------------------------------------- /source/module/greenspline.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/greenspline.rst -------------------------------------------------------------------------------- /source/module/gshhg.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/gshhg.rst -------------------------------------------------------------------------------- /source/module/histogram.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/histogram.rst -------------------------------------------------------------------------------- /source/module/hotspotter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/hotspotter.rst -------------------------------------------------------------------------------- /source/module/image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/image.rst -------------------------------------------------------------------------------- /source/module/img2google.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/img2google.rst -------------------------------------------------------------------------------- /source/module/img2grd.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/img2grd.rst -------------------------------------------------------------------------------- /source/module/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/index.rst -------------------------------------------------------------------------------- /source/module/info.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/info.rst -------------------------------------------------------------------------------- /source/module/inset.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/inset.rst -------------------------------------------------------------------------------- /source/module/inset/inset-ex01.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/inset/inset-ex01.sh -------------------------------------------------------------------------------- /source/module/inset/inset-ex02.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/inset/inset-ex02.sh -------------------------------------------------------------------------------- /source/module/isf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/isf.rst -------------------------------------------------------------------------------- /source/module/kml2gmt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/kml2gmt.rst -------------------------------------------------------------------------------- /source/module/legend.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/legend.rst -------------------------------------------------------------------------------- /source/module/legend/legend_ex1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/legend/legend_ex1.sh -------------------------------------------------------------------------------- /source/module/logo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/logo.rst -------------------------------------------------------------------------------- /source/module/macos_preview_issue.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/macos_preview_issue.rst_ -------------------------------------------------------------------------------- /source/module/makecpt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/makecpt.rst -------------------------------------------------------------------------------- /source/module/mapproject.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mapproject.rst -------------------------------------------------------------------------------- /source/module/mask.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mask.rst -------------------------------------------------------------------------------- /source/module/math.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/math.rst -------------------------------------------------------------------------------- /source/module/meca.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/meca.rst -------------------------------------------------------------------------------- /source/module/mgd77convert.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mgd77convert.rst -------------------------------------------------------------------------------- /source/module/mgd77header.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mgd77header.rst -------------------------------------------------------------------------------- /source/module/mgd77info.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mgd77info.rst -------------------------------------------------------------------------------- /source/module/mgd77list.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mgd77list.rst -------------------------------------------------------------------------------- /source/module/mgd77magref.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mgd77magref.rst -------------------------------------------------------------------------------- /source/module/mgd77manage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mgd77manage.rst -------------------------------------------------------------------------------- /source/module/mgd77path.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mgd77path.rst -------------------------------------------------------------------------------- /source/module/mgd77sniffer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mgd77sniffer.rst -------------------------------------------------------------------------------- /source/module/mgd77track.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mgd77track.rst -------------------------------------------------------------------------------- /source/module/mlconverter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/mlconverter.rst -------------------------------------------------------------------------------- /source/module/movie.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/movie.rst -------------------------------------------------------------------------------- /source/module/movie/GMT_movie_canvas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/movie/GMT_movie_canvas.sh -------------------------------------------------------------------------------- /source/module/nearneighbor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/nearneighbor.rst -------------------------------------------------------------------------------- /source/module/originater.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/originater.rst -------------------------------------------------------------------------------- /source/module/plot.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot.rst -------------------------------------------------------------------------------- /source/module/plot/GMT_base_symbols1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/GMT_base_symbols1.sh -------------------------------------------------------------------------------- /source/module/plot/GMT_base_symbols2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/GMT_base_symbols2.sh -------------------------------------------------------------------------------- /source/module/plot/GMT_base_symbols4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/GMT_base_symbols4.sh -------------------------------------------------------------------------------- /source/module/plot/GMT_base_symbols5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/GMT_base_symbols5.sh -------------------------------------------------------------------------------- /source/module/plot/GMT_base_symbols7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/GMT_base_symbols7.sh -------------------------------------------------------------------------------- /source/module/plot/GMT_base_symbols8.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/GMT_base_symbols8.sh -------------------------------------------------------------------------------- /source/module/plot/plot_-A.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/plot_-A.sh -------------------------------------------------------------------------------- /source/module/plot/plot_-F.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/plot_-F.sh -------------------------------------------------------------------------------- /source/module/plot/plot_-L_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/plot_-L_1.sh -------------------------------------------------------------------------------- /source/module/plot/plot_-L_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/plot_-L_2.sh -------------------------------------------------------------------------------- /source/module/plot/plot_-L_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/plot_-L_3.sh -------------------------------------------------------------------------------- /source/module/plot/plot_-Sm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/plot_-Sm.sh -------------------------------------------------------------------------------- /source/module/plot/plot_-Sq_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/plot_-Sq_1.sh -------------------------------------------------------------------------------- /source/module/plot/plot_-Sq_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/plot_-Sq_2.sh -------------------------------------------------------------------------------- /source/module/plot/plot_-Sq_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot/plot_-Sq_3.sh -------------------------------------------------------------------------------- /source/module/plot3d.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/plot3d.rst -------------------------------------------------------------------------------- /source/module/pmodeler.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/pmodeler.rst -------------------------------------------------------------------------------- /source/module/polar.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/polar.rst -------------------------------------------------------------------------------- /source/module/polar/polar_ex1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/polar/polar_ex1.sh -------------------------------------------------------------------------------- /source/module/polespotter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/polespotter.rst -------------------------------------------------------------------------------- /source/module/project.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/project.rst -------------------------------------------------------------------------------- /source/module/project/project_ex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/project/project_ex.sh -------------------------------------------------------------------------------- /source/module/project/project_sketch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/project/project_sketch.sh -------------------------------------------------------------------------------- /source/module/psconvert.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/psconvert.rst -------------------------------------------------------------------------------- /source/module/regress.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/regress.rst -------------------------------------------------------------------------------- /source/module/rose.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/rose.rst -------------------------------------------------------------------------------- /source/module/rotconverter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/rotconverter.rst -------------------------------------------------------------------------------- /source/module/rotsmoother.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/rotsmoother.rst -------------------------------------------------------------------------------- /source/module/sac.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/sac.rst -------------------------------------------------------------------------------- /source/module/sample1d.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/sample1d.rst -------------------------------------------------------------------------------- /source/module/segy.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/segy.rst -------------------------------------------------------------------------------- /source/module/segy/XB1-Z.sgy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/segy/XB1-Z.sgy -------------------------------------------------------------------------------- /source/module/segy/segy_ex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/segy/segy_ex.sh -------------------------------------------------------------------------------- /source/module/segy2grd.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/segy2grd.rst -------------------------------------------------------------------------------- /source/module/segyz.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/segyz.rst -------------------------------------------------------------------------------- /source/module/select.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/select.rst -------------------------------------------------------------------------------- /source/module/set.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/set.rst -------------------------------------------------------------------------------- /source/module/simplify.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/simplify.rst -------------------------------------------------------------------------------- /source/module/solar.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/solar.rst -------------------------------------------------------------------------------- /source/module/spatial.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/spatial.rst -------------------------------------------------------------------------------- /source/module/spectrum1d.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/spectrum1d.rst -------------------------------------------------------------------------------- /source/module/sph2grd.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/sph2grd.rst -------------------------------------------------------------------------------- /source/module/sphdistance.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/sphdistance.rst -------------------------------------------------------------------------------- /source/module/sphinterpolate.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/sphinterpolate.rst -------------------------------------------------------------------------------- /source/module/sphtriangulate.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/sphtriangulate.rst -------------------------------------------------------------------------------- /source/module/split.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/split.rst -------------------------------------------------------------------------------- /source/module/subplot.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/subplot.rst -------------------------------------------------------------------------------- /source/module/surface.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/surface.rst -------------------------------------------------------------------------------- /source/module/talwani2d.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/talwani2d.rst -------------------------------------------------------------------------------- /source/module/talwani3d.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/talwani3d.rst -------------------------------------------------------------------------------- /source/module/temp.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/temp.dat -------------------------------------------------------------------------------- /source/module/ternary.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/ternary.rst -------------------------------------------------------------------------------- /source/module/text.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/text.rst -------------------------------------------------------------------------------- /source/module/text/text_-M.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/text/text_-M.sh -------------------------------------------------------------------------------- /source/module/text/text_clearance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/text/text_clearance.sh -------------------------------------------------------------------------------- /source/module/trend1d.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/trend1d.rst -------------------------------------------------------------------------------- /source/module/trend2d.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/trend2d.rst -------------------------------------------------------------------------------- /source/module/triangulate.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/triangulate.rst -------------------------------------------------------------------------------- /source/module/use_cpt_grd.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/use_cpt_grd.rst_ -------------------------------------------------------------------------------- /source/module/vector.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/vector.rst -------------------------------------------------------------------------------- /source/module/velo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/velo.rst -------------------------------------------------------------------------------- /source/module/velo/velo_ex1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/velo/velo_ex1.sh -------------------------------------------------------------------------------- /source/module/velo/velo_ex2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/velo/velo_ex2.sh -------------------------------------------------------------------------------- /source/module/velo/velo_ex3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/velo/velo_ex3.sh -------------------------------------------------------------------------------- /source/module/which.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/which.rst -------------------------------------------------------------------------------- /source/module/wiggle.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/wiggle.rst -------------------------------------------------------------------------------- /source/module/x2sys_binlist.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/x2sys_binlist.rst -------------------------------------------------------------------------------- /source/module/x2sys_cross.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/x2sys_cross.rst -------------------------------------------------------------------------------- /source/module/x2sys_datalist.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/x2sys_datalist.rst -------------------------------------------------------------------------------- /source/module/x2sys_get.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/x2sys_get.rst -------------------------------------------------------------------------------- /source/module/x2sys_init.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/x2sys_init.rst -------------------------------------------------------------------------------- /source/module/x2sys_list.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/x2sys_list.rst -------------------------------------------------------------------------------- /source/module/x2sys_merge.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/x2sys_merge.rst -------------------------------------------------------------------------------- /source/module/x2sys_put.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/x2sys_put.rst -------------------------------------------------------------------------------- /source/module/x2sys_report.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/x2sys_report.rst -------------------------------------------------------------------------------- /source/module/x2sys_solve.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/x2sys_solve.rst -------------------------------------------------------------------------------- /source/module/xyz2grd.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/module/xyz2grd.rst -------------------------------------------------------------------------------- /source/option/B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B.md -------------------------------------------------------------------------------- /source/option/B/2D-axes-examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/2D-axes-examples.sh -------------------------------------------------------------------------------- /source/option/B/3D-axes-examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/3D-axes-examples.sh -------------------------------------------------------------------------------- /source/option/B/B_afg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_afg.sh -------------------------------------------------------------------------------- /source/option/B/B_custom_axes_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_custom_axes_1.sh -------------------------------------------------------------------------------- /source/option/B/B_geo_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_geo_1.sh -------------------------------------------------------------------------------- /source/option/B/B_geo_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_geo_2.sh -------------------------------------------------------------------------------- /source/option/B/B_linear.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_linear.sh -------------------------------------------------------------------------------- /source/option/B/B_log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_log.sh -------------------------------------------------------------------------------- /source/option/B/B_pow.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_pow.sh -------------------------------------------------------------------------------- /source/option/B/B_time_axes_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_time_axes_1.sh -------------------------------------------------------------------------------- /source/option/B/B_time_axes_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_time_axes_2.sh -------------------------------------------------------------------------------- /source/option/B/B_time_axes_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_time_axes_3.sh -------------------------------------------------------------------------------- /source/option/B/B_time_axes_4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_time_axes_4.sh -------------------------------------------------------------------------------- /source/option/B/B_time_axes_5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_time_axes_5.sh -------------------------------------------------------------------------------- /source/option/B/B_time_axes_6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_time_axes_6.sh -------------------------------------------------------------------------------- /source/option/B/B_time_axes_7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/B_time_axes_7.sh -------------------------------------------------------------------------------- /source/option/B/axes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/B/axes.sh -------------------------------------------------------------------------------- /source/option/J.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/J.md -------------------------------------------------------------------------------- /source/option/R.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/R.md -------------------------------------------------------------------------------- /source/option/R.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/R.sh -------------------------------------------------------------------------------- /source/option/U.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/U.md -------------------------------------------------------------------------------- /source/option/V.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/V.md -------------------------------------------------------------------------------- /source/option/XY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/XY.md -------------------------------------------------------------------------------- /source/option/a.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/a.md -------------------------------------------------------------------------------- /source/option/binary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/binary.md -------------------------------------------------------------------------------- /source/option/c.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/c.md -------------------------------------------------------------------------------- /source/option/colon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/colon.md -------------------------------------------------------------------------------- /source/option/d.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/d.md -------------------------------------------------------------------------------- /source/option/distcal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/distcal.md -------------------------------------------------------------------------------- /source/option/e.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/e.md -------------------------------------------------------------------------------- /source/option/f.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/f.md -------------------------------------------------------------------------------- /source/option/g.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/g.md -------------------------------------------------------------------------------- /source/option/h.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/h.md -------------------------------------------------------------------------------- /source/option/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/index.md -------------------------------------------------------------------------------- /source/option/io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/io.md -------------------------------------------------------------------------------- /source/option/l.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/l.md -------------------------------------------------------------------------------- /source/option/n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/n.md -------------------------------------------------------------------------------- /source/option/nodereg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/nodereg.md -------------------------------------------------------------------------------- /source/option/p.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/p.md -------------------------------------------------------------------------------- /source/option/p/p-option-example-2D.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/p/p-option-example-2D.sh -------------------------------------------------------------------------------- /source/option/p/p-option-example-3D.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/p/p-option-example-3D.sh -------------------------------------------------------------------------------- /source/option/projection-codes.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/projection-codes.rst_ -------------------------------------------------------------------------------- /source/option/q.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/q.md -------------------------------------------------------------------------------- /source/option/s.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/s.md -------------------------------------------------------------------------------- /source/option/t.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/t.md -------------------------------------------------------------------------------- /source/option/w.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/w.md -------------------------------------------------------------------------------- /source/option/w/GMT_cycle_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/w/GMT_cycle_1.sh -------------------------------------------------------------------------------- /source/option/w/GMT_cycle_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/w/GMT_cycle_2.sh -------------------------------------------------------------------------------- /source/option/w/GMT_cycle_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/w/GMT_cycle_3.sh -------------------------------------------------------------------------------- /source/option/w/GMT_cycle_4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/w/GMT_cycle_4.sh -------------------------------------------------------------------------------- /source/option/w/GMT_cycle_5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/w/GMT_cycle_5.sh -------------------------------------------------------------------------------- /source/option/w/GMT_cycle_6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/w/GMT_cycle_6.sh -------------------------------------------------------------------------------- /source/option/x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/option/x.md -------------------------------------------------------------------------------- /source/proj/GMT_obl_nz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/GMT_obl_nz.sh -------------------------------------------------------------------------------- /source/proj/GMT_utm_zones.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/GMT_utm_zones.sh -------------------------------------------------------------------------------- /source/proj/Ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Ja.md -------------------------------------------------------------------------------- /source/proj/Jb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jb.md -------------------------------------------------------------------------------- /source/proj/Jc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jc.md -------------------------------------------------------------------------------- /source/proj/Jcyl_stere.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jcyl_stere.md -------------------------------------------------------------------------------- /source/proj/Jd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jd.md -------------------------------------------------------------------------------- /source/proj/Je.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Je.md -------------------------------------------------------------------------------- /source/proj/Jf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jf.md -------------------------------------------------------------------------------- /source/proj/Jg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jg.md -------------------------------------------------------------------------------- /source/proj/Jh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jh.md -------------------------------------------------------------------------------- /source/proj/Ji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Ji.md -------------------------------------------------------------------------------- /source/proj/Jj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jj.md -------------------------------------------------------------------------------- /source/proj/Jk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jk.md -------------------------------------------------------------------------------- /source/proj/Jl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jl.md -------------------------------------------------------------------------------- /source/proj/Jm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jm.md -------------------------------------------------------------------------------- /source/proj/Jn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jn.md -------------------------------------------------------------------------------- /source/proj/Jo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jo.md -------------------------------------------------------------------------------- /source/proj/Jp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jp.md -------------------------------------------------------------------------------- /source/proj/Jp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jp.sh -------------------------------------------------------------------------------- /source/proj/Jpoly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jpoly.md -------------------------------------------------------------------------------- /source/proj/Jq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jq.md -------------------------------------------------------------------------------- /source/proj/Jr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jr.md -------------------------------------------------------------------------------- /source/proj/Js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Js.md -------------------------------------------------------------------------------- /source/proj/Jspilhaus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jspilhaus.md -------------------------------------------------------------------------------- /source/proj/Jspilhaus/spilhaus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jspilhaus/spilhaus.sh -------------------------------------------------------------------------------- /source/proj/Jt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jt.md -------------------------------------------------------------------------------- /source/proj/Ju.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Ju.md -------------------------------------------------------------------------------- /source/proj/Jv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jv.md -------------------------------------------------------------------------------- /source/proj/Jw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jw.md -------------------------------------------------------------------------------- /source/proj/Jx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jx.md -------------------------------------------------------------------------------- /source/proj/Jx/linear-geo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jx/linear-geo.sh -------------------------------------------------------------------------------- /source/proj/Jx/linear-time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jx/linear-time.sh -------------------------------------------------------------------------------- /source/proj/Jx/linear.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jx/linear.sh -------------------------------------------------------------------------------- /source/proj/Jx/log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jx/log.sh -------------------------------------------------------------------------------- /source/proj/Jx/power.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jx/power.sh -------------------------------------------------------------------------------- /source/proj/Jx/sqrt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jx/sqrt.txt -------------------------------------------------------------------------------- /source/proj/Jx/sqrt10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jx/sqrt10.txt -------------------------------------------------------------------------------- /source/proj/Jy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/Jy.md -------------------------------------------------------------------------------- /source/proj/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/index.md -------------------------------------------------------------------------------- /source/proj/projections.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/proj/projections.sh -------------------------------------------------------------------------------- /source/table/ascii.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/table/ascii.md -------------------------------------------------------------------------------- /source/table/binary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/table/binary.md -------------------------------------------------------------------------------- /source/table/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/table/index.md -------------------------------------------------------------------------------- /source/table/netcdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/table/netcdf.md -------------------------------------------------------------------------------- /source/table/ogrgmt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/table/ogrgmt.md -------------------------------------------------------------------------------- /source/table/shapefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/table/shapefile.md -------------------------------------------------------------------------------- /source/theme/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/theme/index.md -------------------------------------------------------------------------------- /source/tutorial/advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/advanced.md -------------------------------------------------------------------------------- /source/tutorial/basemap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/basemap.md -------------------------------------------------------------------------------- /source/tutorial/coastline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/coastline.md -------------------------------------------------------------------------------- /source/tutorial/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/commands.md -------------------------------------------------------------------------------- /source/tutorial/configurations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/configurations.md -------------------------------------------------------------------------------- /source/tutorial/earth-relief.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/earth-relief.md -------------------------------------------------------------------------------- /source/tutorial/first-plot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/first-plot.sh -------------------------------------------------------------------------------- /source/tutorial/get-started/example.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/get-started/example.sh -------------------------------------------------------------------------------- /source/tutorial/get-started/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/get-started/index.md -------------------------------------------------------------------------------- /source/tutorial/get-started/linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/get-started/linux.md -------------------------------------------------------------------------------- /source/tutorial/get-started/macos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/get-started/macos.md -------------------------------------------------------------------------------- /source/tutorial/get-started/windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/get-started/windows.md -------------------------------------------------------------------------------- /source/tutorial/histogram/eq.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/histogram/eq.dat -------------------------------------------------------------------------------- /source/tutorial/histogram/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/histogram/index.md -------------------------------------------------------------------------------- /source/tutorial/inset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/inset.md -------------------------------------------------------------------------------- /source/tutorial/layers/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/layers/index.md -------------------------------------------------------------------------------- /source/tutorial/layers/layers-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/layers/layers-1.sh -------------------------------------------------------------------------------- /source/tutorial/layers/layers-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/layers/layers-2.sh -------------------------------------------------------------------------------- /source/tutorial/layers/layers-3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/layers/layers-3.sh -------------------------------------------------------------------------------- /source/tutorial/layers/layers-4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/layers/layers-4.sh -------------------------------------------------------------------------------- /source/tutorial/layers/layers-5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/layers/layers-5.sh -------------------------------------------------------------------------------- /source/tutorial/legend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/legend.md -------------------------------------------------------------------------------- /source/tutorial/lines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/lines.md -------------------------------------------------------------------------------- /source/tutorial/multifig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/multifig.md -------------------------------------------------------------------------------- /source/tutorial/oneliner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/oneliner.md -------------------------------------------------------------------------------- /source/tutorial/started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/started.md -------------------------------------------------------------------------------- /source/tutorial/subplot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/subplot.md -------------------------------------------------------------------------------- /source/tutorial/surface/Table_5_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/surface/Table_5_11.txt -------------------------------------------------------------------------------- /source/tutorial/surface/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/surface/index.md -------------------------------------------------------------------------------- /source/tutorial/surface/surface_ex1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/surface/surface_ex1.sh -------------------------------------------------------------------------------- /source/tutorial/symbols/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/symbols/index.md -------------------------------------------------------------------------------- /source/tutorial/symbols/symbols-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/symbols/symbols-1.sh -------------------------------------------------------------------------------- /source/tutorial/symbols/symbols-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/symbols/symbols-2.sh -------------------------------------------------------------------------------- /source/tutorial/symbols/symbols-3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/symbols/symbols-3.sh -------------------------------------------------------------------------------- /source/tutorial/symbols/symbols-4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/symbols/symbols-4.sh -------------------------------------------------------------------------------- /source/tutorial/symbols/symbols-5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/symbols/symbols-5.sh -------------------------------------------------------------------------------- /source/tutorial/symbols/symbols-6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/symbols/symbols-6.sh -------------------------------------------------------------------------------- /source/tutorial/symbols/symbols.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/symbols/symbols.sh -------------------------------------------------------------------------------- /source/tutorial/texts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/texts.md -------------------------------------------------------------------------------- /source/tutorial/tutor_conf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/tutor_conf.png -------------------------------------------------------------------------------- /source/tutorial/xyz2grd/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/tutorial/xyz2grd/index.md -------------------------------------------------------------------------------- /source/utilities/gdal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmt-china/GMT_docs/HEAD/source/utilities/gdal.md --------------------------------------------------------------------------------