[Matplotlib-users] PS backend and Draw Event

2009-04-03 Thread Crend King
Hello everyone. I have a problem about the PS backend and the Draw Event. I read the "Automatically make room for tick labels" section in the matplotlib Howto page. It is very useful to my project, an

[Matplotlib-users] fontweight not available for PS backend

2008-09-09 Thread Crend King
Hello. I made a figure from the Postscript backend. Everything works fine except the fontweight property. I tried to set fontweight="bold" in both pylab.suptitle and pylab.text, but both of them remains in normal weight. What makes it worse is, if the title is "ubuntu-desktop", in the .ps fil

[Matplotlib-users] Hatching not working in matplotlib 0.98

2008-09-04 Thread Crend King
I tried hatch option in pylab.bar() in both matplotlib 0.98.2 and 0.98.3. The hatch_demo.py in the example directory only draw four grey bars, no hatch or them. However, when I try the same script on matplotlib 0.91.4 (the maintainance version), it's working. I wonder if it is a bug introd