Skip to content

Commit a1f8bd2

Browse files
drew161pslacerda
authored andcommitted
added initial docstring, revised import section, and added .py to name
1 parent 73e58b0 commit a1f8bd2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

cgoCircle renamed to cgoCircle.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
"""
2+
This script was initially copied from https://pymolwiki.org/index.php/CgoCircle on Sept. 23, 2024.
3+
4+
The PyMOL Wiki page containing the code that was copied is licensed under GNU Free Documentation License 1.2.
5+
6+
Probable Author: Jason Vertrees.
7+
"""
8+
19
import math
210
import pymol
311
from pymol.cgo import *
4-
import random
12+
from pymol import cmd
513

614
def cgoCircle(x, y, z, r=8.0, cr=1.0, cg=0.4, cb=0.8, w=2.0):
715
"""

0 commit comments

Comments
 (0)