Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Clément Haëck
submeso-color
Commits
5239be7a
Commit
5239be7a
authored
Mar 11, 2022
by
Clément Haëck
Browse files
Add kind and nomask arguments for histograms
parent
448dd0de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/data/hists.py
lib/data/hists.py
+2
-2
No files found.
lib/data/hists.py
View file @
5239be7a
...
@@ -11,8 +11,8 @@ import lib
...
@@ -11,8 +11,8 @@ import lib
import
lib.data
import
lib.data
ARGS
=
{
'region'
,
'days'
}
ARGS
=
{
'region'
,
'days'
,
'kind'
,
'nomask'
}
defaults
=
dict
(
dim2
=
False
)
defaults
=
dict
(
kind
=
'2thr'
,
nomask
=
False
)
def
PREGEX
(
args
):
def
PREGEX
(
args
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment