Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38461c2

Browse files
committed
fixed a datalim bug
svn path=/trunk/matplotlib/; revision=481
1 parent f0d032d commit 38461c2

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483

484484
-- port new toolbar to embedding examples
485485

486-
-- \sum height problem - see mathtext_tut
486+
-- DONE \sum height problem - see mathtext_tut
487487

488488
-- DONE check for zero zoom to rect
489489

@@ -525,7 +525,7 @@ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; c
525525

526526
-- offset ps and svg text by max descender
527527

528-
-- mathtext PROD offset spi dependent!
528+
-- DONE mathtext PROD offset spi dependent!
529529

530530
-- DONE layer image whacked
531531

examples/mathtext_demo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#tex = r'$\alpha\beta\gamma$'
2424
text(1, 1.6, tex, fontsize=20)
2525
title(r'$\Delta_i^j \hspace{0.4} \rm{versus} \hspace{0.4} \Delta_{i+1}^j$', fontsize=20)
26-
savefig('mathtext_demo1', dpi=300)
27-
savefig('mathtext_demo2', dpi=50)
26+
#savefig('mathtext_demo')
2827

2928
show()

0 commit comments

Comments
 (0)