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
 using default axis

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
supermaks Posted - 10/15/2005 : 8:12:17 PM
Origin Version (Select Help-->About Origin):
Operating System:

How can I make default 4 axis instead of two. And all these axis with ticks INSIDE.

Thanks, Supermaks
4   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 10/17/2005 : 11:40:29 AM
Hi,

To make the 4-axis graph format, you can make a tool button which contains the following script so that when you click the button, it always creates a 4-axis graph window. Also, you can include these lines at the bottom of MACRO.CNF configuration file to create the window at the startup time of Origin.

Window -t p Origin;
layer -new Both;

Note: Top/Right axes have inside ticks, but not at bottom/left. To change them too, you can compile an OriginC function like the following one (from Programming Help), and put the function to the script:
void Run_ApplyFormat()
{
Page pg = Project.Pages();
pg.ApplyFormat("themes\\Ticks All In.OTH");
}

--Hideo Fujii
OriginLab

Edited by - Hideo Fujii on 10/17/2005 12:12:04 PM
Mike Buess Posted - 10/16/2005 : 7:31:44 PM
Sorry, but those Origin settings are not saved in ini files.

Mike Buess
Origin WebRing Member
supermaks Posted - 10/16/2005 : 4:48:10 PM
I thought it is possiable without save template, but by editing one of the *.ini files. Am I right?

thanks, supermaks
Mike Buess Posted - 10/16/2005 : 08:42:33 AM
First set up a graph the way you like. Then right-click on its title bar and select Save Template.

Mike Buess
Origin WebRing Member

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