mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.ScatterDraw_Demo: Removed non ascii symbols that produce problems in web. Fixed text.
git-svn-id: svn://ultimatepp.org/upp/trunk@5210 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c4ebca1058
commit
2f1aef150f
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ CONSOLE_APP_MAIN
|
|||
scatter.FitToData();
|
||||
|
||||
scatter.SetTitle("ScatterDraw_Demo").SetTitleFont(SansSerif(14).Bold());
|
||||
scatter.SetLabelY("Temperature [ºC]").SetLabelX("Time [sec]").SetLabelsFont(SansSerif(12));
|
||||
scatter.SetLabelY("Temperature [C]").SetLabelX("Time [sec]").SetLabelsFont(SansSerif(12));
|
||||
scatter.SetPlotAreaLeftMargin(40).SetPlotAreaRightMargin(30).SetPlotAreaTopMargin(40).SetPlotAreaBottomMargin(50);
|
||||
scatter.SetSize(Size(1000, 500));
|
||||
scatter.SetMode(ScatterDraw::MD_ANTIALIASED);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
description "ScatterDraw Demo. Sacatter without GUI\377";
|
||||
description "ScatterDraw Demo. Scatter without GUI\377";
|
||||
|
||||
uses
|
||||
Core,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue