Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed as not planned
Closed as not planned
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
importmatplotlib.pyplotaspltimportnumpyasnp# I used seaborn for the theme, which makes it fail in a similar way, but it also fails without# import seaborn as sns# sns.set_theme(style="ticks", color_codes=True)# Random weights with exponential distribution, 1M samplesweights=np.random.exponential(scale=1,size=1000000)max_x=max(weights)plt.figure(figsize=(8,5))plt.hist(weights,bins=np.arange(1,max_x+1),log=True)plt.xlabel("Weight")plt.ylabel("Frequency")plt.title("Histogram of edge weights (N. of relations between two nodes)")plt.tight_layout()# plt.savefig("weight_distribution.pgf", backend="pgf") # This also fails but in a different way :Dplt.savefig("weight_distribution.pgf")plt.show()
Actual outcome
This results in the following pgf file:
%% Creator: Matplotlib, PGF backend%%%% To include the figure in your LaTeX document, write%% \input{<filename>.pgf}%%%% Make sure the required packages are loaded in your preamble%% \usepackage{pgf}%%%% Figures using additional raster images can only be included by \input if%% they are in the same directory as the main LaTeX file. For loading figures%% from other directories you can use the `import` package%% \usepackage{import}%%%% and then include the figures with%% \import{<path to file>}{<filename>.pgf}%%%% Matplotlib used the following preamble%% \usepackage{fontspec}%% \setmainfont{DejaVuSerif.ttf}[Path=\detokenize{/home/ldorigo/Dropbox/studies/SDU/BP/Code/medrel_venv/lib/python3.9/site-packages/matplotlib/mpl-data/fonts/ttf/}]%% \setsansfont{DejaVuSans.ttf}[Path=\detokenize{/home/ldorigo/Dropbox/studies/SDU/BP/Code/medrel_venv/lib/python3.9/site-packages/matplotlib/mpl-data/fonts/ttf/}]%% \setmonofont{DejaVuSansMono.ttf}[Path=\detokenize{/home/ldorigo/Dropbox/studies/SDU/BP/Code/medrel_venv/lib/python3.9/site-packages/matplotlib/mpl-data/fonts/ttf/}]%%\begingroup%\makeatletter%\begin{pgfpicture}%\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{8.000000in}{5.000000in}}%\pgfusepath{use as bounding box, clip}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetmiterjoin%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{8.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{8.000000in}{5.000000in}}%\pgfpathlineto{\pgfqpoint{0.000000in}{5.000000in}}%\pgfpathclose%\pgfusepath{}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{0.703406in}{0.580556in}}%\pgfpathlineto{\pgfqpoint{7.850000in}{0.580556in}}%\pgfpathlineto{\pgfqpoint{7.850000in}{4.627778in}}%\pgfpathlineto{\pgfqpoint{0.703406in}{4.627778in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{1.028251in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{1.569660in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{1.569660in}{4.443813in}}%\pgfpathlineto{\pgfqpoint{1.028251in}{4.443813in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{1.569660in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{2.111068in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{2.111068in}{4.116795in}}%\pgfpathlineto{\pgfqpoint{1.569660in}{4.116795in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{2.111068in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{2.652477in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{2.652477in}{3.787100in}}%\pgfpathlineto{\pgfqpoint{2.111068in}{3.787100in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{2.652477in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{3.193886in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{3.193886in}{3.462983in}}%\pgfpathlineto{\pgfqpoint{2.652477in}{3.462983in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{3.193886in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{3.735294in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{3.735294in}{3.132816in}}%\pgfpathlineto{\pgfqpoint{3.193886in}{3.132816in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{3.735294in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{4.276703in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{4.276703in}{2.812402in}}%\pgfpathlineto{\pgfqpoint{3.735294in}{2.812402in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{4.276703in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{4.818112in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{4.818112in}{2.477726in}}%\pgfpathlineto{\pgfqpoint{4.276703in}{2.477726in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{4.818112in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{5.359520in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{5.359520in}{2.173713in}}%\pgfpathlineto{\pgfqpoint{4.818112in}{2.173713in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{5.359520in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{5.900929in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{5.900929in}{1.845374in}}%\pgfpathlineto{\pgfqpoint{5.359520in}{1.845374in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{5.900929in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{6.442338in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{6.442338in}{1.527555in}}%\pgfpathlineto{\pgfqpoint{5.900929in}{1.527555in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{6.442338in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{6.983746in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{6.983746in}{0.990991in}}%\pgfpathlineto{\pgfqpoint{6.442338in}{0.990991in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfpathrectangle{\pgfqpoint{0.703406in}{0.580556in}}{\pgfqpoint{7.146594in}{4.047222in}}%\pgfusepath{clip}%\pgfsetbuttcap%\pgfsetmiterjoin%\definecolor{currentfill}{rgb}{0.121569,0.466667,0.705882}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.000000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetstrokeopacity{0.000000}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{6.983746in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{7.525155in}{-751.915504in}}%\pgfpathlineto{\pgfqpoint{7.525155in}{0.764520in}}%\pgfpathlineto{\pgfqpoint{6.983746in}{0.764520in}}%\pgfpathclose%\pgfusepath{fill}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{1.569660in}{0.580556in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=1.569660in,y=0.483333in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 2}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{2.652477in}{0.580556in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=2.652477in,y=0.483333in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 4}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{3.735294in}{0.580556in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=3.735294in,y=0.483333in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 6}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{4.818112in}{0.580556in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=4.818112in,y=0.483333in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 8}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{5.900929in}{0.580556in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=5.900929in,y=0.483333in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 10}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{6.983746in}{0.580556in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=6.983746in,y=0.483333in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont 12}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=4.276703in,y=0.293365in,,top]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Weight}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.157893in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=0.404987in, y=1.105131in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{1}}\)}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.910214in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=0.404987in, y=1.857452in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{2}}\)}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{2.662535in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=0.404987in, y=2.609774in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{3}}\)}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.414856in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=0.404987in, y=3.362095in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{4}}\)}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{4.167177in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=0.404987in, y=4.114416in, left, base]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{5}}\)}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{0.632043in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{0.764520in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{0.858514in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{0.931422in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{0.990991in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.041357in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.084985in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.123469in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.384364in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.516841in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.610835in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.683743in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.743312in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.793678in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.837307in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{1.875790in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{2.136685in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{2.269162in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{2.363156in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{2.436064in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{2.495634in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{2.545999in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{2.589628in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{2.628111in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{2.889006in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.021483in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.115477in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.188385in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.247955in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.298320in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.341949in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.380432in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.641327in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.773805in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.867799in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{3.940706in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{4.000276in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{4.050641in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{4.094270in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{4.132753in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{4.393648in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{4.526126in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\pgfsetbuttcap%\pgfsetroundjoin%\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%\pgfsetfillcolor{currentfill}%\pgfsetlinewidth{0.602250pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.027778in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%\pgfpathlineto{\pgfqpoint{-0.027778in}{0.000000in}}%\pgfusepath{stroke,fill}%}%\begin{pgfscope}%\pgfsys@transformshift{0.703406in}{4.620120in}%\pgfsys@useobject{currentmarker}{}%\end{pgfscope}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\pgftext[x=0.349432in,y=2.604167in,,bottom,rotate=90.000000]{\color{textcolor}\sffamily\fontsize{10.000000}{12.000000}\selectfont Frequency}%\end{pgfscope}%\begin{pgfscope}%\pgfsetrectcap%\pgfsetmiterjoin%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{0.703406in}{0.580556in}}%\pgfpathlineto{\pgfqpoint{0.703406in}{4.627778in}}%\pgfusepath{stroke}%\end{pgfscope}%\begin{pgfscope}%\pgfsetrectcap%\pgfsetmiterjoin%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{7.850000in}{0.580556in}}%\pgfpathlineto{\pgfqpoint{7.850000in}{4.627778in}}%\pgfusepath{stroke}%\end{pgfscope}%\begin{pgfscope}%\pgfsetrectcap%\pgfsetmiterjoin%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{0.703406in}{0.580556in}}%\pgfpathlineto{\pgfqpoint{7.850000in}{0.580556in}}%\pgfusepath{stroke}%\end{pgfscope}%\begin{pgfscope}%\pgfsetrectcap%\pgfsetmiterjoin%\pgfsetlinewidth{0.803000pt}%\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{currentstroke}%\pgfsetdash{}{0pt}%\pgfpathmoveto{\pgfqpoint{0.703406in}{4.627778in}}%\pgfpathlineto{\pgfqpoint{7.850000in}{4.627778in}}%\pgfusepath{stroke}%\end{pgfscope}%\begin{pgfscope}%\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%\pgfsetstrokecolor{textcolor}%\pgfsetfillcolor{textcolor}%\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)}%\end{pgfscope}%\end{pgfpicture}%\makeatother%\endgroup%
[@tacaswell edited to fold very long output]
Expected outcome
Pgf output that can be rendered by Latex
Additional information
No response
Operating system
Arch
Matplotlib Version
3.4.3
Matplotlib Backend
pgf (I assume? not setting it explicitly but I'm saving as pgf)
Python version
3.9
Jupyter version
No response
Installation
pip