Re: [COOT] problem with dots

2012-03-09 Thread Paul Emsley
Baah. The documentation [1] generation system needed reworking. Fixed now. Thanks, Paul. p.s. dots now have pretty pretty colours (and corrected atomic radii). [1] which *should be* up to date with latest pre-release On 07/03/12 15:48, Miguel Ortiz Lombardía wrote: Le 07/03/12 14:58,

[COOT] problem with dots

2012-03-07 Thread Miguel Ortiz Lombardía
Hi, Using Coot for OSX (stand-alone version 0.7-pre-1 revision 4040) I see in the Docs (biop site): 4.17 Atomic Dots You can draw dots round arbitrary atom selections (dots imol atom-selection dot-density radius) The function returns a handle. So, from the Scripting window I run:

Re: [COOT] problem with dots

2012-03-07 Thread Bernhard Lohkamp
dots takes 5 arguments now. It used to be 4. The documentation is not updated as yet (since this is in pre-release). So you need another text/string type of argument to name you dot object: int dots(int imol, const char *atom_selection_str, const char *dots_object_name,

Re: [COOT] problem with dots

2012-03-07 Thread Miguel Ortiz Lombardía
Le 07/03/12 14:58, Bernhard Lohkamp a écrit : dots takes 5 arguments now. It used to be 4. The documentation is not updated as yet (since this is in pre-release). So you need another text/string type of argument to name you dot object: int dots(int imol, const char