diff --git a/AUTHORS.rst b/AUTHORS.rst index 544c72335..9af304068 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -20,7 +20,8 @@ The following persons contributed to the development of the |pyam| package: - Florian Maczek `@macflo8 `_ - Laura Wienpahl `@LauWien `_ - Philip Hackstock `@phackstock `_ -- Pietro Monticone `@pitmonticone `_ +- Pietro Monticone `@pitmonticone ` +- Edward Byers `@byersiiasa ` | The core maintenance of the |pyam| package is done by the *Scenario Services & Scientific Software* research theme diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d373650f1..4a251fdf3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +# Next Release +- [#794](https://github.com/IAMconsortium/pyam/pull/794] Fixed wrong color codes for AR6 Illustrative Pathways + # Release v2.0.0 - [#792](https://github.com/IAMconsortium/pyam/pull/792) Support region-aggregation with weights-index >> data-index diff --git a/pyam/plotting.py b/pyam/plotting.py index 4a9e442c5..5e774e8ce 100644 --- a/pyam/plotting.py +++ b/pyam/plotting.py @@ -87,14 +87,14 @@ "AR6-C7": "#F18872", # C7: scenarios that limit warming to 4°C (>50%) "AR6-C8": "#BD7161", # C8: scenarios that exceed 4°C warming (≥50%) # AR6 Illustrative Mitigation Pathway (IMP) - "AR6-IMP-LD": "#DAA25A", # LD: emphasis on a low demand for resources - "AR6-IMP-Ren": "#EED2AE", # Ren: emphasis on renewables resources - "AR6-IMP-SP": "#F7E7D7", # SP: emphasis on sustainable development - "AR6-IMP-Neg": "#B8BDAA", # Neg: emphasis on deployment of carbon dioxide removal - "AR6-IMP-GS": "#B5B7CA", # GS: less rapid near-term mitigation followed by a gradual strengthening + "AR6-IMP-LD": "#4FA7BF", # LD: emphasis on a low demand for resources + "AR6-IMP-Ren": "#2B7C8B", # Ren: emphasis on renewables resources + "AR6-IMP-SP": "#004D52", # SP: emphasis on sustainable development + "AR6-IMP-Neg": "#84A12B", # Neg: emphasis on deployment of carbon dioxide removal + "AR6-IMP-GS": "#6E7895", # GS: less rapid near-term mitigation followed by a gradual strengthening # AR6 Illustrative Pathway (IP) - "AR6-IP-ModAct": "#DDB6AB", # pathway with moderate climate action - "AR6-IP-CurPol": "#F9C8B7", # pathway modelling current policies + "AR6-IP-ModAct": "#F29424", # pathway with moderate climate action + "AR6-IP-CurPol": "#E31F2B", # pathway modelling current policies } diff --git a/tests/expected_figs/test_line_PYAM_COLORS.png b/tests/expected_figs/test_line_PYAM_COLORS.png index 0f4e5084b..ea49ca8f7 100644 Binary files a/tests/expected_figs/test_line_PYAM_COLORS.png and b/tests/expected_figs/test_line_PYAM_COLORS.png differ