79533014

Date: 2025-03-25 08:11:08
Score: 0.5
Natty:
Report link

Not sure when introduced, but plot() now has a display argument that can be used to hide or display it.

plot(..., display = enablePlot ? display.all : display.none, ...)

would be equivalent to the forbidden

if enablePlot
    plot(...)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: McColtney