Changeset 5101
- Timestamp:
- Nov 25, 2021 8:16:57 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r5100 r5101 2277 2277 Page.excludeMode = False 2278 2278 wx.CallAfter(PlotPatterns,G2frame,newPlot=False, 2279 2279 plotType=plottype,extraKeys=extraKeys) 2280 2280 return 2281 2281 else: … … 2289 2289 Page.excludeMode = False 2290 2290 wx.CallAfter(PlotPatterns,G2frame,newPlot=False, 2291 2291 plotType=plottype,extraKeys=extraKeys) 2292 2292 return 2293 2293 if event.button and G2frame.Contour and G2frame.TforYaxis: … … 4433 4433 # Set up legend 4434 4434 label = gl.label('Legend') 4435 label.text = '\\l(1) %(1)\\l(2) %(2)\\l(3) %(3 \\l(4) %(4) %(CRLF)' + refLegendText4435 label.text = '\\l(1) %(1)\\l(2) %(2)\\l(3) %(3)\\l(4) %(4) %(CRLF)' + refLegendText 4436 4436 4437 4437 def CopyRietveld2Igor(Pattern,Plot,Page,plotOpt,filename,G2frame):
Note: See TracChangeset
for help on using the changeset viewer.