- Timestamp:
- Jun 4, 2025, 6:28:47 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/visu_evol_layering.py
r3790 r3792 417 417 prop_names = ['co2_ice', 'h2o_ice', 'dust', 'pore'] 418 418 titles = ["CO2 ice", "H2O ice", "Dust", "Pore"] 419 cmap = plt.get_cmap(' hot_r').copy()419 cmap = plt.get_cmap('turbo').copy() 420 420 cmap.set_under('white') 421 421 vmin, vmax = 0.0, 1.0
Note: See TracChangeset
for help on using the changeset viewer.