Skip to content

Commit 34a722d

Browse files
committed
removed log norm
1 parent 74f5af8 commit 34a722d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
## Changes in 0.1
1+
## Changes in 0.1.1 (in development)
2+
* Removed log norm
23

3-
* First version of KASSANDRA Kerchunk Store
4+
## Changes in 0.1
5+
* First version of KASSANDRA Kerchunk Store
6+

doors_stores/constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
"long_name": "Mean Wave Period",
115115
"units": "s",
116116
"cell_methods": "level: mean",
117-
"color_norm": "log",
118117
"color_value_min": 0.0,
119118
"color_value_max": 20.0,
120119
},
@@ -135,7 +134,6 @@
135134
"long_name": "Significant Wave Height",
136135
"units": "m",
137136
"cell_methods": "level: mean",
138-
"color_norm": "log",
139137
"color_value_min": 0.0,
140138
"color_value_max": 10.0,
141139
},

0 commit comments

Comments
 (0)