From: Axel Kohlmeyer (akohlmey_at_gmail.com)
Date: Thu Jun 12 2014 - 12:16:20 CDT

On Thu, Jun 12, 2014 at 12:33 PM, Vasumathi Velachi <vas_at_fc.up.pt> wrote:

> Dear All
> I have used the point flag to store the samples into a variable and used
> the draw command to view the points.
> Please find the script which i used for the above
> .....
> set pro [atomselect top "protein"]
> set lys [atomselect top "resname LYS"]
> set sasa [measure sasa 1.4 $pro -points pts -restrict $lys]
> puts "The SASA is $sasa"
> foreach pt $pts {
> draw point $pt
> }
>
> I used the following command to execute the above script
> vmd -dispdev text filename.pdb -e sasa.tcl
> It prints the sasa value but not showing any plot to see the area.
> Did I missed anything?
>

​you are using the "draw" command, which draws objects into the graphics
window, in text mode. how *can* this work?​

>
> Thanking you in advance
>
> --
> Vasumathi Velachi
>
>
>

-- 
Dr. Axel Kohlmeyer  akohlmey_at_gmail.com  http://goo.gl/1wk0
College of Science & Technology, Temple University, Philadelphia PA, USA
International Centre for Theoretical Physics, Trieste. Italy.