Libraries‎ > ‎Library‎ > ‎Graphing‎ > ‎

Clear plot

BehaviourComposer: ignore everything before this.

Begin micro-behaviour:

Begin description:

Clear the specified plot.

End description

Clear plot

Begin NetLogo code:

substitute-text-area-for plot-name Random graphset-current-plot "plot-name"clear-plot

End NetLogo code

Variants

How this works

It calls the NetLogo clear-plot primitive.

Related micro-behaviours

History

Clear plot was implemented by Ken Kahn on 27 January 2012.

BehaviourComposer: ignore everything after this.