?PNG
IHDR ? f ??C1 sRGB ?? gAMA ?a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
DJc
@ s d d k l Z d d k Z e i Z d d k i Z d d k l Z d d k i Z
d d k i Z
d d k i Z d d k i Z d d k i Z d d k Z d e i f d YZ d S( i( t divisionN( t allow_rasterizationt Spinec B s e Z d Z d Z d Z e i e i e i e _ d Z d Z
d Z d Z d Z
d Z d Z d
Z d Z d Z d
Z d Z e d Z e d Z d Z RS( s an axis spine -- the line noting the data area boundaries
Spines are the lines connecting the axis tick marks and noting the
boundaries of the data area. They can be placed at arbitrary
positions. See function:`~matplotlib.spines.Spine.set_position`
for more information.
The default position is ``('outward',0)``.
Spines are subclasses of class:`~matplotlib.patches.Patch`, and
inherit much of their behavior.
Spines draw a line or a circle, depending if
function:`~matplotlib.spines.Spine.set_patch_line` or
function:`~matplotlib.spines.Spine.set_patch_circle` has been
called. Line-like is the default.
c C s d S( NR ( ( t self( ( s7 /usr/lib64/python2.6/site-packages/matplotlib/spines.pyt __str__" s c K s t t | i | | | _ | i | i i | | _ | i d | i t d | i
t d d | _ | i
d | i | i i d | _ t | t i i p t | | _ d | _ t i | _ d S( s
- *axes* : the Axes instance containing the spine
- *spine_type* : a string specifying the spine type
- *path* : the path instance used to draw the spine
Valid kwargs are:
%(Patch)s
t nones axes.edgecolors axes.linewidthg @t lineN( t superR t __init__t axest
set_figuret figuret
spine_typet
set_facecolort
set_edgecolort rcParamst
set_linewidtht Nonet axist
set_zordert
set_transformt transAxest _positiont
isinstancet
matplotlibt patht Patht AssertionErrort _patht _patch_typet mtransformst IdentityTransformt _patch_transform( R R R R t kwargs( ( s7 /usr/lib64/python2.6/site-packages/matplotlib/spines.pyR % s
c C s9 d | _ | | _ | d | _ | d | _ d | _ d S( s set the spine to be circulart circlei i N( R t _centert _widtht _heightt _angle( R t centert radius( ( s7 /usr/lib64/python2.6/site-packages/matplotlib/spines.pyt set_patch_circleM s
c C s
d | _ d S( s set the spine to be linearR N( R ( R ( ( s7 /usr/lib64/python2.6/site-packages/matplotlib/spines.pyt set_patch_lineU s c C s | i d j p t | i | i d | i | i d f } | i | i } | i | i } t i i | d | d i
| i i | | _
d S( s NOTE: This cannot be called until after this has been added
to an Axes, otherwise unit conversion will fail. This
maxes it very important to call the accessor method and
not directly access the transformation member variable.
R" i i g ?N( R R t convert_xunitsR# t convert_yunitsR$ R% R t Affine2Dt scalet
rotate_degR&