Changeset 2469


Ignore:
Timestamp:
Sep 15, 2016 2:48:40 PM (7 years ago)
Author:
vondreele
Message:

implement plot of Dzero line on Strain plots from 2D images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2468 r2469  
    27262726        Y,X = np.array(item['ImtaCalc'])
    27272727        Plot.plot(X,Y,colors[N%6],picker=False)
     2728        Plot.plot([0.,360.],[item['Dcalc'],item['Dcalc']],colors[5],dashes=(5,5))
    27282729    if not newPlot:
    27292730        Page.toolbar.push_current()
Note: See TracChangeset for help on using the changeset viewer.