79493574

Date: 2025-03-07 22:36:28
Score: 0.5
Natty:
Report link

You can pass cmin = min and cmax = max inside add_surface() to get a consistent color scale across all plots:

add_surface(
    z = z_matrix,
    x = p1,
    y = p2,
    colorscale = "Viridis",
    cmin = 0,
    cmax = 4
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ihecker