Changes in python/demos/demo_specdesc.py [6ff6d18:4f2c28c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_specdesc.py
r6ff6d18 r4f2c28c 72 72 ax.yaxis.set_visible(False) 73 73 ax.axis(xmax = all_desc_times[-1], xmin = all_desc_times[0]) 74 ax.annotate(method, xy=(-10, 10), xycoords='axes points',74 ax.annotate(method, xy=(-10, 0), xycoords='axes points', 75 75 horizontalalignment='right', verticalalignment='bottom', 76 76 )
Note: See TracChangeset
for help on using the changeset viewer.