Update mathgl_dens.cpp
This commit is contained in:
parent
572cdedae9
commit
737b39fee3
@ -99,7 +99,7 @@ int gctl::mathgl_dens::Draw(mglGraph *gr)
|
|||||||
//gr->Grid("xy", "h:");
|
//gr->Grid("xy", "h:");
|
||||||
gr->Label('x', x_ll_.c_str(), 0.0);
|
gr->Label('x', x_ll_.c_str(), 0.0);
|
||||||
gr->Label('y', y_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")
|
//if (file != "null")
|
||||||
//{
|
//{
|
||||||
|
Loading…
Reference in New Issue
Block a user