matplotlib / matplotlib/cmocean

discussing the "ice" colormap

Đang mở
#93 10 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Ngôn ngữ chính
Python
Star
269
Fork
54
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Dear cmocean community,

Apologies, this is a rather long text.

My work involves plotting maps of sea ice. Because it is easily available and scientific, I have been using cmocean's "[ice](https://matplotlib.org/cmocean/#ice)" quite a lot in the past. But some of its intrinsic characteristics have also led me look for alternatives. This post is to discuss the "ice" colormap for plotting sea ice fields (from models or satellite data).

By far, the key sea-ice variable we see plotted with cmocean.ice is sea-ice concentration (or sea-ice area fraction): the fraction of an ocean area that is covered with sea ice. A sea-ice concentration of 0 means there is no ice (only ocean). A sea-ice concentration of 1 means there is only ice (no ocean visible from above). A sea-ice concentration of 0.7 really means 0.7 ice on top of 0.3 ocean.

In our common imagination / representation ice is white and ocean is blue. A scientific colormap for sea-ice concentration should thus run from blue to white.

However, cmocean's 'ice' runs from _very dark blue (almost black)_ to _very light blue (almost white)_.

To me, the main issue with cmocean.ice when plotting sea-ice concentration (which is what we use it for 99% of the time) is that the high-end of the colormap is quite far from white. This is really blueish. Areas with a sea-ice concentration of 1 (as given by a forecast model or a satellite) do not look like fully ice-covered when plotted with cmocean.ice, because they are slightly blue, a color that is associated with some fraction of ocean (thus a sea-ice concentration below 1).

A second issue is that the low-end of the colormap is very dark, almost pitch black. This is sub-optimal for two reasons:
- a common representation is that the ocean is blue, not black.
- sea-ice concentration is the linear weigthing between no ice (ocean) and only ice (white). But the 'ice' colormap starts from black, runs through blues, and ends (close to) white. To me this does not convey well the linear mixing of more and more ice on top of the ocean. If we start from a black ocean, we should not be adding blue when adding ice, we should be adding white (and the colormap would be much closer to ["gray"](https://matplotlib.org/cmocean/#gray).

Below are 3 maps of sea-ice concentration using 1) cmocean's ice,
![image](https://github.com/matplotlib/cmocean/assets/9883832/51281cf6-98fc-42f7-ba53-1d6b95b61cf0)
2) matplotlib's Blues_r,
![image](https://github.com/matplotlib/cmocean/assets/9883832/02ceda75-c0a7-48a6-99cb-5968d786587f)
and 3) matplotlib's PuBu_r.
![image](https://github.com/matplotlib/cmocean/assets/9883832/abbd0096-9c70-43db-85cc-c9b3b706edc2)

You can see for yourself the differences, and in particular how cmocean's ice does not end in white, which results in a general perception of less sea-ice concentration (more melt).

Personnaly I tend to prefer the third map (PuBu_r) because of the color of the ocean. **But the main problem with Blues_r and PuBu_r is that they are NOT scientific colormaps** (see [matplotlib's doc](https://matplotlib.org/stable/tutorials/colors/colormaps.html#lightness-of-matplotlib-colormaps)), and we should be using scientific colormaps for scientific data.

All in all, I want to discuss the cmocean's "ice" colormap with the community. I do not know why it was designed this way, there are certainly very good reasons. This colormap is maybe perfect for other cryospheric applications (land ice? mountain glaciers? snow?) but for sea ice and in particular sea-ice concentration it is not optimal.

Another question to the cmocean developers is if there are routines in the cmocean package I could use to tweak the ice colormap to have the desired characteristics above (starting from a blue, ending much closer to white).

Finally, if it comes to this, should we collectively design a new _scientific_ colormap for sea-ice concentration (how?) and could the new colormap enter future versions of cmocean if there is a broader interest.

Thank you for reading so far,
Thomas

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Hướng nghiên cứu

Bắt đầu với colormap cmocean.ice và hướng dẫn về colormap của Matplotlib được liên kết; so sánh các điểm cuối thấp và cao của nó đối với nồng độ băng biển với Blues_r và PuBu_r. Công việc được xem là hoàn tất khi đã quyết định thiết kế colormap khoa học hoặc ghi lại cơ sở lý luận, đồng thời đạt được sự thống nhất về việc có nên theo đuổi một colormap cmocean mới hay một colormap cmocean được sửa đổi hay không.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
matplotlib, python
Lĩnh vực
data-visualization, design
Loại issue
Tính năng
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.