Update mathgl_dens.cpp

This commit is contained in:
张壹 2025-01-16 10:21:28 +08:00
parent 572cdedae9
commit 737b39fee3

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")
//{