Seq view overlay: Difference between revisions
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...) |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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. | ||
Line 14: | Line 14: | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[Seq_view]] | [[Seq_view]] | ||
[[Category:Settings|Sequence View Overlay]] | |||
[[Category:Seqeuence_Viewer]] |
Latest revision as of 10:52, 16 April 2009
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