Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
418e0834
Commit
418e0834
authored
Dec 03, 2010
by
Alexander Wiebel
Browse files
[CHANGE
#453
] name of option changed to "Min-max normalization" this is the
commonly known name
parent
3e69eb3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/modules/teemGlyphs/WMTeemGlyphs.cpp
src/modules/teemGlyphs/WMTeemGlyphs.cpp
+3
-1
No files found.
src/modules/teemGlyphs/WMTeemGlyphs.cpp
View file @
418e0834
...
...
@@ -198,7 +198,9 @@ void WMTeemGlyphs::properties()
m_subdivisionLevelProp
->
setMax
(
5
);
m_usePolarPlotProp
=
m_properties
->
addProperty
(
"Use polar plot"
,
"Use polar plot for glyph instead of HOME?"
,
true
,
m_recompute
);
m_useNormalizationProp
=
m_properties
->
addProperty
(
"Radius normalization"
,
"Scale the radius of each glyph to be in [0,1]."
,
true
,
m_recompute
);
m_useNormalizationProp
=
m_properties
->
addProperty
(
"Min-max normalization"
,
"Scale the radius of each glyph to be in [0,1]."
,
true
,
m_recompute
);
WModule
::
properties
();
}
...
...
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