techjollof / scitools

Automatically exported from code.google.com/p/scitools
Other
0 stars 0 forks source link

text disappears with hardcopy #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Plot a figure
2. Add a text: text(x,y,'text')
3. Save figure: hardcopy('file')

What is the expected output? What do you see instead?
The text is not visible on the output file.

What version of the product are you using? On what operating system?
* scitools 0.8
* Linux 2.6.35.11-83.fc14.i686

Please provide any additional information below.
I use the matplotlib backend 

Original issue reported on code.google.com by guillaum...@gmail.com on 25 Mar 2011 at 3:32

GoogleCodeExporter commented 9 years ago
This was in fact a bug. The most recent hg version from google code should have 
the bug fixed. See also the new test file examples/plot2n.py which tries text() 
and savefig/hardcopy().

Original comment by langtangen@gmail.com on 25 Mar 2011 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by johannes...@gmail.com on 26 Mar 2011 at 7:25