b18d16c13209a860f77a7dbad001cf472257cbb3,lib/matplotlib/figure.py,Figure,get_tightbbox,#Figure#Any#,2192

Before Change



        bb = []
        for ax in self.axes:
            if ax.get_visible():
                bb.append(ax.get_tightbbox(renderer))

        if len(bb) == 0:
            return self.bbox_inches

        _bbox = Bbox.union([b for b in bb if b.width != 0 or b.height != 0])

After Change


                 subplotpars=None,  // default to rc
                 tight_layout=None,  // default to rc figure.autolayout
                 constrained_layout=None,  // default to rc
                                          //figure.constrained_layout.use
                 ):
        
        Parameters
        ----------
        figsize : 2-tuple of floats, default: :rc:`figure.figsize`
            Figure dimension ``(width, height)`` in inches.

        dpi : float, default: :rc:`figure.dpi`
            Dots per inch.

        facecolor : default: :rc:`figure.facecolor`
            The figure patch facecolor.

        edgecolor : default: :rc:`figure.edgecolor`
            The figure patch edge color.

        linewidth : float
            The linewidth of the frame (i.e. the edge linewidth of the figure
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 6

Instances


Project Name: matplotlib/matplotlib
Commit Name: b18d16c13209a860f77a7dbad001cf472257cbb3
Time: 2018-07-09
Author: jklymak@gmail.com
File Name: lib/matplotlib/figure.py
Class Name: Figure
Method Name: get_tightbbox


Project Name: pyinstaller/pyinstaller
Commit Name: f1a093ebed17dab737153888733c06ed807b6746
Time: 2015-05-11
Author: h.goebel@crazy-compilers.com
File Name: PyInstaller/depend/analysis.py
Class Name: TOC
Method Name: intersect


Project Name: RaRe-Technologies/gensim
Commit Name: 29968840f350746647f0b0e7c880d9d3866c5522
Time: 2017-05-15
Author: chamberlain.daniel.b@gmail.com
File Name: gensim/topic_coherence/probability_estimation.py
Class Name:
Method Name: p_boolean_document