[Matplotlib-users] Strange default choice of ylabel ticks

2012-01-18 Thread Per Nielsen
Hi all I get a rather strange scaling / choice of y-axis ticks for the following script: import pylab as pl some_points = [0.94589396231920286, 0.94593953605915637, 0.94601787712257401, 0.94597530431819743, 0.9459922123931529, 0.94622433138703055] pl.plot(some_points, '.-')

[Matplotlib-users] Insert PDF/EPS in figure

2012-01-15 Thread Per Nielsen
Hi all I am trying to include vector graphics in the form of either PDF or EPS in a matplotlib figure. At first I thought it would be straight forward, but all my googling have been in vain so far. Eventually I found this post: