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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 using default axis
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

supermaks

Germany
Posts

Posted - 10/15/2005 :  8:12:17 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

Mike Buess

USA
3037 Posts

Posted - 10/16/2005 :  08:42:33 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

supermaks

Germany
Posts

Posted - 10/16/2005 :  4:48:10 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I thought it is possiable without save template, but by editing one of the *.ini files. Am I right?

thanks, supermaks
Go to Top of Page

Mike Buess

USA
3037 Posts

Posted - 10/16/2005 :  7:31:44 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Sorry, but those Origin settings are not saved in ini files.

Mike Buess
Origin WebRing Member
Go to Top of Page

Hideo Fujii

USA
1582 Posts

Posted - 10/17/2005 :  11:40:29 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000