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

Skip to content

Commit 103a4ae

Browse files
committed
Reduce SVG file sizes.
svn path=/trunk/matplotlib/; revision=4442
1 parent cd6f971 commit 103a4ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/backend_svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def new_figure_manager(num, *args, **kwargs):
2626

2727
_capstyle_d = {'projecting' : 'square', 'butt' : 'butt', 'round': 'round',}
2828
class RendererSVG(RendererBase):
29-
FONT_SCALE = 1200.0
29+
FONT_SCALE = 100.0
3030

3131
def __init__(self, width, height, svgwriter, basename=None):
3232
self.width=width

0 commit comments

Comments
 (0)