Re: [Matplotlib-users] Fuzzy plots of ode solutions

2008-12-15 Thread Jesse Berwald
I compiled the code with following: gcc -o testode.o testode.c -lm -lgsl -lgslcblas I'm using gsl 1.10. Hope that helps. I'll try out the kwarg suggestions asap. Thanks for the help, -Jesse On Mon, Dec 15, 2008 at 9:38 AM, Michael Droettboom md...@stsci.edu wrote: I'm having trouble getting

Re: [Matplotlib-users] Fuzzy plots of ode solutions

2008-12-15 Thread Jesse Berwald
and 0.98.x. Additionally, path simplification (which is a new feature on 0.98.x) also resolves this problem (set rcParam path.simplify to True). The wider question is: a) should bevel be the default going forward? b) maybe this deserves a FAQ entry Mike Jesse Berwald wrote: I