Thank you, it works flawlessly now :)

2013/3/31 Juergen Hasch <pyt...@elbonia.de>

> 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')
>
>
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to