¡@

Home 

python Programming Glossary: tickypos

How can I make the xtick labels of a plot be simple drawings using matplotlib?

http://stackoverflow.com/questions/8733558/how-can-i-make-the-xtick-labels-of-a-plot-be-simple-drawings-using-matplotlib

as patches # define where to put symbols vertically TICKYPOS .6 fig plt.figure ax fig.add_subplot 111 ax.plot range 10 #.. to serve as tick labels ax.add_patch patches.Circle 2 TICKYPOS radius .2 fill True clip_on False ax.add_patch patches.Circle.. .2 fill True clip_on False ax.add_patch patches.Circle 4 TICKYPOS radius .2 fill False clip_on False ax.add_patch patches.Rectangle..