dev_yi #1

Merged
zhangyiss merged 6 commits from dev_yi into main 2025-02-09 21:04:46 +08:00
Showing only changes of commit 737b39fee3 - Show all commits

View File

@ -99,7 +99,7 @@ int gctl::mathgl_dens::Draw(mglGraph *gr)
//gr->Grid("xy", "h:");
gr->Label('x', x_ll_.c_str(), 0.0);
gr->Label('y', y_ll_.c_str(), 0.0);
gr->Dens(z_d);
gr->Dens(z_d, "UbcyqR");
//if (file != "null")
//{