mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
ScatterDraw: Now runs on 64 bits too. Included bug fixes and SetLegendWidth()
git-svn-id: svn://ultimatepp.org/upp/trunk@5769 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cfec8c73f0
commit
87558ba01d
4 changed files with 103 additions and 100 deletions
|
|
@ -14,7 +14,7 @@ double DataSource::Min(Getdatafun getdata)
|
|||
}
|
||||
return minVal;
|
||||
}
|
||||
|
||||
|
||||
double DataSource::Max(Getdatafun getdata)
|
||||
{
|
||||
double maxVal = DOUBLE_NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue