Changeset 984 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jul 8, 2013 7:30:27 AM (10 years ago)
Author:
vondreele
Message:

update Win2.7 g77 binaries
cov matrix now not modified by lam
no label plotting at all - fails
set MC/SA page after mc/sa run
fix 64 bit bug in switching to map peaks page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r978 r984  
    33083308        glColor3fv(color)
    33093309        glRasterPos3f(0,0,0)
    3310         our_font.glPrint(300,300,label)
     3310#        our_font.glPrint(300,300,label)
    33113311#        for c in list(label):
    33123312#            glutBitmapCharacter(GLUT_BITMAP_8_BY_13,ord(c))
     
    37893789        glColor3f(1.0,1.0,1.0)
    37903790        glRasterPos3f(0,0,0)
    3791         our_font.glPrint(0,0,label)
     3791#        our_font.glPrint(0,0,label)
    37923792#        for c in list(label):
    37933793#            glutBitmapCharacter(GLUT_BITMAP_8_BY_13,ord(c))
Note: See TracChangeset for help on using the changeset viewer.