Changeset 5302


Ignore:
Timestamp:
Jun 14, 2022 2:48:55 PM (3 years ago)
Author:
toby
Message:

Thicken dashed blue line for extinct reflections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIplot.py ΒΆ

    r5301 r5302  
    38133813                clr = 'b'
    38143814                if Page.plotStyle['qPlot']:
    3815                     Plot.axvline(2.*np.pi/G2lat.Pos2dsp(Parms,hkl[-2]),color=clr,dashes=(3,3),lw=1.5)
     3815                    Plot.axvline(2.*np.pi/G2lat.Pos2dsp(Parms,hkl[-2]),color=clr,dashes=(3,3),lw=3)
    38163816                elif Page.plotStyle['dPlot']:
    3817                     Plot.axvline(G2lat.Pos2dsp(Parms,hkl[-2]),color=clr,dashes=(3,3),lw=1.5)
     3817                    Plot.axvline(G2lat.Pos2dsp(Parms,hkl[-2]),color=clr,dashes=(3,3),lw=3)
    38183818                else:
    3819                     Plot.axvline(hkl[-2],color=clr,dashes=(3,3),lw=1.5)
     3819                    Plot.axvline(hkl[-2],color=clr,dashes=(3,3),lw=3)
    38203820        elif Page.plotStyle.get('WgtDiagnostic',False):
    38213821            pass # skip reflection markers
Note: See TracChangeset for help on using the changeset viewer.