The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Changing axis and axis title

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
pink-lisa Posted - 02/05/2007 : 2:03:18 PM
Origin Version 7 Operating System:XP

Hi,

I have 20+ graphs. At the moment the x-axis is labelled "Wavelength (nm)". I want to change it to Energy (eV).
Is there a way of doing this in one go?

Also I want to change the x-axis to finish at 2.3 not 2.6 as that is what the autoscaling is doing. How can i change this?

The problem is, I would like do do this to 15 out of the 20 graphs.

thanks in advance

Lisa
xxx
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 02/05/2007 : 2:32:18 PM
Hi Lisa,

I don't suppose you're going to tell us which 15 graphs?

Never mind, the following script will make your changes to all graphs in the current project folder. Open Project Explorer, create a new folder and drag all 15 graphs to it. Then go to the folder and run the script.

doc -ef P {
xb.text$=Energy (EV);
x2=2.3;
};


Mike Buess
Origin WebRing Member

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000