Changeset 984 for trunk/GSASIIplot.py
- Timestamp:
- Jul 8, 2013 7:30:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r978 r984 3308 3308 glColor3fv(color) 3309 3309 glRasterPos3f(0,0,0) 3310 our_font.glPrint(300,300,label)3310 # our_font.glPrint(300,300,label) 3311 3311 # for c in list(label): 3312 3312 # glutBitmapCharacter(GLUT_BITMAP_8_BY_13,ord(c)) … … 3789 3789 glColor3f(1.0,1.0,1.0) 3790 3790 glRasterPos3f(0,0,0) 3791 our_font.glPrint(0,0,label)3791 # our_font.glPrint(0,0,label) 3792 3792 # for c in list(label): 3793 3793 # glutBitmapCharacter(GLUT_BITMAP_8_BY_13,ord(c))
Note: See TracChangeset
for help on using the changeset viewer.