mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 06:14:08 -06:00
*ScatterDraw: Fix
git-svn-id: svn://ultimatepp.org/upp/trunk@12472 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
37eb15abde
commit
f8ba3140d9
1 changed files with 3 additions and 0 deletions
|
|
@ -54,6 +54,9 @@ ScatterDraw::ScatterDraw() {
|
|||
serializeFormat = true;
|
||||
responsive = false;
|
||||
responsivenessFactor = 1;
|
||||
plotScaleX = 1;
|
||||
plotScaleY = 1;
|
||||
plotScaleAvg = 1;
|
||||
surf = 0;
|
||||
surfRainbow = BLUE_YELLOW_RED;
|
||||
surfNumColor = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue