Re: [PyMOL] [EXTERNAL] Disable cartoon representation on load

2023-05-18 Thread Mooers, Blaine H.M. (HSC)
Hi Petro, Add the following to your .pymolrc file (pymolrc.pml on Windows) cmd.do("hide cartoon") cmd.do("show sticks") # I also add these lines to my pymolrc set bg_rgb, white set stick_radius, 0.125 set valence, off Best regards, Blaine Blaine Mooers, Ph.D. Associate Professor Department of

Re: [PyMOL] [EXTERNAL] Disable cartoon representation on load

2023-05-18 Thread Khoroshyy Petro
Thank you. I will try that. Best regards. Petro. On Wed, 17 May 2023 at 17:17, Mooers, Blaine H.M. (HSC) < blaine-moo...@ouhsc.edu> wrote: > Hi Petro, > > Add the following to your .pymolrc file (pymolrc.pml on Windows) > > cmd.do("hide cartoon") > cmd.do("show sticks") > > # I also add these li