Difference between revisions of "Seq view overlay"

From PyMOLWiki
Jump to navigation Jump to search
(New page: === OVERVIEW === The '''seq_view_overaly''' setting controls whether or not the background of the sequence viewer is opaque or not. === USAGE === <source lang="python"> # make the sequence viewer back...)
 
Line 1: Line 1:
 
=== OVERVIEW ===
 
=== OVERVIEW ===
The '''seq_view_overaly''' setting controls whether or not the background of the sequence viewer is opaque or not.
+
The '''seq_view_overaly''' setting controls whether or not the background of the sequence viewer is opaque or not, allowing access to the underlying molecules.
  
  

Revision as of 13:56, 9 March 2007

OVERVIEW

The seq_view_overaly setting controls whether or not the background of the sequence viewer is opaque or not, allowing access to the underlying molecules.


USAGE

# make the sequence viewer background transparent
set seq_view_overlay, 1

# make it opaque again
set seq_view_overlay, 0

SEE ALSO

Seq_view