User Activity

  • Posted a comment on discussion Open Discussion on MathGL

    I have spend a whole day for the Chinese show, and I have try all methods I can search. Include "setlocale(LC_CTYPE, "zh_CN.GBK")", UNICODE compile .etc, and make my own font by font_tools, but all failed. How can I show Chinese correctly? Thanks, I just use the following test code int sample(mglGraph gr) { mglData a(100), b(100); gr->Fill(a, "exp(-10x^2)"); gr->Fill(b, "exp(-10*(x+0.5)^2)"); gr->SetRange('y', 0, 1); gr->SubPlot(1, 2, 0, "_"); gr->Title(L"你好"); gr->Plot(a); gr->Plot(b); gr->Axis();...

View All

Personal Data

Username:
xxhxiang
Joined:
2019-09-14 23:00:00

Projects

  • No projects to display.

Personal Tools