diff --git a/011_agu_FTLJG_2024/02_out_figs/FTLJG_agu24_u12b05_pygmt_numpy.png b/011_agu_FTLJG_2024/02_out_figs/FTLJG_agu24_u12b05_pygmt_numpy.png index 73a122d1..9aaccbbf 100755 Binary files a/011_agu_FTLJG_2024/02_out_figs/FTLJG_agu24_u12b05_pygmt_numpy.png and b/011_agu_FTLJG_2024/02_out_figs/FTLJG_agu24_u12b05_pygmt_numpy.png differ diff --git a/011_agu_FTLJG_2024/FTLJG_agu24_u12b05_pygmt_numpy.py b/011_agu_FTLJG_2024/FTLJG_agu24_u12b05_pygmt_numpy.py index d909ad9c..9db1541e 100755 --- a/011_agu_FTLJG_2024/FTLJG_agu24_u12b05_pygmt_numpy.py +++ b/011_agu_FTLJG_2024/FTLJG_agu24_u12b05_pygmt_numpy.py @@ -12,6 +12,7 @@ # ----------------------------------------------------------------------------- # History # - Created: 2024/11/30 +# - Updated: 2025/12/02 - Correct RGB code for Python's blue # ----------------------------------------------------------------------------- # Versions # - PyGMT v0.13.0 -> https://www.pygmt.org/v0.13.0/ | https://www.pygmt.org/ @@ -87,8 +88,7 @@ stars_py = np.array( [0, 30, 90, 150, 210, 240, 300, 360, 420, 450, 510, 570, 630, 660, 720, 769] ) -color_py = "63/124/173" # Python blue - +color_py = "48/105/152" # Python blue # ----------------------------------------------------------------------------- fig = pygmt.Figure()