How do I delete a graph macro?

jost
Posts: 3
Joined: 2012-04-20
Location: Germany

The manual page II-52 has a two-liner about it that I do not understand

Jost


bech
Posts: 54
Joined: 2007-10-20
Location: Canada

jost wrote:
The manual page II-52 has a two-liner about it that I do not understand

Jost

Find it in the Procedure Window (Cntrl/Command M) and delete it.

It will look something like this:

Window Graph0() : Graph
	PauseUpdate; Silent 1		// building window...
	Display /W=(714,245,1109,453) w
EndMacro


jost
Posts: 3
Joined: 2012-04-20
Location: Germany

Thanks very much!
jost


Back to top