From: Chulmin Chulmin on
Hello.

Now, I'm very nervous about the initial posiition of figures.
I know that figure position can be changed using some commands.
However, I just see my figure on screen only using 'plot' command but, they always posted on the out of screen so I cannot see them.

How can I change the setup of initial figure position?
From: Jan Simon on
Dear Chulmin,

> How can I change the setup of initial figure position?

Perhaps someone changes the default or factory settings?
get(0, 'Default')
get(0, 'FactoryFigure')
Then they can be cleaned by the SET command.

Good luck, Jan