Skip to content

Commit a4f95d2

Browse files
011_agu_FTLJG_2024: Correct RGB code for Python's blue (#130)
1 parent d0df4d3 commit a4f95d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
3.15 KB
Loading

011_agu_FTLJG_2024/FTLJG_agu24_u12b05_pygmt_numpy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# -----------------------------------------------------------------------------
1313
# History
1414
# - Created: 2024/11/30
15+
# - Updated: 2025/12/02 - Correct RGB code for Python's blue
1516
# -----------------------------------------------------------------------------
1617
# Versions
1718
# - PyGMT v0.13.0 -> https://www.pygmt.org/v0.13.0/ | https://www.pygmt.org/
@@ -87,8 +88,7 @@
8788
stars_py = np.array(
8889
[0, 30, 90, 150, 210, 240, 300, 360, 420, 450, 510, 570, 630, 660, 720, 769]
8990
)
90-
color_py = "63/124/173" # Python blue
91-
91+
color_py = "48/105/152" # Python blue
9292

9393
# -----------------------------------------------------------------------------
9494
fig = pygmt.Figure()

0 commit comments

Comments
 (0)