matplotlib-cpp icon indicating copy to clipboard operation
matplotlib-cpp copied to clipboard

Adds set_zlim() method

Open francocipollone opened this issue 4 years ago • 1 comments

Summary

Adds set_zlim() method which allows setting the minimum and maximum limit in the z-axis.

Example of use:

...
  plt::plot_surface(x, y, z);
  plt::set_zlim(-5., 40.);
...

francocipollone avatar Dec 10 '21 21:12 francocipollone

Can you add a function to set the scale value of the Z-axis

bingjingshidelei avatar Jan 09 '24 04:01 bingjingshidelei