Hello.
I'm writing for a question about the bar() object. My problem is that I
have to write long labels to the ticks to indicate the bins' meaning but
they are overlapping one onto another. Is there any way i can handle the
size (without having to actually modify the whole system through config
file)? I paste the code I'm using:

ind = arange(len(colors.keys()))
bar(ind, colorpie, width=0.8)
grid(True)
ylabel('good categorizations')
xticks(ind, colors.keys())
savefig(results+'cate_pie.eps')

TIA

claudio martella
-- 
Claudio Martella
[EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]
SKYPE: thefly_pd


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to