WLJS LogoWLJS Notebook

None

None is a setting used for certain options to indicate no value or disabled feature.

Examples

Disable frame on a plot:

Plot[Sin[x], {x, 0, 2 Pi}, Frame -> None]

Check for None:

result = None;
result === None
(* True *)

Please visit the official Wolfram Language Reference for more details.

On this page