Monday 20 October 2014

Matplotlib in wxpython - Data Hidden Behind Axis

I found some data points hiding behind the axis while embedding a matplotlib plot in wxFython frame.


Adding a function which increased the margin of the axes,like
axes.margins(0.05)
fixed the problem by increasing the margin by 5 percent.




No comments:

Post a Comment