Try adding these lines before your call to plt.show():
locs, labels = plt.xticks()
plt.xticks(locs, np.arange(11, 36))
On Fri, Jun 12, 2015 at 3:10 PM, pb89 wrote:
> hi guys,
>
> i guess thats an easy one for you:
>
> fig=plt.figure()
> rect=fig.patch
> rect.set_facecolor('white')
> ax
On Tue, Oct 28, 2014 at 2:30 AM, Moore, Eric (NIH/NIDDK) [F]
wrote:
> Hi,
>
> Is it ever possible to edit the text produced by matplotlib when saving to
> ps, eps or pdf? No matter the combination of setting I try the text always
> imports as outlines rather than text.
>
> If it makes a diff
On Feb 20, 2012, at 4:10 AM, 李颜涛 wrote:
>
>
>
> I try to set the axis tick width in matplotlibrc file,but I could't find the
> item.
> I want to know whether the tick width can be changed.
I adjust this using
mpl.rcParams['lines.markeredgewidth'] = 1.5 # or whatever value you want
This wi
On Nov 14, 2011, at 10:20 AM, Volker Blum wrote:
> ... just wanted to report this problem.
>
> At the heart of the issue is the decision to have too many dependencies in
> matplotlib (which is why I am posting here). That, although viewed as good
> style, leads to an installation process that