From: <na...@te...> - 2004-11-09 04:48:09
|
Hello, Matplotlib has been helping me a lot with my graphic needs. I am still surprised by the looking of the pictures. Many thanks for the great software. I'm having some issues, though. Sometimes I get error messages, usually an error in KERNEL32.DLL on Windows ME, and on Windows only, I don't get this behaviour in Linux. It's not as bad as it may seem, as every script runs completely, the pictures are saved and, besides the message box informing the error, nothing weird happens. I don't know how to reproduce the errors - when I run from the DOS prompt or from IDLE, I get the messages. When I run from my IDE (I use PSPad) I usually don't get error messages, with the same scripts. Any hint to what I can be doing wrong, or how to find out what is happening? Also, I'm in need of some help. I must draw six subplots, one below the other (subplot(6, ...)), but the way things are coming out, the plots are to thin, and, although the picture looks good, I thought that if I could make each subplot a little bigger, that would help a lot. Is there any way this can be done? In other plots, I need to index the subplots (label them '(a)', '(b)', ... for reference in text). I was using xlabel to do that, but when I have more than two subplots, the xlabel is shadowed by the following subplot. Is there any way to make the space between the plots bigger, so the xlabels can be shown, or is there any other (better) way to do that? Thanks in advance. --- José Alexandre Nalon na...@te... |