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

Skip to content

Commit c6b57e2

Browse files
committed
fixed dash bug due to rounding in GTK backend
svn path=/trunk/matplotlib/; revision=69
1 parent 7a91327 commit c6b57e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/legend_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
set(gca(), 'yticklabels', [])
2121
set(gca(), 'xticklabels', [])
2222

23-
#savefig('mml')
23+
savefig('legend_demo')
2424
show()
2525

2626

0 commit comments

Comments
 (0)