Re: [Matplotlib-users] legend marker update problem

2013-05-21 Thread Gregorio Bastardo
Thanks, I opened an issue for it: https://github.com/matplotlib/matplotlib/issues/2035 2013/5/17 Sterling Smith smit...@fusion.gat.com: Gregorio, I'm glad that helped. I have not reported it on the issue tracker, but your case certainly has more of a bug with it (where it works sometimes,

Re: [Matplotlib-users] missing ticks on inverted log axis

2013-05-21 Thread Michael Droettboom
On 05/20/2013 06:42 PM, gaspra wrote: Michael Droettboom-3 wrote I have created https://github.com/matplotlib/matplotlib/issues/2025 to track this. Hi Michael, thanks. I am somewhat convinced the problem is related to matplotlib 1.3.x, not the Tk library. I tried on Linux that uses Tk8.5 and

Re: [Matplotlib-users] missing ticks on inverted log axis

2013-05-21 Thread Michael Droettboom
I have opened an issue (with a fix) here: https://github.com/matplotlib/matplotlib/pull/2036 Gregorio: Could you please confirm that the patch there addresses your original problem? Mike On 05/21/2013 08:54 AM, Michael Droettboom wrote: On 05/20/2013 06:42 PM, gaspra wrote: Michael

Re: [Matplotlib-users] missing ticks on inverted log axis

2013-05-21 Thread gaspra
Michael Droettboom-3 wrote I have opened an issue (with a fix) here: https://github.com/matplotlib/matplotlib/pull/2036 Awesome, this solved the problem I encountered. Many thanks, Yuan -- View this message in context:

Re: [Matplotlib-users] missing ticks on inverted log axis

2013-05-21 Thread gaspra
Michael Droettboom-3 wrote Michael Droettboom-3 wrote The issue I filed was related to the build problem you reported -- that building matplotlib with a MacPorts python is trying to use the system (framework) Tcl/Tk. That's completely independent of the other problem related to ticks,

Re: [Matplotlib-users] Making space for a long legend outside of a barchart

2013-05-21 Thread ChaoYue
Dear Martin, I worked out a similar example for your reference as I don't catch your example very well. fig = plt.figure() ax1 = fig.add_subplot(211) ax2 = fig.add_subplot(212) arrlist = [np.random.normal(size=100) for i in range(50)] ret = ax1.hist(arrlist,histtype='barstacked') reclist =

Re: [Matplotlib-users] Is it possible to truncate axes in matplotlib?

2013-05-21 Thread ChaoYue
Hi Mat, this has been asked before. see here: http://matplotlib.1069221.n5.nabble.com/quot-zig-zag-quot-to-represent-suppressed-0-on-axis-td40849.html#a40858 cheers, Chao On Mon, May 20, 2013 at 8:29 PM, mat [via matplotlib] ml-node+s1069221n41092...@n5.nabble.com wrote: Dear community, I