Changeset 4837 for trunk/fprime.py


Ignore:
Timestamp:
Mar 3, 2021 3:02:07 PM (3 years ago)
Author:
vondreele
Message:

change line styles in fprme f' & f" plot.
add a Raise for the refinement finished dialog box
move the nonstructure plotting stuff that was at the end of G2plot to the end of the nonstructure stuff
this is PlotFPAconvoluters - ChangePlotSettings? now at line 885-1098

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fprime.py

    r4789 r4837  
    365365                fppsP3 = np.array(Fpps[3])
    366366                self.ax.plot(fppsP1,fppsP2,Color,label=Fpps[0]+" f '")
    367                 self.ax.plot(fppsP1,fppsP3,Color,label=Fpps[0]+' f "')
     367                self.ax.plot(fppsP1,fppsP3,Color,linestyle='dashed',label=Fpps[0]+' f "')
    368368        if self.ifWave:
    369369            self.ax.set_xlabel(r'$\mathsf{\lambda, \AA}$',fontsize=14)
     
    423423            ffop = np.array(ffo)
    424424            ffp = np.array(ff)
    425             self.bx.plot(Xp,ffop,Color+'--',label=Els+" f")
     425            self.bx.plot(Xp,ffop,Color,linestyle='dashed',label=Els+" f")
    426426            self.bx.plot(Xp,ffp,Color,label=Els+" f+f'")
    427427        if self.Elems:
Note: See TracChangeset for help on using the changeset viewer.