Hi,
On Fri, 2011-08-26 at 06:09 -0700, a.sam wrote:
> I have a problem with changing the ticklabels text. In fact I am aware of the
> method which is explained by the matplotlib help center. But I need more
> flexibility with ticklabels text.
You could set the formatter yourself instead of manipu
On Friday, August 26, 2011, a.sam wrote:
>
> I have a problem with changing the ticklabels text. In fact I am aware of
the
> method which is explained by the matplotlib help center. But I need more
> flexibility with ticklabels text.
> For example, I want to add an "a" before every tick label of t
I have a problem with changing the ticklabels text. In fact I am aware of the
method which is explained by the matplotlib help center. But I need more
flexibility with ticklabels text.
For example, I want to add an "a" before every tick label of the xaxis. So I
wrote the following sample code:
#--