Changeset 1381 for trunk/GSASIIplot.py
- Timestamp:
- Jun 12, 2014 9:51:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r1379 r1381 3207 3207 ################################################################################ 3208 3208 3209 def PlotStructure(G2frame,data ):3209 def PlotStructure(G2frame,data,firstCall=False): 3210 3210 '''Crystal structure plotting package. Can show structures as balls, sticks, lines, 3211 3211 thermal motion ellipsoids and polyhedra … … 4139 4139 Draw('focus') 4140 4140 4141 # PlotStructure execution starts here 4141 4142 try: 4142 4143 plotNum = G2frame.G2plotNB.plotList.index(generalData['Name']) … … 4176 4177 pass 4177 4178 Draw('main') 4178 4179 if firstCall: Draw('main') # draw twice the first time that graphics are displayed 4180 4179 4181 ################################################################################ 4180 4182 #### Plot Rigid Body
Note: See TracChangeset
for help on using the changeset viewer.