|
Server : Apache System : Linux server112.speedpacket.com 3.10.0-962.3.2.lve1.5.36.el7.x86_64 #1 SMP Mon May 18 02:16:06 EDT 2020 x86_64 User : equistyl ( 1341) PHP Version : 8.1.30 Disable Function : NONE Directory : /lib64/python2.7/site-packages/matplotlib/ |
Upload File : |
�
r`]c @ sk d d l j Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S(
i����Nt Containerc B st e Z d Z d � Z d � Z d d � Z d � Z d � Z d � Z d � Z
d � Z d � Z d
� Z
d � Z RS(
s$
Base class for containers.
c C s d t | � S( Ns <Container object of %d artists>( t len( t self( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyt __repr__ s c O s t j | | d � S( Ni ( t tuplet __new__( t clst klt kwargs( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyR s c C s5 t | _ d | _ i | _ d | _ | j | � d S( Ni ( t Falset eventsont _oidt _propobserverst Nonet _remove_methodt set_label( R R t label( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyt __init__ s
c C s
| | _ d S( N( R ( R t f( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyt set_remove_method s c C s8 x | D] } | j � q W| j r4 | j | � n d S( N( t removeR ( R t c( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyR s
c C s | j S( sC
Get the label used for this artist in the legend.
( t _label( R ( ( s: /usr/lib64/python2.7/site-packages/matplotlib/container.pyt get_label"