|
From: Thomas S. <t.s...@fz...> - 2012-09-28 09:57:35
|
Jon <devout1977 <at> gmail.com> writes: > > Dear All, > > There is an annoying issue I am faced with, and I would expect a simple > solution for it. > > Whenever I use say set xtics ("" 1,"" 2) to change display of xtics, I > don't know how to restore xtics into default setting. Similarly things > apply to say set tmargin etc. Is there way to restore default setting? > > I tried to google it, but it does not give back useful results and I thus > have to ask here. > > Thanks, > > Sincerely, > Jon 'reset' always works, but sets (nearly) everything to default values. you may use unset xtics ; set xtics or set xtics autofreq and unset tmargin |