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
 Transparent scatter symbols when I don't want them.

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
Jose Posted - 09/07/2000 : 8:10:00 PM
Sometimes I get transparent scatter symbols in my graphs that I don't know how to avoid. They are actually more than transparent, they have some kind of logical-XOR filling... See an example of that in this JPG.

The square symbols of the series above have two origins, that's why the first half of them is "trasparent" and the other half is not. But I want (and set, I promise!) all of them to be open (i.e. "white" filled), like the triangles or the circles, with the same parameters! Any idea of why does this happen?

jose.

[This message has been edited by Jose (edited 09-07-2000).]

2   L A T E S T    R E P L I E S    (Newest First)
Jose Posted - 09/08/2000 : 8:15:00 PM
Thank you very much. I don't completely understand what is all this, but it definitely solves my problem :-)

jose.

cpyang Posted - 09/07/2000 : 8:22:00 PM
These were set as animated for whatever reason, can be even in the template as such. the following command set animated bit

set %(1,@D) -an 0;
// set 1st dataplot not transparent

Animated mode is used to produce realtime drawing effect, as the following script shows how one can move the %C trace up by 0.2

set %C -an 1;
%C+=0.2;
plot %C;
plot -v; // disable windows repaint



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