Re: [PyMOL] Legend box

2005-10-26 Thread Sebastien Moretti
I looked into this a little. I think the apbs script (its apbs.py or something -- if you can't find it search for it on google) calls a function called cmd.ramp_new() with a bunch of arguements. Apparently this 'ramp' is a built in c-level object. You maybe able to mimic the code in apbs.

Re: [PyMOL] Legend box

2005-05-09 Thread Sebastien Moretti
Dan Kulp wrote: I looked into this a little. I think the apbs script (its apbs.py or something -- if you can't find it search for it on google) calls a function called cmd.ramp_new() with a bunch of arguements. Apparently this 'ramp' is a built in c-level object. You maybe able to mimic the

Re: [PyMOL] Legend box

2005-05-09 Thread Dan Kulp
I looked into this a little. I think the apbs script (its apbs.py or something -- if you can't find it search for it on google) calls a function called cmd.ramp_new() with a bunch of arguements. Apparently this 'ramp' is a built in c-level object. You maybe able to mimic the code in apbs.