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

2013-05-18 Thread gaspra
I find the issue came from the matplotlib backend. The problem is gone when
using TkAgg backend. However, TkAgg doesn't work with matplotlib 1.3.x,
which has some conflict of Tk dynamic library due to different Tk version,
i.e., macports uses Tk8.6 and Mac OSX 10.8.3 uses Tk8.5. 

I really need the tri package in matplotlib 1.3.x. Is there anyway I can
manually replace the tri package in matplotlib 1.2.0 (installed by
macports) with the one in matplotlib 1.3.x (downloaded from the latest
master in github repository? 

Thanks.





--
View this message in context: 
http://matplotlib.1069221.n5.nabble.com/missing-ticks-on-inverted-log-axis-tp41063p41084.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


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

2013-05-18 Thread Michael Droettboom
On 05/18/2013 04:17 AM, gaspra wrote:
 I find the issue came from the matplotlib backend. The problem is gone when
 using TkAgg backend. However, TkAgg doesn't work with matplotlib 1.3.x,
 which has some conflict of Tk dynamic library due to different Tk version,
 i.e., macports uses Tk8.6 and Mac OSX 10.8.3 uses Tk8.5.

If you use the macports version of Python, this shouldn't be a problem.  
I think the problem is (perhaps) that you're trying to use the system 
Python with packages from MacPorts?


 I really need the tri package in matplotlib 1.3.x. Is there anyway I can
 manually replace the tri package in matplotlib 1.2.0 (installed by
 macports) with the one in matplotlib 1.3.x (downloaded from the latest
 master in github repository?

Possible, but probably not straightforward.  I would try to tackle the 
environmental problem above first.

Mike


 Thanks.





 --
 View this message in context: 
 http://matplotlib.1069221.n5.nabble.com/missing-ticks-on-inverted-log-axis-tp41063p41084.html
 Sent from the matplotlib - users mailing list archive at Nabble.com.

 --
 AlienVault Unified Security Management (USM) platform delivers complete
 security visibility with the essential security capabilities. Easily and
 efficiently configure, manage, and operate all of your security controls
 from a single console and one unified framework. Download a free trial.
 http://p.sf.net/sfu/alienvault_d2d
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users