VERSION: bump to 0.4.0
[aubio.git] / python / demos / demo_specdesc.py
index ccf27a1..b152029 100755 (executable)
@@ -71,7 +71,7 @@ if 1:
         ax.xaxis.set_visible(False)
         ax.yaxis.set_visible(False)
         ax.axis(xmax = all_desc_times[-1], xmin = all_desc_times[0])
-        ax.annotate(method, xy=(-10, 10),  xycoords='axes points',
+        ax.annotate(method, xy=(-10, 0),  xycoords='axes points',
                 horizontalalignment='right', verticalalignment='bottom',
                 )
     set_xlabels_sample2time(ax, all_desc_times[-1], samplerate)