Title: [Bug]: Saving as PGF results in invalid code (fails when including it in Latex document) · Issue #21708 · matplotlib/matplotlib · GitHub
Open Graph Title: [Bug]: Saving as PGF results in invalid code (fails when including it in Latex document) · Issue #21708 · matplotlib/matplotlib
X Title: [Bug]: Saving as PGF results in invalid code (fails when including it in Latex document) · Issue #21708 · matplotlib/matplotlib
Description: Bug summary Hello, When I run the code below to make a histogram with logarithmic axis, the resulting pgf file is invalid - it appears to contain paths that are way out of bounds? Code for reproduction import matplotlib.pyplot as plt imp...
Open Graph Description: Bug summary Hello, When I run the code below to make a histogram with logarithmic axis, the resulting pgf file is invalid - it appears to contain paths that are way out of bounds? Code for reproduc...
X Description: Bug summary Hello, When I run the code below to make a histogram with logarithmic axis, the resulting pgf file is invalid - it appears to contain paths that are way out of bounds? Code for reproduc...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/21708
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: Saving as PGF results in invalid code (fails when including it in Latex document)","articleBody":"### Bug summary\r\n\r\nHello, When I run the code below to make a histogram with logarithmic axis, the resulting pgf file is invalid - it appears to contain paths that are way out of bounds?\r\n\r\n### Code for reproduction\r\n\r\n```python\r\nimport matplotlib.pyplot as plt\r\nimport numpy as np\r\n\r\n# I used seaborn for the theme, which makes it fail in a similar way, but it also fails without\r\n# import seaborn as sns\r\n# sns.set_theme(style=\"ticks\", color_codes=True)\r\n\r\n\r\n# Random weights with exponential distribution, 1M samples\r\nweights = np.random.exponential(scale=1, size=1000000)\r\n\r\nmax_x = max(weights)\r\nplt.figure(figsize=(8, 5))\r\nplt.hist(weights, bins=np.arange(1, max_x + 1), log=True)\r\n\r\nplt.xlabel(\"Weight\")\r\nplt.ylabel(\"Frequency\")\r\nplt.title(\"Histogram of edge weights (N. of relations between two nodes)\")\r\nplt.tight_layout()\r\n \r\n# plt.savefig(\"weight_distribution.pgf\", backend=\"pgf\") # This also fails but in a different way :D\r\nplt.savefig(\"weight_distribution.pgf\")\r\nplt.show()\r\n```\r\n\r\n\r\n### Actual outcome\r\n\r\nThis results in the following pgf file:\r\n\r\n\u003cdetails\u003e\r\n\r\n``` \r\n%% Creator: Matplotlib, PGF backend\r\n%%\r\n%% To include the figure in your LaTeX document, write\r\n%% \\input{\u003cfilename\u003e.pgf}\r\n%%\r\n%% Make sure the required packages are loaded in your preamble\r\n%% \\usepackage{pgf}\r\n%%\r\n%% Figures using additional raster images can only be included by \\input if\r\n%% they are in the same directory as the main LaTeX file. For loading figures\r\n%% from other directories you can use the `import` package\r\n%% \\usepackage{import}\r\n%%\r\n%% and then include the figures with\r\n%% \\import{\u003cpath to file\u003e}{\u003cfilename\u003e.pgf}\r\n%%\r\n%% Matplotlib used the following preamble\r\n%% \\usepackage{fontspec}\r\n%% \\setmainfont{DejaVuSerif.ttf}[Path=\\detokenize{/home/ldorigo/Dropbox/studies/SDU/BP/Code/medrel_venv/lib/python3.9/site-packages/matplotlib/mpl-data/fonts/ttf/}]\r\n%% \\setsansfont{DejaVuSans.ttf}[Path=\\detokenize{/home/ldorigo/Dropbox/studies/SDU/BP/Code/medrel_venv/lib/python3.9/site-packages/matplotlib/mpl-data/fonts/ttf/}]\r\n%% \\setmonofont{DejaVuSansMono.ttf}[Path=\\detokenize{/home/ldorigo/Dropbox/studies/SDU/BP/Code/medrel_venv/lib/python3.9/site-packages/matplotlib/mpl-data/fonts/ttf/}]\r\n%%\r\n\\begingroup%\r\n\\makeatletter%\r\n\\begin{pgfpicture}%\r\n\\pgfpathrectangle{\\pgfpointorigin}{\\pgfqpoint{8.000000in}{5.000000in}}%\r\n\\pgfusepath{use as bounding box, clip}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{8.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{8.000000in}{5.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{0.000000in}{5.000000in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{0.703406in}{0.580556in}}%\r\n\\pgfpathlineto{\\pgfqpoint{7.850000in}{0.580556in}}%\r\n\\pgfpathlineto{\\pgfqpoint{7.850000in}{4.627778in}}%\r\n\\pgfpathlineto{\\pgfqpoint{0.703406in}{4.627778in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{1.028251in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{1.569660in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{1.569660in}{4.443813in}}%\r\n\\pgfpathlineto{\\pgfqpoint{1.028251in}{4.443813in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{1.569660in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{2.111068in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{2.111068in}{4.116795in}}%\r\n\\pgfpathlineto{\\pgfqpoint{1.569660in}{4.116795in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{2.111068in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{2.652477in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{2.652477in}{3.787100in}}%\r\n\\pgfpathlineto{\\pgfqpoint{2.111068in}{3.787100in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{2.652477in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{3.193886in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{3.193886in}{3.462983in}}%\r\n\\pgfpathlineto{\\pgfqpoint{2.652477in}{3.462983in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{3.193886in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{3.735294in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{3.735294in}{3.132816in}}%\r\n\\pgfpathlineto{\\pgfqpoint{3.193886in}{3.132816in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{3.735294in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{4.276703in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{4.276703in}{2.812402in}}%\r\n\\pgfpathlineto{\\pgfqpoint{3.735294in}{2.812402in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{4.276703in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{4.818112in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{4.818112in}{2.477726in}}%\r\n\\pgfpathlineto{\\pgfqpoint{4.276703in}{2.477726in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{4.818112in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{5.359520in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{5.359520in}{2.173713in}}%\r\n\\pgfpathlineto{\\pgfqpoint{4.818112in}{2.173713in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{5.359520in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{5.900929in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{5.900929in}{1.845374in}}%\r\n\\pgfpathlineto{\\pgfqpoint{5.359520in}{1.845374in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{5.900929in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{6.442338in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{6.442338in}{1.527555in}}%\r\n\\pgfpathlineto{\\pgfqpoint{5.900929in}{1.527555in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{6.442338in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{6.983746in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{6.983746in}{0.990991in}}%\r\n\\pgfpathlineto{\\pgfqpoint{6.442338in}{0.990991in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfpathrectangle{\\pgfqpoint{0.703406in}{0.580556in}}{\\pgfqpoint{7.146594in}{4.047222in}}%\r\n\\pgfusepath{clip}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetmiterjoin%\r\n\\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.000000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetstrokeopacity{0.000000}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{6.983746in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{7.525155in}{-751.915504in}}%\r\n\\pgfpathlineto{\\pgfqpoint{7.525155in}{0.764520in}}%\r\n\\pgfpathlineto{\\pgfqpoint{6.983746in}{0.764520in}}%\r\n\\pgfpathclose%\r\n\\pgfusepath{fill}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{0.000000in}{-0.048611in}}{\\pgfqpoint{0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{0.000000in}{-0.048611in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{1.569660in}{0.580556in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=1.569660in,y=0.483333in,,top]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont 2}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{0.000000in}{-0.048611in}}{\\pgfqpoint{0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{0.000000in}{-0.048611in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{2.652477in}{0.580556in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=2.652477in,y=0.483333in,,top]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont 4}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{0.000000in}{-0.048611in}}{\\pgfqpoint{0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{0.000000in}{-0.048611in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{3.735294in}{0.580556in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=3.735294in,y=0.483333in,,top]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont 6}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{0.000000in}{-0.048611in}}{\\pgfqpoint{0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{0.000000in}{-0.048611in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{4.818112in}{0.580556in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=4.818112in,y=0.483333in,,top]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont 8}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{0.000000in}{-0.048611in}}{\\pgfqpoint{0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{0.000000in}{-0.048611in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{5.900929in}{0.580556in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=5.900929in,y=0.483333in,,top]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont 10}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{0.000000in}{-0.048611in}}{\\pgfqpoint{0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{0.000000in}{-0.048611in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{6.983746in}{0.580556in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=6.983746in,y=0.483333in,,top]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont 12}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=4.276703in,y=0.293365in,,top]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont Weight}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.048611in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.048611in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.157893in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=0.404987in, y=1.105131in, left, base]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont \\(\\displaystyle {10^{1}}\\)}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.048611in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.048611in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.910214in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=0.404987in, y=1.857452in, left, base]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont \\(\\displaystyle {10^{2}}\\)}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.048611in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.048611in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{2.662535in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=0.404987in, y=2.609774in, left, base]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont \\(\\displaystyle {10^{3}}\\)}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.048611in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.048611in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.414856in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=0.404987in, y=3.362095in, left, base]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont \\(\\displaystyle {10^{4}}\\)}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.048611in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.048611in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{4.167177in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=0.404987in, y=4.114416in, left, base]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont \\(\\displaystyle {10^{5}}\\)}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{0.632043in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{0.764520in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{0.858514in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{0.931422in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{0.990991in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.041357in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.084985in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.123469in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.384364in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.516841in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.610835in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.683743in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.743312in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.793678in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.837307in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{1.875790in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{2.136685in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{2.269162in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{2.363156in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{2.436064in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{2.495634in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{2.545999in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{2.589628in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{2.628111in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{2.889006in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.021483in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.115477in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.188385in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.247955in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.298320in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.341949in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.380432in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.641327in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.773805in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.867799in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{3.940706in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{4.000276in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{4.050641in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{4.094270in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{4.132753in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{4.393648in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{4.526126in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetbuttcap%\r\n\\pgfsetroundjoin%\r\n\\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetfillcolor{currentfill}%\r\n\\pgfsetlinewidth{0.602250pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfsys@defobject{currentmarker}{\\pgfqpoint{-0.027778in}{0.000000in}}{\\pgfqpoint{-0.000000in}{0.000000in}}{%\r\n\\pgfpathmoveto{\\pgfqpoint{-0.000000in}{0.000000in}}%\r\n\\pgfpathlineto{\\pgfqpoint{-0.027778in}{0.000000in}}%\r\n\\pgfusepath{stroke,fill}%\r\n}%\r\n\\begin{pgfscope}%\r\n\\pgfsys@transformshift{0.703406in}{4.620120in}%\r\n\\pgfsys@useobject{currentmarker}{}%\r\n\\end{pgfscope}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=0.349432in,y=2.604167in,,bottom,rotate=90.000000]{\\color{textcolor}\\sffamily\\fontsize{10.000000}{12.000000}\\selectfont Frequency}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetrectcap%\r\n\\pgfsetmiterjoin%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{0.703406in}{0.580556in}}%\r\n\\pgfpathlineto{\\pgfqpoint{0.703406in}{4.627778in}}%\r\n\\pgfusepath{stroke}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetrectcap%\r\n\\pgfsetmiterjoin%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{7.850000in}{0.580556in}}%\r\n\\pgfpathlineto{\\pgfqpoint{7.850000in}{4.627778in}}%\r\n\\pgfusepath{stroke}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetrectcap%\r\n\\pgfsetmiterjoin%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{0.703406in}{0.580556in}}%\r\n\\pgfpathlineto{\\pgfqpoint{7.850000in}{0.580556in}}%\r\n\\pgfusepath{stroke}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\pgfsetrectcap%\r\n\\pgfsetmiterjoin%\r\n\\pgfsetlinewidth{0.803000pt}%\r\n\\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{currentstroke}%\r\n\\pgfsetdash{}{0pt}%\r\n\\pgfpathmoveto{\\pgfqpoint{0.703406in}{4.627778in}}%\r\n\\pgfpathlineto{\\pgfqpoint{7.850000in}{4.627778in}}%\r\n\\pgfusepath{stroke}%\r\n\\end{pgfscope}%\r\n\\begin{pgfscope}%\r\n\\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\r\n\\pgfsetstrokecolor{textcolor}%\r\n\\pgfsetfillcolor{textcolor}%\r\n\\pgftext[x=4.276703in,y=4.711111in,,base]{\\color{textcolor}\\sffamily\\fontsize{12.000000}{14.400000}\\selectfont Histogram of edge weights (N. of relations between two nodes)}%\r\n\\end{pgfscope}%\r\n\\end{pgfpicture}%\r\n\\makeatother%\r\n\\endgroup%\r\n```\r\n\u003c/details\u003e\r\n\r\n[@tacaswell edited to fold very long output]\r\n\r\n### Expected outcome\r\n\r\nPgf output that can be rendered by Latex\r\n\r\n### Additional information\r\n\r\n_No response_\r\n\r\n### Operating system\r\n\r\nArch\r\n\r\n### Matplotlib Version\r\n\r\n3.4.3\r\n\r\n### Matplotlib Backend\r\n\r\npgf (I assume? not setting it explicitly but I'm saving as pgf)\r\n\r\n### Python version\r\n\r\n3.9\r\n\r\n### Jupyter version\r\n\r\n_No response_\r\n\r\n### Installation\r\n\r\npip","author":{"url":"https://github.com/ldorigo","@type":"Person","name":"ldorigo"},"datePublished":"2021-11-22T08:13:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":11},"url":"https://github.com/21708/matplotlib/issues/21708"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:0d0f9aec-42eb-3c20-cfa6-a499215a9e24 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 99E6:23950F:68673E:91E2AE:6A5384B4 |
| html-safe-nonce | cb760dfb316938f4a1c4ddd6e5ad6789aacd5f60b623a4b926ce4c5cf17c7ad0 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OUU2OjIzOTUwRjo2ODY3M0U6OTFFMkFFOjZBNTM4NEI0IiwidmlzaXRvcl9pZCI6IjI1Mzk3NzE0MTg3MTYwOTAxMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 3ab7da5a81c78e061e42e48f33ed8b27d51d6f814248042260a5eb1cb1b3e3fb |
| hovercard-subject-tag | issue:1059830684 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/21708/issue_layout |
| twitter:image | https://opengraph.githubassets.com/644e89adcb41d227325023dd8061fbf372897e32ef0c51c0f5d21127d9dcfdc4/matplotlib/matplotlib/issues/21708 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/644e89adcb41d227325023dd8061fbf372897e32ef0c51c0f5d21127d9dcfdc4/matplotlib/matplotlib/issues/21708 |
| og:image:alt | Bug summary Hello, When I run the code below to make a histogram with logarithmic axis, the resulting pgf file is invalid - it appears to contain paths that are way out of bounds? Code for reproduc... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | ldorigo |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width