Re: [Matplotlib-users] x-axis Tick Label Alignment w/Cairo

2012-08-20 Thread Freddie Witherden
On 19/08/12 23:48, Freddie Witherden wrote: Hello, Using the Cairo backend with the following snippet: from matplotlib.figure import Figure from matplotlib.artist import setp from matplotlib.backends.backend_agg import FigureCanvasAgg from matplotlib.backends.backend_cairo import

[Matplotlib-users] Legend frameon and tight bounding boxes

2012-08-19 Thread Freddie Witherden
Hello, With matplotlib 1.1.1 on Gentoo I have been observing some strange behaviour relating to ax.legend(frameon=False) and print_figure(bbox_inches='tight'): from matplotlib.figure import Figure from matplotlib.artist import setp from matplotlib.backends.backend_cairo import FigureCanvasCairo

[Matplotlib-users] x-axis Tick Label Alignment w/Cairo

2012-08-19 Thread Freddie Witherden
Hello, Using the Cairo backend with the following snippet: from matplotlib.figure import Figure from matplotlib.artist import setp from matplotlib.backends.backend_agg import FigureCanvasAgg from matplotlib.backends.backend_cairo import FigureCanvasCairo import numpy as np fig = Figure() ax1 =

Re: [Matplotlib-users] GSoC: TeX rendering engine

2009-05-02 Thread Freddie Witherden
Hi all, For those that are interested I have finally (now that my first batch of exams are finished) set-up a blog so that you can track the progress of the project. My blog can be found here: http://gsoc-mathtex.blogspot.com/ (no marks for originality ;). I intend to update it on a

Re: [Matplotlib-users] GSoC: TeX rendering engine

2009-04-27 Thread Freddie Witherden
Hi all, On 27 Apr 2009, at 15:33, Michael Droettboom wrote: Freddie Witherden wrote: However, my primary focus will be on Cairo and Qt backends. These are widely used, allow for high quality output in various formats (PDF, PNG and SVG being the big three) and are well tested. It would also

Re: [Matplotlib-users] GSoC: TeX rendering engine

2009-04-24 Thread Freddie Witherden
Hi all, Sorry it has taken me so long to get back to you all however I am in the middle of exam season and so time is scarce. For the most part the (current) code is agnostic with regards to the rendering backend. The only real functionality required is the ability to draw lines and plot