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
 Graph editing

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
marcel1992 Posted - 03/09/2020 : 12:33:29 PM
Origin Ver. 9.7.0.188 and Service Release 1
Operating System: Windows 10

Hello together,
I try to edit some graph settings but I can't do this like I would:
I get my graph with
plotxy iy:=((4,7),(8,9)) plot:=202;
and this works well.
Now I want to change the first dataset(is it called dataset? 4,7) from line with symbol to "without symbol" and the second dataset (8,9) from line with symbol to "only symbol". Additionally I like to change the symbol sign to another one and activate the label, so I can see the data value in the graph. I try different settings but nothing changes something in a way, that I need.
I would be very grateful if someone could give me some input.
Thanks in advance
1   L A T E S T    R E P L I E S    (Newest First)
marcel1992 Posted - 03/13/2020 : 09:38:42 AM
quote:
Originally posted by marcel1992

Origin Ver. 9.7.0.188 and Service Release 1
Operating System: Windows 10

Hello together,
I try to edit some graph settings but I can't do this like I would:
I get my graph with
plotxy iy:=((4,7),(8,9)) plot:=202;
and this works well.
Now I want to change the first dataset(is it called dataset? 4,7) from line with symbol to "without symbol" and the second dataset (8,9) from line with symbol to "only symbol". Additionally I like to change the symbol sign to another one and activate the label, so I can see the data value in the graph. I try different settings but nothing changes something in a way, that I need.
I would be very grateful if someone could give me some input.
Thanks in advance


Okay! After spending several hour I got the Information and I like to share it with you, maybe someone else will have this problem:
To edit the plot data, using a range object after creating the graph.
With "range plot1 = $(1)" you have access to the first plotted data.
Before you edit different plots you should degroup your data with layer -gu;
With the "set" function you can change colors, symbols etc.

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