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
 Transparent scatter symbols when I don't want them.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Jose

Netherlands
93 Posts

Posted - 09/07/2000 :  8:10:00 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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).]

cpyang

USA
1406 Posts

Posted - 09/07/2000 :  8:22:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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


Go to Top of Page

Jose

Netherlands
93 Posts

Posted - 09/08/2000 :  8:15:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you very much. I don't completely understand what is all this, but it definitely solves my problem :-)

jose.

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