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 for Programming
 LabTalk Forum
 ExpGraph Malfunction

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
Mulvenna Posted - 10/10/2013 : 07:20:30 AM
Origin Ver.: 8.6
Operating System: WIndows 7

Hi,

I'm having a big problem with Origin, I have not recently changed anything in the script file I have been using. But today my graphs have started exporting with a huge amount of empty page space to one side, leaving the graph miniscule! :/

Is there any particular reason this would start happening?

(BTW, the graphs themselves in origin are unaffected and manual export works fine but there are far too many to export manually)

Thanks
2   L A T E S T    R E P L I E S    (Newest First)
Mulvenna Posted - 10/11/2013 : 03:34:54 AM
Thanks! that worked perfectly. Still don't knwow what I changed but thanks for the help!
greg Posted - 10/10/2013 : 4:56:32 PM
Either you recently changed your Tools : Options : [Page] : Margin Control, or some object has inserted itself way off the page of your graphs.

Either way, adding this to your expGraph statement should fix the problem:
tr.Margin:=2

So if your script looked like:
expGraph type:=jpg filename:="MyGraph" path:=D:\ overwrite:=rename;

Just change it to:
expGraph type:=jpg filename:="MyGraph" path:=D:\ overwrite:=rename tr.Margin:=2;

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