Seq view location: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Overview==
==Overview==


seq_view_locations affects the location of the sequence viewer.
seq_view_location affects the location of the sequence viewer.


==Syntax==
==Syntax==


set seq_view, ''integer''
set seq_view_location, ''integer''


set ''integer'' to 0 to get the default (the viewer is on top of the internal window)
set ''integer'' to 0 to get the default (the viewer is on top of the internal window)
Line 12: Line 12:




==Related settings==
==See Also==
[[seq_view]]
*[[seq_view]]
*[[seq_view_color]]
*[[seq_view_discrete_by_state]]
*[[seq_view_fill_char]]
*[[seq_view_fill_color]]
*[[seq_view_format]]
*[[seq_view_label_color]]
*[[seq_view_label_mode]]
*[[seq_view_label_spacing]]
*[[seq_view_label_start]]
*[[seq_view_overlay]]
*[[seq_view_unaligned_color]]
*[[seq_view_unaligned_mode]]


[[seq_view_color]]


[[seq_view_discrete_by_state]]
[[Category:Settings|Seq view location]]
 
[[Category:Seqeuence_Viewer]]
[[seq_view_fill_char]]
 
[[seq_view_fill_color]]
 
[[seq_view_format]]
 
[[seq_view_label_color]]
 
[[seq_view_label_mode]]
 
[[seq_view_label_spacing]]
 
[[seq_view_label_start]]
 
[[seq_view_overlay]]
 
[[seq_view_unaligned_color]]
 
[[seq_view_unaligned_mode]]

Latest revision as of 10:52, 16 April 2009

Overview

seq_view_location affects the location of the sequence viewer.

Syntax

set seq_view_location, integer

set integer to 0 to get the default (the viewer is on top of the internal window)

set integer to 1 or higher to locate the sequence viewer just above the command line.


See Also