A nice wiki can be found here . The followings are my take home notes from various blogs and wikies. High resolution image Here are some steps which I usually follow to make high quality image from VMD. Set the visualization screen (vmdscene) according to requirement Render the vmdscene using tachyon mode. File -> Render -> Tachyon Change the default Render command to have something like "/tachyon_path/tachyon_exe" -aasamples 12 %s -format TGA -res 1024 1024 -o %s.tga (The resolution can be tuned by changing the value for -res option (which is 1024 1024 in this case). Enable Ambient occlusion lighting in the Display -> Display Settings window by selecting "on" in "Amb. Occl" and "Shadows" choosers. If AO effect is being used, the choice of material also affect the final visual effects. Use "Diffuse", "AOshiny", "AOChalky", or "AOEdgy" materials. If th
Let say the data file contains 5 columns and we would like to plot the following 1. Column 1 vs column 3, the correct syntax is xmgrace -block file -bxy 1:3 2. Column 1 vs. all other columns xmgrace -nxy file
Grace is an opensource data-analysis/plotting software. Grace runs on practically any version of Unix-like OS. As well, it has been successfully ported to Win9*/NT/2000/XP (some minor functionality may be missing, though). The inset plot can be generated by following way: Give command in terminal: xmgrace dataset1.dat , (or import data by Data -> Import -> ASCII in other platforms) will create the plot of dataset1.dat in the main window (call it Graph1). Now for creating inset of another dataset let say dataset2.dat in the same graph please follow the following steps. Data -> Import -> ASCII to open the " Grace:Read Sets " dialogue box. Graph 1 created in step 1 , is labelled G0 . In the " Read to Graph " section the " (+) G0 " graph is selected by default. Right-click on the " (+) G0 " to open the pop-up menu (see the image). Select " Create new ". It will create ' (+) G1 ' empty graph.
Comments
Post a Comment