Plot noe: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(created)
 
No edit summary
 
Line 1: Line 1:
{{Infobox script-repo
{{Infobox script-repo
|type      = module
|type      = module
|filename  = plot_noe.py
|filename  = scripts/plot_noe.py
|author    = [http://www.lorieau.com/ Justin Lorieau] and [[User:Speleo3|Thomas Holder]]
|author    = [http://www.lorieau.com/ Justin Lorieau] and [[User:Speleo3|Thomas Holder]]
|license  = BSD-2-Clause
|license  = BSD-2-Clause

Latest revision as of 22:49, 22 June 2025

Type Python Module
Download scripts/plot_noe.py
Author(s) Justin Lorieau and Thomas Holder
License BSD-2-Clause
This code has been put under version control in the project Pymol-script-repo

plot_noe reads a XPLOR NOE distance restraints file and shows them as distance objects in PyMOL.

This is a modified version of Justin's original code. You may visit his site for more description and examples.

Usage

plot_noe filename [, selection [, line_color [, line_width ]]]

See Also