PiRSquared17 / cing

Automatically exported from code.google.com/p/cing
0 stars 0 forks source link

Matplotlib is misbehaving #318

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I am transferring the CING production stuff over from OSX to Linux and face an 
issue with the tick locators in matplotlib.

Compare the Ubuntu version:
iLcvca/NRG-CING/ dpkg -l | grep matplot
ii  python-matplotlib                       0.99.3-1ubuntu4                     
    Python based plotting system in a style similar to Matlab
http://cvca.cmbi.ru.nl/NRG-CING/plotTrend/PROJECT.CING.distance_count.png

with the OSX version:
jd:nmr/~/ port installed | grep matplot
Warning: port definitions are more than two weeks old, consider using selfupdate
  py26-matplotlib @1.0.1_3+gtk2+tkinter (active)
http://nmr.cmbi.ru.nl/NRG-CING/plotTrend/PROJECT.CING.distance_count.png

For some reason the Ubuntu with oldmatplotlib is getting too many major ticks. 

Original issue reported on code.google.com by jurge...@gmail.com on 2 Dec 2011 at 12:39

GoogleCodeExporter commented 9 years ago
This is due to older lib. We might just wait for an update on Ubuntu to appear.
Reinstalling it by hand is an effort and a maintainability problem.

Original comment by jurge...@gmail.com on 7 Dec 2011 at 1:14