Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
7666332d
Commit
7666332d
authored
Apr 20, 2018
by
Samuel GAIST
Browse files
[prefix][plotters][user][scatter] Fix default values type
Type is float64 so default value should be numerical.
parent
ba55b1ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/test/prefix/plotters/user/scatter/1.json
View file @
7666332d
...
...
@@ -18,12 +18,12 @@
"description"
:
"The title for this plot"
},
"xaxis_multiplier"
:
{
"default"
:
"
1.0
"
,
"default"
:
1.0
,
"type"
:
"float64"
,
"description"
:
"The multiplication factor for the X-axis (horizontal)"
},
"yaxis_multiplier"
:
{
"default"
:
"
1.0
"
,
"default"
:
1.0
,
"type"
:
"float64"
,
"description"
:
"The multiplication factor for the Y-axis (vertical)"
},
...
...
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