Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6f971 commit 103a4aeCopy full SHA for 103a4ae
1 file changed
lib/matplotlib/backends/backend_svg.py
@@ -26,7 +26,7 @@ def new_figure_manager(num, *args, **kwargs):
26
27
_capstyle_d = {'projecting' : 'square', 'butt' : 'butt', 'round': 'round',}
28
class RendererSVG(RendererBase):
29
- FONT_SCALE = 1200.0
+ FONT_SCALE = 100.0
30
31
def __init__(self, width, height, svgwriter, basename=None):
32
self.width=width
0 commit comments