OwlCyberSecurity - MANAGER
Edit File: gridspec.cpython-38.pyc
U ��]�Q � @ s� d Z ddlZddlZddlZddlZddlmZmZm Z m Z ddlmZ ddl mZ e�e�ZG dd� de�ZG dd� de�ZG d d � d e�ZG dd� d�ZdS ) a` :mod:`~matplotlib.gridspec` contains classes that help to layout multiple `~axes.Axes` in a grid-like pattern within a figure. The `GridSpec` specifies the overall grid structure. Individual cells within the grid are referenced by `SubplotSpec`\s. See the tutorial :ref:`sphx_glr_tutorials_intermediate_gridspec.py` for a comprehensive usage guide. � N)�_pylab_helpers�cbook�tight_layout�rcParams)�Bboxc @ sp e Zd ZdZddd�Zdd� Zdd� Zdd d �Zddd �Zdd� Z dd� Z dd� Zdd� Zddd�Z dd� ZdS )�GridSpecBasezm A base class of GridSpec that specifies the geometry of the grid that a subplot will be placed. Nc C s&