Am 31.03.2013 08:50, schrieb Pawel Chojnacki:
> Thank you very much - hovewer, your solution isn't enough. Adding your lines 
> generate:
>

The problem is this:

> RuntimeError: LaTeX was not able to process the following string:
> u''
> Here is the full report generated by LaTeX:
>

Latex doesn't like the empty string. This is caused by the '\n' in your title.
Can you replace your original line:
        py.title(u'Wyniki eksperymentu pomiaru gęstości ciała 
stałego\n',size='large',family='serif')
with the new one, as in the example I sent you:
        py.title(u'Wyniki eksperymentu pomiaru gęstości ciała 
stałego',size='large',family='serif')


------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to