Re: [Matplotlib-users] custom x axis integers boxplot

2015-06-12 Thread Jeff Blackburne
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

Re: [Matplotlib-users] Editable text from matplotlib?

2014-10-27 Thread Jeff Blackburne
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

Re: [Matplotlib-users] set the axis tick width in matplotlibrc file

2012-02-20 Thread Jeff Blackburne
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

Re: [Matplotlib-users] unable to install matplotlib on MacOSX 10.6 using Fink

2011-11-14 Thread Jeff Blackburne
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