.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:
koldo 2012-07-17 19:57:46 +00:00
parent c4ebca1058
commit 2f1aef150f
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -1,4 +1,4 @@
description "ScatterDraw Demo. Sacatter without GUI\377";
description "ScatterDraw Demo. Scatter without GUI\377";
uses
Core,