Changeset 4502 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jun 20, 2020 4:08:34 PM (3 years ago)
Author:
vondreele
Message:

Eliminate the Hatom radius & moved Bond search factor to be under Bond radius slider.
Put the Plane stuff at the bottom.
Keep map peak positions visible in map when one is selected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4501 r4502  
    92199219            if atomsExpandRadius > 0:
    92209220                distances2Atoms(x,y,z,atomsExpandRadius,atomsdistRadius,Amat,matRot)
    9221         elif len(mapPeaks):
     9221        if len(mapPeaks):
    92229222            XYZ = mapPeaks.T[1:4].T
    92239223            mapBonds = FindPeaksBonds(XYZ)
Note: See TracChangeset for help on using the changeset viewer.