File: //opt/alt/python27/lib64/python2.7/site-packages/matplotlib/artist.pyc
�
�)�Uc @ s� d d l m Z d d l Z d d l Z d d l Z d d l j Z d d l m Z m Z d d l m
Z
m Z m Z m
Z
d d l m Z d � Z d e f d � � YZ d f d
� � YZ e d � Z e Z d � Z d
� Z e j j d e e � � d S( i����( t divisionN( t docstringt rcParams( t Bboxt IdentityTransformt TransformedBboxt TransformedPath( t Pathc sX d � � d � � � � � f d � } � j | _ � j | _ � j | _ t | _ | S( s-
Decorator for Artist.draw method. Provides routines
that run before and after the draw call. The before and after functions
are useful for changing artist-dependant renderer attributes or making
other setup function calls, such as starting and flushing a mixed-mode
renderer.
c S s<