Re: [Matplotlib-users] sans-serif tick labels

2006-11-24 Thread Christian Kristukat
Darren Dale <[EMAIL PROTECTED]> writes: > On Thursday 23 November 2006 1:21 am, Christian Kristukat wrote: > > I found one more solution which makes use of the sansmath.py style, > > available at > > http://www.tug.org/tex-archive/macros/latex/contrib/misc/sansmath.

Re: [Matplotlib-users] sans-serif tick labels

2006-11-22 Thread Christian Kristukat
I found one more solution which makes use of the sansmath.py style, available at http://www.tug.org/tex-archive/macros/latex/contrib/misc/sansmath.sty. To use it with matplotlib I updated the 'sans-serif' member of the font_info dict: 'sans-serif': ('cmss', '\usepackage{sansmath}'), and t

Re: [Matplotlib-users] sans-serif tick labels

2006-11-22 Thread Christian Kristukat
Christian Kristukat <[EMAIL PROTECTED]> writes: > > Darren Dale ...> writes: > > We tried supporting sans-serif ticklabels with usetex a while back, and it > > turned out to be a headache. I'll have a look at cmbright, but no promises. > > Thanks. Btw

Re: [Matplotlib-users] sans-serif tick labels

2006-11-22 Thread Christian Kristukat
Darren Dale <[EMAIL PROTECTED]> writes: > We tried supporting sans-serif ticklabels with usetex a while back, and it > turned out to be a headache. I'll have a look at cmbright, but no promises. Thanks. Btw., I didn't know about cmbright before looking at this problem. It seems to be part of most

[Matplotlib-users] sans-serif tick labels

2006-11-22 Thread Christian Kristukat
I am unable to get sans-serif tick labels with matplotlib 0.87.5 in tex text mode. I tried with some hints from the list archive but had no success. So I had a look at the tex-files which are created to render the tick labels, which look like this: \documentclass{article} \usepackage{type1cm} \re

[Matplotlib-users] skencil backend

2006-06-30 Thread Christian Kristukat
Hi, I'd love to have a backend which outputs skencil .sk files with text rendered through the skLaTeX plugin. For those who don't know it, skencil is a vector drawing program written in python. Its skLaTeX plugin allows to include LaTeX text in the drawing. Right now I'm creating eps files with mat