content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
"""\nNothing here but dictionaries for generating LinearSegmentedColormaps,\nand a dictionary of these dictionaries.\n\nDocumentation for each is in pyplot.colormaps(). Please update this\nwith the purpose and type of your colormap if you add data for one here.\n"""\n\nfrom functools import partial\n\nimport numpy as ... | .venv\Lib\site-packages\matplotlib\_cm.py | _cm.py | Python | 68,014 | 0.75 | 0.043836 | 0.032353 | vue-tools | 863 | 2024-01-20T17:15:31.318527 | Apache-2.0 | false | 8d0b3aa96f6dfa6cdb95f52fb231a1f8 |
# auto-generated by https://github.com/trygvrad/multivariate_colormaps\n# date: 2024-05-24\n\nimport numpy as np\nfrom matplotlib.colors import SegmentedBivarColormap\n\nBiPeak = np.array(\n [0.000, 0.674, 0.931, 0.000, 0.680, 0.922, 0.000, 0.685, 0.914, 0.000,\n 0.691, 0.906, 0.000, 0.696, 0.898, 0.000, 0.701, ... | .venv\Lib\site-packages\matplotlib\_cm_bivar.py | _cm_bivar.py | Python | 97,461 | 0.75 | 0 | 0.001529 | react-lib | 885 | 2025-05-17T21:17:40.120771 | Apache-2.0 | false | 6f98eb963a21bdaa54832d5bc9e8c714 |
# auto-generated by https://github.com/trygvrad/multivariate_colormaps\n# date: 2024-05-28\n\nfrom .colors import LinearSegmentedColormap, MultivarColormap\nimport matplotlib as mpl\n_LUTSIZE = mpl.rcParams['image.lut']\n\n_2VarAddA0_data = [[0.000, 0.000, 0.000],\n [0.020, 0.026, 0.031],\n ... | .venv\Lib\site-packages\matplotlib\_cm_multivar.py | _cm_multivar.py | Python | 6,630 | 0.95 | 0.024096 | 0.012821 | node-utils | 194 | 2024-07-06T22:08:43.446771 | MIT | false | 3412fefac07bd863f427896b538cea27 |
BASE_COLORS = {\n 'b': (0, 0, 1), # blue\n 'g': (0, 0.5, 0), # green\n 'r': (1, 0, 0), # red\n 'c': (0, 0.75, 0.75), # cyan\n 'm': (0.75, 0, 0.75), # magenta\n 'y': (0.75, 0.75, 0), # yellow\n 'k': (0, 0, 0), # black\n 'w': (1, 1, 1), # white\n}\n\n\n# These c... | .venv\Lib\site-packages\matplotlib\_color_data.py | _color_data.py | Python | 34,780 | 0.8 | 0.001753 | 0.010582 | awesome-app | 756 | 2024-06-13T06:18:38.693390 | BSD-3-Clause | false | 6764929e6730c452b657f2b27b5e9554 |
from .typing import ColorType\n\nBASE_COLORS: dict[str, ColorType]\nTABLEAU_COLORS: dict[str, ColorType]\nXKCD_COLORS: dict[str, ColorType]\nCSS4_COLORS: dict[str, ColorType]\n | .venv\Lib\site-packages\matplotlib\_color_data.pyi | _color_data.pyi | Other | 170 | 0.85 | 0 | 0 | awesome-app | 43 | 2024-03-18T21:49:51.618871 | BSD-3-Clause | false | a264b19450e5497fdc1fd7be44fd4aa2 |
"""\nAdjust subplot layouts so that there are no overlapping Axes or Axes\ndecorations. All Axes decorations are dealt with (labels, ticks, titles,\nticklabels) and some dependent artists are also dealt with (colorbar,\nsuptitle).\n\nLayout is done via `~matplotlib.gridspec`, with one constraint per gridspec,\nso it i... | .venv\Lib\site-packages\matplotlib\_constrained_layout.py | _constrained_layout.py | Python | 31,403 | 0.95 | 0.193508 | 0.091971 | python-kit | 881 | 2024-10-11T22:17:27.042586 | MIT | false | b37a501de582c8095f7aee90261a9435 |
MZ | .venv\Lib\site-packages\matplotlib\_c_internal_utils.cp313-win_amd64.pyd | _c_internal_utils.cp313-win_amd64.pyd | Other | 138,240 | 0.75 | 0.017038 | 0.005115 | vue-tools | 849 | 2024-12-23T20:28:06.428147 | GPL-3.0 | false | 45822b5609fb5538893256e809d2aa74 |
def display_is_valid() -> bool: ...\ndef xdisplay_is_valid() -> bool: ...\n\ndef Win32_GetForegroundWindow() -> int | None: ...\ndef Win32_SetForegroundWindow(hwnd: int) -> None: ...\ndef Win32_SetProcessDpiAwareness_max() -> None: ...\ndef Win32_SetCurrentProcessExplicitAppUserModelID(appid: str) -> None: ...\ndef Win... | .venv\Lib\site-packages\matplotlib\_c_internal_utils.pyi | _c_internal_utils.pyi | Other | 377 | 0.85 | 0.875 | 0 | node-utils | 753 | 2023-10-30T23:43:49.507791 | BSD-3-Clause | false | 059aadce977a7a19da1f18a86a48e746 |
import inspect\n\nfrom . import _api\n\n\ndef kwarg_doc(text):\n """\n Decorator for defining the kwdoc documentation of artist properties.\n\n This decorator can be applied to artist property setter methods.\n The given text is stored in a private attribute ``_kwarg_doc`` on\n the method. It is used to... | .venv\Lib\site-packages\matplotlib\_docstring.py | _docstring.py | Python | 4,435 | 0.95 | 0.312057 | 0.028846 | node-utils | 351 | 2024-06-26T21:55:17.514375 | BSD-3-Clause | false | 5a8e00b4fd60a39233ec5a2505f2a867 |
from collections.abc import Callable\nfrom typing import Any, TypeVar, overload\n\n\n_T = TypeVar('_T')\n\n\ndef kwarg_doc(text: str) -> Callable[[_T], _T]: ...\n\n\nclass Substitution:\n @overload\n def __init__(self, *args: str): ...\n @overload\n def __init__(self, **kwargs: str): ...\n def __call__(s... | .venv\Lib\site-packages\matplotlib\_docstring.pyi | _docstring.pyi | Other | 800 | 0.95 | 0.411765 | 0 | react-lib | 487 | 2025-03-13T08:53:48.122965 | MIT | false | 9a902423085d37c0f8a3ebc4cc15f235 |
"""\nEnums representing sets of strings that Matplotlib uses as input parameters.\n\nMatplotlib often uses simple data types like strings or tuples to define a\nconcept; e.g. the line capstyle can be specified as one of 'butt', 'round',\nor 'projecting'. The classes in this module are used internally and serve to\ndocu... | .venv\Lib\site-packages\matplotlib\_enums.py | _enums.py | Python | 6,175 | 0.95 | 0.101695 | 0.014706 | python-kit | 514 | 2025-05-27T21:27:30.813286 | MIT | false | da56826f3216481f520d518c6993024b |
from typing import cast\nfrom enum import Enum\n\n\nclass JoinStyle(str, Enum):\n miter = "miter"\n round = "round"\n bevel = "bevel"\n @staticmethod\n def demo() -> None: ...\n\n\nclass CapStyle(str, Enum):\n butt = "butt"\n projecting = "projecting"\n round = "round"\n\n @staticmethod\n ... | .venv\Lib\site-packages\matplotlib\_enums.pyi | _enums.pyi | Other | 326 | 0.85 | 0.210526 | 0 | react-lib | 352 | 2024-05-07T05:14:05.237018 | MIT | false | 02ec47046f024815234ce4564a528e76 |
"""\nA module for parsing and generating `fontconfig patterns`_.\n\n.. _fontconfig patterns:\n https://www.freedesktop.org/software/fontconfig/fontconfig-user.html\n"""\n\n# This class logically belongs in `matplotlib.font_manager`, but placing it\n# there would have created cyclical dependency problems, because it a... | .venv\Lib\site-packages\matplotlib\_fontconfig_pattern.py | _fontconfig_pattern.py | Python | 4,361 | 0.95 | 0.144144 | 0.104167 | node-utils | 576 | 2024-12-28T07:31:54.482662 | BSD-3-Clause | false | a20bb600119329b53624232c31fe6e95 |
"""\nInternal debugging utilities, that are not expected to be used in the rest of\nthe codebase.\n\nWARNING: Code in this module may change without prior notice!\n"""\n\nfrom io import StringIO\nfrom pathlib import Path\nimport subprocess\n\nfrom matplotlib.transforms import TransformNode\n\n\ndef graphviz_dump_transf... | .venv\Lib\site-packages\matplotlib\_internal_utils.py | _internal_utils.py | Python | 2,140 | 0.95 | 0.15625 | 0 | vue-tools | 649 | 2025-01-27T17:54:33.857979 | Apache-2.0 | false | 950a9ccda36505fde9782f2a31d57c9d |
"""\nA layoutgrid is a nrows by ncols set of boxes, meant to be used by\n`._constrained_layout`, each box is analogous to a subplotspec element of\na gridspec.\n\nEach box is defined by left[ncols], right[ncols], bottom[nrows] and top[nrows],\nand by two editable margins for each side. The main margin gets its value\n... | .venv\Lib\site-packages\matplotlib\_layoutgrid.py | _layoutgrid.py | Python | 21,676 | 0.95 | 0.127971 | 0.071429 | node-utils | 901 | 2024-01-07T23:37:24.690940 | BSD-3-Clause | false | 5f1583b56803d2af7bb1e25e9ec2506a |
"""\nfont data tables for truetype and afm computer modern fonts\n"""\n\nfrom __future__ import annotations\nfrom typing import overload\n\nlatex_to_bakoma = {\n '\\__sqrt__' : ('cmex10', 0x70),\n '\\bigcap' : ('cmex10', 0x5c),\n '\\bigcup' : ('cmex10', 0x5b)... | .venv\Lib\site-packages\matplotlib\_mathtext_data.py | _mathtext_data.py | Python | 65,067 | 0.75 | 0.007463 | 0.010496 | node-utils | 72 | 2024-08-01T01:27:01.571391 | MIT | false | f1579db547a0405f85954d4ec37774a0 |
from collections.abc import Sequence\n\nimport numpy as np\n\nfrom .transforms import BboxBase\n\ndef affine_transform(points: np.ndarray, trans: np.ndarray) -> np.ndarray: ...\ndef count_bboxes_overlapping_bbox(bbox: BboxBase, bboxes: Sequence[BboxBase]) -> int: ...\ndef update_path_extents(path, trans, rect, minpos, ... | .venv\Lib\site-packages\matplotlib\_path.pyi | _path.pyi | Other | 325 | 0.85 | 0.333333 | 0 | awesome-app | 249 | 2025-04-13T23:31:51.722053 | Apache-2.0 | false | 7b377a4bfcc21529904e2a7f24d31b66 |
"""\nManage figures for the pyplot interface.\n"""\n\nimport atexit\nfrom collections import OrderedDict\n\n\nclass Gcf:\n """\n Singleton to maintain the relation between figures and their managers, and\n keep track of and "active" figure and manager.\n\n The canvas of a figure created through pyplot is as... | .venv\Lib\site-packages\matplotlib\_pylab_helpers.py | _pylab_helpers.py | Python | 4,307 | 0.85 | 0.238806 | 0 | react-lib | 499 | 2025-01-01T09:25:31.932380 | BSD-3-Clause | false | 5ba79962e544b7012ece8205244202d4 |
from collections import OrderedDict\n\nfrom matplotlib.backend_bases import FigureManagerBase\nfrom matplotlib.figure import Figure\n\nclass Gcf:\n figs: OrderedDict[int, FigureManagerBase]\n @classmethod\n def get_fig_manager(cls, num: int) -> FigureManagerBase | None: ...\n @classmethod\n def destroy(c... | .venv\Lib\site-packages\matplotlib\_pylab_helpers.pyi | _pylab_helpers.pyi | Other | 1,012 | 0.85 | 0.413793 | 0 | python-kit | 821 | 2025-05-23T00:59:55.487942 | MIT | false | 2688278901c5ab1285b10c533cf58d8f |
"""\nLow-level text helper utilities.\n"""\n\nfrom __future__ import annotations\n\nimport dataclasses\n\nfrom . import _api\nfrom .ft2font import FT2Font, Kerning, LoadFlags\n\n\n@dataclasses.dataclass(frozen=True)\nclass LayoutItem:\n ft_object: FT2Font\n char: str\n glyph_idx: int\n x: float\n prev_ke... | .venv\Lib\site-packages\matplotlib\_text_helpers.py | _text_helpers.py | Python | 2,538 | 0.95 | 0.219512 | 0.014493 | vue-tools | 498 | 2024-06-01T19:24:11.629738 | Apache-2.0 | false | d90cdc67380f9de1723d015c537a8f25 |
"""\nHelper module for the *bbox_inches* parameter in `.Figure.savefig`.\n"""\n\nfrom matplotlib.transforms import Bbox, TransformedBbox, Affine2D\n\n\ndef adjust_bbox(fig, bbox_inches, fixed_dpi=None):\n """\n Temporarily adjust the figure so that only the specified area\n (bbox_inches) is saved.\n\n It mo... | .venv\Lib\site-packages\matplotlib\_tight_bbox.py | _tight_bbox.py | Python | 2,787 | 0.95 | 0.154762 | 0.029412 | vue-tools | 309 | 2024-12-22T20:44:33.423930 | MIT | false | 035bf8e538b86d99e27eb755f896dc53 |
"""\nRoutines to adjust subplot params so that subplots are\nnicely fit in the figure. In doing so, only axis labels, tick labels, Axes\ntitles and offsetboxes that are anchored to Axes are currently considered.\n\nInternally, this module assumes that the margins (left margin, etc.) which are\ndifferences between ``Axe... | .venv\Lib\site-packages\matplotlib\_tight_layout.py | _tight_layout.py | Python | 12,675 | 0.95 | 0.212625 | 0.076923 | vue-tools | 758 | 2024-11-03T23:46:01.802989 | Apache-2.0 | false | 53a5123b08150f7f624c2e1f10548eec |
# This is a private module implemented in C++\nfrom typing import final\n\nimport numpy as np\nimport numpy.typing as npt\n\n@final\nclass TrapezoidMapTriFinder:\n def __init__(self, triangulation: Triangulation): ...\n def find_many(self, x: npt.NDArray[np.float64], y: npt.NDArray[np.float64]) -> npt.NDArray[np.... | .venv\Lib\site-packages\matplotlib\_tri.pyi | _tri.pyi | Other | 1,429 | 0.95 | 0.444444 | 0.03125 | node-utils | 710 | 2024-06-25T14:08:16.126879 | BSD-3-Clause | false | 3db883d438ae6256b4467f47a2939169 |
"""\nA class representing a Type 1 font.\n\nThis version reads pfa and pfb files and splits them for embedding in\npdf files. It also supports SlantFont and ExtendFont transformations,\nsimilarly to pdfTeX and friends. There is no support yet for subsetting.\n\nUsage::\n\n font = Type1Font(filename)\n clear_part,... | .venv\Lib\site-packages\matplotlib\_type1font.py | _type1font.py | Python | 28,409 | 0.95 | 0.188851 | 0.052632 | vue-tools | 448 | 2024-01-06T06:14:52.085977 | BSD-3-Clause | false | 4ef2206a9ee40c847285a52078cbe7e5 |
version = "3.10.3"\n | .venv\Lib\site-packages\matplotlib\_version.py | _version.py | Python | 19 | 0.5 | 0 | 0 | awesome-app | 607 | 2024-05-15T12:50:44.898350 | MIT | false | 61441409c7d041db98382e654388f0bc |
"""\nAn object-oriented plotting library.\n\nA procedural interface is provided by the companion pyplot module,\nwhich may be imported directly, e.g.::\n\n import matplotlib.pyplot as plt\n\nor using ipython::\n\n ipython\n\nat your terminal, followed by::\n\n In [1]: %matplotlib\n In [2]: import matplotlib... | .venv\Lib\site-packages\matplotlib\__init__.py | __init__.py | Python | 55,633 | 0.75 | 0.178934 | 0.068726 | awesome-app | 153 | 2023-10-02T05:55:27.351300 | BSD-3-Clause | false | c1c613aee4bf330de02f91d3a0b9d0cf |
__all__ = [\n "__bibtex__",\n "__version__",\n "__version_info__",\n "set_loglevel",\n "ExecutableNotFoundError",\n "get_configdir",\n "get_cachedir",\n "get_data_path",\n "matplotlib_fname",\n "MatplotlibDeprecationWarning",\n "RcParams",\n "rc_params",\n "rc_params_from_file",\n... | .venv\Lib\site-packages\matplotlib\__init__.pyi | __init__.pyi | Other | 3,439 | 0.95 | 0.274194 | 0.009346 | python-kit | 0 | 2025-01-27T23:56:48.338831 | Apache-2.0 | false | a0428d3e1b91a8c7a4f573537cb44a99 |
from matplotlib.axes._base import _AxesBase\nfrom matplotlib.axes._secondary_axes import SecondaryAxis\n\nfrom matplotlib.artist import Artist\nfrom matplotlib.backend_bases import RendererBase\nfrom matplotlib.collections import (\n Collection,\n FillBetweenPolyCollection,\n LineCollection,\n PathCollectio... | .venv\Lib\site-packages\matplotlib\axes\_axes.pyi | _axes.pyi | Other | 26,116 | 0.95 | 0.092308 | 0.111399 | awesome-app | 794 | 2024-10-28T19:29:42.370449 | Apache-2.0 | false | 9e5e4e47614ba01e2b4c0bffbc4e4443 |
import matplotlib.artist as martist\n\nimport datetime\nfrom collections.abc import Callable, Iterable, Iterator, Sequence\nfrom matplotlib import cbook\nfrom matplotlib.artist import Artist\nfrom matplotlib.axes import Axes\nfrom matplotlib.axis import XAxis, YAxis, Tick\nfrom matplotlib.backend_bases import RendererB... | .venv\Lib\site-packages\matplotlib\axes\_base.pyi | _base.pyi | Other | 17,051 | 0.95 | 0.376906 | 0.060674 | vue-tools | 50 | 2023-12-10T16:51:13.802701 | Apache-2.0 | false | 0080cdf30b7aa303be47f4d14865dc98 |
import numbers\n\nimport numpy as np\n\nfrom matplotlib import _api, _docstring, transforms\nimport matplotlib.ticker as mticker\nfrom matplotlib.axes._base import _AxesBase, _TransformedBoundsLocator\nfrom matplotlib.axis import Axis\nfrom matplotlib.transforms import Transform\n\n\nclass SecondaryAxis(_AxesBase):\n ... | .venv\Lib\site-packages\matplotlib\axes\_secondary_axes.py | _secondary_axes.py | Python | 11,887 | 0.95 | 0.167702 | 0.092937 | vue-tools | 2 | 2024-09-26T10:37:59.690670 | MIT | false | 9d4be70d984b3e672b7604f43258db8e |
from matplotlib.axes._base import _AxesBase\nfrom matplotlib.axis import Tick\n\nfrom matplotlib.transforms import Transform\n\nfrom collections.abc import Callable, Iterable\nfrom typing import Literal\nfrom numpy.typing import ArrayLike\nfrom matplotlib.typing import ColorType\n\nclass SecondaryAxis(_AxesBase):\n ... | .venv\Lib\site-packages\matplotlib\axes\_secondary_axes.pyi | _secondary_axes.pyi | Other | 1,414 | 0.85 | 0.177778 | 0.071429 | vue-tools | 793 | 2023-09-19T22:34:32.451435 | BSD-3-Clause | false | 22edd8fa78b700ffa864181f027dc727 |
from . import _base\nfrom ._axes import Axes\n\n# Backcompat.\nSubplot = Axes\n\n\nclass _SubplotBaseMeta(type):\n def __instancecheck__(self, obj):\n return (isinstance(obj, _base._AxesBase)\n and obj.get_subplotspec() is not None)\n\n\nclass SubplotBase(metaclass=_SubplotBaseMeta):\n pass\... | .venv\Lib\site-packages\matplotlib\axes\__init__.py | __init__.py | Python | 351 | 0.95 | 0.222222 | 0.090909 | python-kit | 910 | 2024-02-20T17:48:21.132472 | MIT | false | 88a8aa2f4c118802e95504639682b05c |
from typing import TypeVar\n\nfrom ._axes import Axes as Axes\n\n\n_T = TypeVar("_T")\n\n# Backcompat.\nSubplot = Axes\n\nclass _SubplotBaseMeta(type):\n def __instancecheck__(self, obj) -> bool: ...\n\nclass SubplotBase(metaclass=_SubplotBaseMeta): ...\n\ndef subplot_class_factory(cls: type[_T]) -> type[_T]: ...\n | .venv\Lib\site-packages\matplotlib\axes\__init__.pyi | __init__.pyi | Other | 303 | 0.95 | 0.25 | 0.111111 | python-kit | 854 | 2025-06-15T09:01:36.697678 | MIT | false | 914cd19d332af9323c2d71760d2b0711 |
\n\n | .venv\Lib\site-packages\matplotlib\axes\__pycache__\_secondary_axes.cpython-313.pyc | _secondary_axes.cpython-313.pyc | Other | 13,993 | 0.95 | 0.087805 | 0.010989 | react-lib | 353 | 2024-07-06T18:39:57.375264 | Apache-2.0 | false | 1a4e262ec7b3556509e1b444c25eddae |
\n\n | .venv\Lib\site-packages\matplotlib\axes\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,178 | 0.7 | 0 | 0 | vue-tools | 783 | 2025-05-04T08:36:22.938678 | MIT | false | f3e144bb8efd857f8130b0a7f9d9f2db |
"""\nAn `Anti-Grain Geometry`_ (AGG) backend.\n\nFeatures that are implemented:\n\n* capstyles and join styles\n* dashes\n* linewidth\n* lines, rectangles, ellipses\n* clipping to a rectangle\n* output to RGBA and Pillow-supported image formats\n* alpha blending\n* DPI scaling properly - everything scales properly (das... | .venv\Lib\site-packages\matplotlib\backends\backend_agg.py | backend_agg.py | Python | 19,888 | 0.95 | 0.142045 | 0.110092 | awesome-app | 335 | 2025-01-04T03:30:52.173938 | BSD-3-Clause | false | ce670a6c48df885a91df1e0bb0b17d37 |
"""\nA Cairo backend for Matplotlib\n==============================\n:Author: Steve Chaplin and others\n\nThis backend depends on cairocffi or pycairo.\n"""\n\nimport functools\nimport gzip\nimport math\n\nimport numpy as np\n\ntry:\n import cairo\n if cairo.version_info < (1, 14, 0): # Introduced set_device_sca... | .venv\Lib\site-packages\matplotlib\backends\backend_cairo.py | backend_cairo.py | Python | 18,618 | 0.95 | 0.183365 | 0.074157 | react-lib | 676 | 2025-01-26T22:17:39.821651 | BSD-3-Clause | false | 1eea43f9d88b6b7e611f62a3843848fc |
import functools\nimport logging\nimport os\nfrom pathlib import Path\n\nimport matplotlib as mpl\nfrom matplotlib import _api, backend_tools, cbook\nfrom matplotlib.backend_bases import (\n ToolContainerBase, MouseButton,\n CloseEvent, KeyEvent, LocationEvent, MouseEvent, ResizeEvent)\n\ntry:\n import gi\nexc... | .venv\Lib\site-packages\matplotlib\backends\backend_gtk3.py | backend_gtk3.py | Python | 22,277 | 0.95 | 0.174497 | 0.072 | python-kit | 864 | 2023-10-11T21:57:44.803823 | Apache-2.0 | false | eeb38b517dab8f6f0cfa43e9c338cea4 |
import numpy as np\n\nfrom .. import cbook, transforms\nfrom . import backend_agg, backend_gtk3\nfrom .backend_gtk3 import GLib, Gtk, _BackendGTK3\n\nimport cairo # Presence of cairo is already checked by _backend_gtk.\n\n\nclass FigureCanvasGTK3Agg(backend_agg.FigureCanvasAgg,\n backend_gtk3.... | .venv\Lib\site-packages\matplotlib\backends\backend_gtk3agg.py | backend_gtk3agg.py | Python | 2,463 | 0.95 | 0.135135 | 0.034483 | python-kit | 819 | 2023-08-26T09:32:15.608040 | Apache-2.0 | false | da4238e599cbec2f680197c016495167 |
from contextlib import nullcontext\n\nfrom .backend_cairo import FigureCanvasCairo\nfrom .backend_gtk3 import GLib, Gtk, FigureCanvasGTK3, _BackendGTK3\n\n\nclass FigureCanvasGTK3Cairo(FigureCanvasCairo, FigureCanvasGTK3):\n def on_draw_event(self, widget, ctx):\n if self._idle_draw_id:\n GLib.sour... | .venv\Lib\site-packages\matplotlib\backends\backend_gtk3cairo.py | backend_gtk3cairo.py | Python | 1,392 | 0.95 | 0.142857 | 0.137931 | react-lib | 181 | 2023-08-20T18:33:03.958545 | Apache-2.0 | false | 05537f3dbcea7088fd65eaad1f7615f8 |
import functools\nimport io\nimport os\n\nimport matplotlib as mpl\nfrom matplotlib import _api, backend_tools, cbook\nfrom matplotlib.backend_bases import (\n ToolContainerBase, MouseButton,\n KeyEvent, LocationEvent, MouseEvent, ResizeEvent, CloseEvent)\n\ntry:\n import gi\nexcept ImportError as err:\n ra... | .venv\Lib\site-packages\matplotlib\backends\backend_gtk4.py | backend_gtk4.py | Python | 23,026 | 0.95 | 0.173844 | 0.081594 | python-kit | 823 | 2023-09-13T04:02:26.386512 | GPL-3.0 | false | ee6d6e422aec3f5eda55176ceb1b000c |
import numpy as np\n\nfrom .. import cbook\nfrom . import backend_agg, backend_gtk4\nfrom .backend_gtk4 import GLib, Gtk, _BackendGTK4\n\nimport cairo # Presence of cairo is already checked by _backend_gtk.\n\n\nclass FigureCanvasGTK4Agg(backend_agg.FigureCanvasAgg,\n backend_gtk4.FigureCanvas... | .venv\Lib\site-packages\matplotlib\backends\backend_gtk4agg.py | backend_gtk4agg.py | Python | 1,262 | 0.95 | 0.097561 | 0 | awesome-app | 594 | 2024-06-20T12:09:42.751390 | BSD-3-Clause | false | a571c270eac39d4579e15f2efb998882 |
from contextlib import nullcontext\n\nfrom .backend_cairo import FigureCanvasCairo\nfrom .backend_gtk4 import GLib, Gtk, FigureCanvasGTK4, _BackendGTK4\n\n\nclass FigureCanvasGTK4Cairo(FigureCanvasCairo, FigureCanvasGTK4):\n def _set_device_pixel_ratio(self, ratio):\n # Cairo in GTK4 always uses logical pixel... | .venv\Lib\site-packages\matplotlib\backends\backend_gtk4cairo.py | backend_gtk4cairo.py | Python | 1,125 | 0.95 | 0.21875 | 0.08 | awesome-app | 35 | 2024-04-15T20:40:26.338733 | MIT | false | 73b761e41e344363bdbb437c2683c787 |
import os\n\nimport matplotlib as mpl\nfrom matplotlib import _api, cbook\nfrom matplotlib._pylab_helpers import Gcf\nfrom . import _macosx\nfrom .backend_agg import FigureCanvasAgg\nfrom matplotlib.backend_bases import (\n _Backend, FigureCanvasBase, FigureManagerBase, NavigationToolbar2,\n ResizeEvent, TimerBas... | .venv\Lib\site-packages\matplotlib\backends\backend_macosx.py | backend_macosx.py | Python | 7,397 | 0.95 | 0.234694 | 0.166667 | vue-tools | 33 | 2025-03-27T19:23:55.080518 | GPL-3.0 | false | ed7a7c98cf682dce59bda1ed424d5c2c |
import numpy as np\n\nfrom matplotlib import cbook\nfrom .backend_agg import RendererAgg\nfrom matplotlib._tight_bbox import process_figure_for_rasterizing\n\n\nclass MixedModeRenderer:\n """\n A helper class to implement a renderer that switches between\n vector and raster drawing. An example may be a PDF wr... | .venv\Lib\site-packages\matplotlib\backends\backend_mixed.py | backend_mixed.py | Python | 4,696 | 0.95 | 0.109244 | 0.138614 | awesome-app | 81 | 2023-12-17T00:23:51.202648 | Apache-2.0 | false | 07a218a5dedc2ebcb6d8170970b1ad05 |
"""Interactive figures in the IPython notebook."""\n# Note: There is a notebook in\n# lib/matplotlib/backends/web_backend/nbagg_uat.ipynb to help verify\n# that changes made maintain expected behaviour.\n\nfrom base64 import b64encode\nimport io\nimport json\nimport pathlib\nimport uuid\n\nfrom ipykernel.comm import Co... | .venv\Lib\site-packages\matplotlib\backends\backend_nbagg.py | backend_nbagg.py | Python | 8,000 | 0.95 | 0.197531 | 0.116162 | node-utils | 20 | 2023-07-26T02:05:03.481319 | MIT | false | 45aba459691b5b7e2a5691c938b4099b |
import codecs\nimport datetime\nimport functools\nfrom io import BytesIO\nimport logging\nimport math\nimport os\nimport pathlib\nimport shutil\nimport subprocess\nfrom tempfile import TemporaryDirectory\nimport weakref\n\nfrom PIL import Image\n\nimport matplotlib as mpl\nfrom matplotlib import cbook, font_manager as ... | .venv\Lib\site-packages\matplotlib\backends\backend_pgf.py | backend_pgf.py | Python | 39,567 | 0.95 | 0.150495 | 0.113895 | node-utils | 854 | 2025-05-31T20:18:43.234789 | Apache-2.0 | false | f0708ae18df34086397678ba513cf4d6 |
"""\nA PostScript backend, which can produce both PostScript .ps and .eps.\n"""\n\nimport bisect\nimport codecs\nimport datetime\nfrom enum import Enum\nimport functools\nfrom io import StringIO\nimport itertools\nimport logging\nimport math\nimport os\nimport pathlib\nimport shutil\nimport struct\nfrom tempfile import... | .venv\Lib\site-packages\matplotlib\backends\backend_ps.py | backend_ps.py | Python | 51,991 | 0.75 | 0.170831 | 0.070313 | node-utils | 529 | 2024-08-19T08:18:51.078135 | MIT | false | 72d49034cdfa60893263caea419dc3ee |
import functools\nimport os\nimport sys\nimport traceback\n\nimport matplotlib as mpl\nfrom matplotlib import _api, backend_tools, cbook\nfrom matplotlib._pylab_helpers import Gcf\nfrom matplotlib.backend_bases import (\n _Backend, FigureCanvasBase, FigureManagerBase, NavigationToolbar2,\n TimerBase, cursors, Too... | .venv\Lib\site-packages\matplotlib\backends\backend_qt.py | backend_qt.py | Python | 41,541 | 0.95 | 0.217877 | 0.116004 | node-utils | 574 | 2024-11-13T12:17:30.432456 | Apache-2.0 | false | b58d7717c024cfe44d799b62ee8edce1 |
from .. import backends\n\nbackends._QT_FORCE_QT5_BINDING = True\n\n\nfrom .backend_qt import ( # noqa\n SPECIAL_KEYS,\n # Public API\n cursord, _create_qApp, _BackendQT, TimerQT, MainWindow, FigureCanvasQT,\n FigureManagerQT, ToolbarQt, NavigationToolbar2QT, SubplotToolQt,\n SaveFigureQt, ConfigureSubp... | .venv\Lib\site-packages\matplotlib\backends\backend_qt5.py | backend_qt5.py | Python | 787 | 0.95 | 0.107143 | 0.095238 | react-lib | 162 | 2024-08-25T12:21:36.990811 | BSD-3-Clause | false | 2d98c554404bd617a8cee06261d54391 |
"""\nRender to qt from agg\n"""\nfrom .. import backends\n\nbackends._QT_FORCE_QT5_BINDING = True\nfrom .backend_qtagg import ( # noqa: F401, E402 # pylint: disable=W0611\n _BackendQTAgg, FigureCanvasQTAgg, FigureManagerQT, NavigationToolbar2QT,\n FigureCanvasAgg, FigureCanvasQT)\n\n\n@_BackendQTAgg.export\ncl... | .venv\Lib\site-packages\matplotlib\backends\backend_qt5agg.py | backend_qt5agg.py | Python | 352 | 0.95 | 0.071429 | 0 | react-lib | 786 | 2024-08-21T11:25:44.167501 | GPL-3.0 | false | 0b5e4ea96a1d0fc85efd7b5860ffddb7 |
from .. import backends\n\nbackends._QT_FORCE_QT5_BINDING = True\nfrom .backend_qtcairo import ( # noqa: F401, E402 # pylint: disable=W0611\n _BackendQTCairo, FigureCanvasQTCairo, FigureCanvasCairo, FigureCanvasQT\n)\n\n\n@_BackendQTCairo.export\nclass _BackendQT5Cairo(_BackendQTCairo):\n pass\n | .venv\Lib\site-packages\matplotlib\backends\backend_qt5cairo.py | backend_qt5cairo.py | Python | 292 | 0.95 | 0.090909 | 0 | vue-tools | 981 | 2023-09-21T18:57:47.389924 | MIT | false | 9fd9cf6c2cb5485d5c3fa7be736c48eb |
"""\nRender to qt from agg.\n"""\n\nimport ctypes\n\nfrom matplotlib.transforms import Bbox\n\nfrom .qt_compat import QT_API, QtCore, QtGui\nfrom .backend_agg import FigureCanvasAgg\nfrom .backend_qt import _BackendQT, FigureCanvasQT\nfrom .backend_qt import ( # noqa: F401 # pylint: disable=W0611\n FigureManagerQT,... | .venv\Lib\site-packages\matplotlib\backends\backend_qtagg.py | backend_qtagg.py | Python | 3,413 | 0.95 | 0.162791 | 0.267606 | node-utils | 593 | 2023-10-09T02:16:38.921300 | MIT | false | 40ca8808d65c7d29f44ca56db54cdd53 |
import ctypes\n\nfrom .backend_cairo import cairo, FigureCanvasCairo\nfrom .backend_qt import _BackendQT, FigureCanvasQT\nfrom .qt_compat import QT_API, QtCore, QtGui\n\n\nclass FigureCanvasQTCairo(FigureCanvasCairo, FigureCanvasQT):\n def draw(self):\n if hasattr(self._renderer.gc, "ctx"):\n self.... | .venv\Lib\site-packages\matplotlib\backends\backend_qtcairo.py | backend_qtcairo.py | Python | 1,770 | 0.95 | 0.173913 | 0.05 | awesome-app | 275 | 2023-09-04T02:48:52.033945 | GPL-3.0 | false | 16cdc33395b1a3774d06cbd159571500 |
import base64\nimport codecs\nimport datetime\nimport gzip\nimport hashlib\nfrom io import BytesIO\nimport itertools\nimport logging\nimport os\nimport re\nimport uuid\n\nimport numpy as np\nfrom PIL import Image\n\nimport matplotlib as mpl\nfrom matplotlib import cbook, font_manager as fm\nfrom matplotlib.backend_base... | .venv\Lib\site-packages\matplotlib\backends\backend_svg.py | backend_svg.py | Python | 51,000 | 0.75 | 0.167391 | 0.093671 | python-kit | 308 | 2023-12-05T20:18:44.870734 | GPL-3.0 | false | b8d294a96c6163013ebfc9cbb5e593ac |
"""\nA fully functional, do-nothing backend intended as a template for backend\nwriters. It is fully functional in that you can select it as a backend e.g.\nwith ::\n\n import matplotlib\n matplotlib.use("template")\n\nand your program will (should!) run without error, though no output is\nproduced. This provid... | .venv\Lib\site-packages\matplotlib\backends\backend_template.py | backend_template.py | Python | 8,012 | 0.95 | 0.211268 | 0.281437 | react-lib | 197 | 2025-01-17T03:31:00.289857 | Apache-2.0 | false | 308f4c4ca04a624059723c0f9c74d120 |
from . import _backend_tk\nfrom .backend_agg import FigureCanvasAgg\nfrom ._backend_tk import _BackendTk, FigureCanvasTk\nfrom ._backend_tk import ( # noqa: F401 # pylint: disable=W0611\n FigureManagerTk, NavigationToolbar2Tk)\n\n\nclass FigureCanvasTkAgg(FigureCanvasAgg, FigureCanvasTk):\n def draw(self):\n ... | .venv\Lib\site-packages\matplotlib\backends\backend_tkagg.py | backend_tkagg.py | Python | 592 | 0.95 | 0.2 | 0 | python-kit | 450 | 2023-12-09T05:03:18.666435 | Apache-2.0 | false | 65a1352e8b7dc3037998c20fa52353f0 |
import sys\n\nimport numpy as np\n\nfrom . import _backend_tk\nfrom .backend_cairo import cairo, FigureCanvasCairo\nfrom ._backend_tk import _BackendTk, FigureCanvasTk\n\n\nclass FigureCanvasTkCairo(FigureCanvasCairo, FigureCanvasTk):\n def draw(self):\n width = int(self.figure.bbox.width)\n height = i... | .venv\Lib\site-packages\matplotlib\backends\backend_tkcairo.py | backend_tkcairo.py | Python | 845 | 0.85 | 0.153846 | 0 | awesome-app | 934 | 2025-02-08T13:28:35.364232 | MIT | false | b94a5607baa809cec5420e0c2daf3633 |
"""Displays Agg images in the browser, with interactivity."""\n\n# The WebAgg backend is divided into two modules:\n#\n# - `backend_webagg_core.py` contains code necessary to embed a WebAgg\n# plot inside of a web application, and communicate in an abstract\n# way over a web socket.\n#\n# - `backend_webagg.py` cont... | .venv\Lib\site-packages\matplotlib\backends\backend_webagg.py | backend_webagg.py | Python | 11,022 | 0.95 | 0.170732 | 0.097744 | awesome-app | 801 | 2024-08-27T08:36:40.915909 | BSD-3-Clause | false | 2851b6a909ab859576e5b2bf9a8eeaf6 |
"""Displays Agg images in the browser, with interactivity."""\n# The WebAgg backend is divided into two modules:\n#\n# - `backend_webagg_core.py` contains code necessary to embed a WebAgg\n# plot inside of a web application, and communicate in an abstract\n# way over a web socket.\n#\n# - `backend_webagg.py` contai... | .venv\Lib\site-packages\matplotlib\backends\backend_webagg_core.py | backend_webagg_core.py | Python | 18,748 | 0.95 | 0.191651 | 0.113636 | python-kit | 3 | 2024-07-28T21:55:24.190580 | BSD-3-Clause | false | d63ad0864b1cd2d6b944080dbaac4120 |
"""\nA wxPython backend for matplotlib.\n\nOriginally contributed by Jeremy O'Donoghue (jeremy@o-donoghue.com) and John\nHunter (jdhunter@ace.bsd.uchicago.edu).\n\nCopyright (C) Jeremy O'Donoghue & John Hunter, 2003-4.\n"""\n\nimport functools\nimport logging\nimport math\nimport pathlib\nimport sys\nimport weakref\n\n... | .venv\Lib\site-packages\matplotlib\backends\backend_wx.py | backend_wx.py | Python | 51,296 | 0.75 | 0.183201 | 0.098251 | node-utils | 32 | 2025-02-07T12:39:05.681706 | MIT | false | 4df650d1391ba7f6ac893706b2878b5a |
import wx\n\nfrom .backend_agg import FigureCanvasAgg\nfrom .backend_wx import _BackendWx, _FigureCanvasWxBase\nfrom .backend_wx import ( # noqa: F401 # pylint: disable=W0611\n NavigationToolbar2Wx as NavigationToolbar2WxAgg)\n\n\nclass FigureCanvasWxAgg(FigureCanvasAgg, _FigureCanvasWxBase):\n def draw(self, dr... | .venv\Lib\site-packages\matplotlib\backends\backend_wxagg.py | backend_wxagg.py | Python | 1,468 | 0.95 | 0.133333 | 0.026316 | vue-tools | 902 | 2023-09-13T03:02:52.359143 | MIT | false | 65d120c22158eb4905fd08bde45b31e9 |
import wx.lib.wxcairo as wxcairo\n\nfrom .backend_cairo import cairo, FigureCanvasCairo\nfrom .backend_wx import _BackendWx, _FigureCanvasWxBase\nfrom .backend_wx import ( # noqa: F401 # pylint: disable=W0611\n NavigationToolbar2Wx as NavigationToolbar2WxCairo)\n\n\nclass FigureCanvasWxCairo(FigureCanvasCairo, _Fig... | .venv\Lib\site-packages\matplotlib\backends\backend_wxcairo.py | backend_wxcairo.py | Python | 848 | 0.95 | 0.130435 | 0 | python-kit | 888 | 2024-07-08T22:49:47.499650 | Apache-2.0 | false | cb0ac9d2bac1a92c77a33d4d10720e21 |
"""\nQt binding and backend selector.\n\nThe selection logic is as follows:\n- if any of PyQt6, PySide6, PyQt5, or PySide2 have already been\n imported (checked in that order), use it;\n- otherwise, if the QT_API environment variable (used by Enthought) is set, use\n it to determine which binding to use;\n- otherwise... | .venv\Lib\site-packages\matplotlib\backends\qt_compat.py | qt_compat.py | Python | 5,346 | 0.95 | 0.132075 | 0.085714 | awesome-app | 947 | 2024-11-15T13:09:40.834428 | BSD-3-Clause | false | 5bcda13fc212858d180b5514b8578ebb |
from enum import Enum\nimport importlib\n\n\nclass BackendFilter(Enum):\n """\n Filter used with :meth:`~matplotlib.backends.registry.BackendRegistry.list_builtin`\n\n .. versionadded:: 3.9\n """\n INTERACTIVE = 0\n NON_INTERACTIVE = 1\n\n\nclass BackendRegistry:\n """\n Registry of backends ava... | .venv\Lib\site-packages\matplotlib\backends\registry.py | registry.py | Python | 15,480 | 0.95 | 0.207729 | 0.140762 | react-lib | 790 | 2025-03-05T23:35:26.068592 | GPL-3.0 | false | f92c2a5ddfd8775f2101ca3e79f2afc1 |
"""\nCommon code for GTK3 and GTK4 backends.\n"""\n\nimport logging\nimport sys\n\nimport matplotlib as mpl\nfrom matplotlib import _api, backend_tools, cbook\nfrom matplotlib._pylab_helpers import Gcf\nfrom matplotlib.backend_bases import (\n _Backend, FigureCanvasBase, FigureManagerBase, NavigationToolbar2,\n T... | .venv\Lib\site-packages\matplotlib\backends\_backend_gtk.py | _backend_gtk.py | Python | 11,274 | 0.95 | 0.205438 | 0.136531 | react-lib | 50 | 2025-05-23T09:14:30.542157 | MIT | false | 3df53e0f680b4129c53d85587d05260d |
"""\nCommon functionality between the PDF and PS backends.\n"""\n\nfrom io import BytesIO\nimport functools\nimport logging\n\nfrom fontTools import subset\n\nimport matplotlib as mpl\nfrom .. import font_manager, ft2font\nfrom .._afm import AFM\nfrom ..backend_bases import RendererBase\n\n\n@functools.lru_cache(50)\nd... | .venv\Lib\site-packages\matplotlib\backends\_backend_pdf_ps.py | _backend_pdf_ps.py | Python | 5,968 | 0.95 | 0.121693 | 0.070513 | awesome-app | 86 | 2024-09-08T02:26:05.021738 | GPL-3.0 | false | 1a1dc4b8c5b43418868f5b15e7cb3330 |
import uuid\nimport weakref\nfrom contextlib import contextmanager\nimport logging\nimport math\nimport os.path\nimport pathlib\nimport sys\nimport tkinter as tk\nimport tkinter.filedialog\nimport tkinter.font\nimport tkinter.messagebox\nfrom tkinter.simpledialog import SimpleDialog\n\nimport numpy as np\nfrom PIL impo... | .venv\Lib\site-packages\matplotlib\backends\_backend_tk.py | _backend_tk.py | Python | 43,291 | 0.95 | 0.204271 | 0.137931 | node-utils | 804 | 2023-12-03T08:33:09.027765 | GPL-3.0 | false | 8884fb102b6634c8ea777209db8f7fab |
import numpy as np\nfrom numpy.typing import NDArray\n\nTK_PHOTO_COMPOSITE_OVERLAY: int\nTK_PHOTO_COMPOSITE_SET: int\n\ndef blit(\n interp: int,\n photo_name: str,\n data: NDArray[np.uint8],\n comp_rule: int,\n offset: tuple[int, int, int, int],\n bbox: tuple[int, int, int, int],\n) -> None: ...\ndef ... | .venv\Lib\site-packages\matplotlib\backends\_tkagg.pyi | _tkagg.pyi | Other | 379 | 0.85 | 0.133333 | 0 | node-utils | 835 | 2024-02-21T07:07:15.349274 | BSD-3-Clause | false | 0d1c85fb64e6cb17abd2e5a451c677d3 |
from .registry import BackendFilter, backend_registry # noqa: F401\n\n# NOTE: plt.switch_backend() (called at import time) will add a "backend"\n# attribute here for backcompat.\n_QT_FORCE_QT5_BINDING = False\n | .venv\Lib\site-packages\matplotlib\backends\__init__.py | __init__.py | Python | 206 | 0.95 | 0.2 | 0.5 | react-lib | 525 | 2024-06-12T08:18:11.507233 | BSD-3-Clause | false | 66bbdbd7f1111e0f21ab673887d23b9a |
# Copyright © 2009 Pierre Raybaut\n# Licensed under the terms of the MIT License\n# see the Matplotlib licenses directory for a copy of the license\n\n\n"""Module that provides a GUI-based editor for Matplotlib's figure options."""\n\nfrom itertools import chain\nfrom matplotlib import cbook, cm, colors as mcolors, mar... | .venv\Lib\site-packages\matplotlib\backends\qt_editor\figureoptions.py | figureoptions.py | Python | 9,851 | 0.95 | 0.173432 | 0.091667 | node-utils | 830 | 2025-03-22T19:38:04.381442 | BSD-3-Clause | false | 352a354842e6d82a89a4ae0f4a55ae82 |
"""\nformlayout\n==========\n\nModule creating Qt form dialogs/layouts to edit various type of parameters\n\n\nformlayout License Agreement (MIT License)\n------------------------------------------\n\nCopyright (c) 2009 Pierre Raybaut\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of t... | .venv\Lib\site-packages\matplotlib\backends\qt_editor\_formlayout.py | _formlayout.py | Python | 20,953 | 0.95 | 0.162162 | 0.050302 | react-lib | 992 | 2023-07-21T01:16:42.416431 | Apache-2.0 | false | 546a61024dbb36fd90c03d0a7c3da9b6 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\qt_editor\__pycache__\figureoptions.cpython-313.pyc | figureoptions.cpython-313.pyc | Other | 12,706 | 0.95 | 0.033557 | 0.007143 | node-utils | 480 | 2024-01-12T09:45:49.401472 | BSD-3-Clause | false | e3f6b9792c29c1087abc476af7cbfd6e |
\n\n | .venv\Lib\site-packages\matplotlib\backends\qt_editor\__pycache__\_formlayout.cpython-313.pyc | _formlayout.cpython-313.pyc | Other | 32,668 | 0.95 | 0.030888 | 0.012712 | node-utils | 263 | 2024-12-11T03:45:00.984250 | Apache-2.0 | false | b82ca487f44cdd041764ea2ddb3600fa |
\n\n | .venv\Lib\site-packages\matplotlib\backends\qt_editor\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 204 | 0.7 | 0 | 0 | node-utils | 862 | 2023-09-16T02:41:54.475306 | BSD-3-Clause | false | bb1d229dd067957991439e1aeb9e865a |
<!DOCTYPE html>\n<html lang="en">\n <head>\n <link rel="stylesheet" href="{{ prefix }}/_static/css/page.css" type="text/css">\n <link rel="stylesheet" href="{{ prefix }}/_static/css/boilerplate.css" type="text/css">\n <link rel="stylesheet" href="{{ prefix }}/_static/css/fbm.css" type="text/css">\n <link r... | .venv\Lib\site-packages\matplotlib\backends\web_backend\all_figures.html | all_figures.html | HTML | 1,753 | 0.95 | 0.134615 | 0 | python-kit | 530 | 2024-09-29T08:48:12.244584 | BSD-3-Clause | false | 8cea6a7c800fba6803837dd62aa1824d |
<!-- Within the kernel, we don't know the address of the matplotlib\n websocket server, so we have to get in client-side and fetch our\n resources that way. -->\n<script>\n // We can't proceed until these JavaScript files are fetched, so\n // we fetch them synchronously\n $.ajaxSetup({async: false});\n $.ge... | .venv\Lib\site-packages\matplotlib\backends\web_backend\ipython_inline_figure.html | ipython_inline_figure.html | HTML | 1,311 | 0.95 | 0.058824 | 0.214286 | python-kit | 133 | 2024-02-03T14:59:19.834065 | GPL-3.0 | false | b7e79800afdcd237de9d11e3da9daead |
<!DOCTYPE html>\n<html lang="en">\n <head>\n <link rel="stylesheet" href="{{ prefix }}/_static/css/page.css" type="text/css">\n <link rel="stylesheet" href="{{ prefix }}/_static/css/boilerplate.css" type="text/css">\n <link rel="stylesheet" href="{{ prefix }}/_static/css/fbm.css" type="text/css">\n <link r... | .venv\Lib\site-packages\matplotlib\backends\web_backend\single_figure.html | single_figure.html | HTML | 1,357 | 0.85 | 0.128205 | 0 | awesome-app | 59 | 2024-03-11T14:01:03.379666 | BSD-3-Clause | false | 8ff1acf87a06e3c7d93b486ea1540459 |
/**\n * HTML5 ✰ Boilerplate\n *\n * style.css contains a reset, font normalization and some base styles.\n *\n * Credit is left where credit is due.\n * Much inspiration was taken from these projects:\n * - yui.yahooapis.com/2.8.1/build/base/base.css\n * - camendesign.com/design/\n * - praegnanz.de/weblog/htmlcssjs-kic... | .venv\Lib\site-packages\matplotlib\backends\web_backend\css\boilerplate.css | boilerplate.css | Other | 2,310 | 0.8 | 0 | 0.344828 | react-lib | 568 | 2024-12-22T02:32:40.015822 | GPL-3.0 | false | 40aefaa4b20fae2dfb1d552693e5a4f9 |
\n/* Flexible box model classes */\n/* Taken from Alex Russell https://infrequently.org/2009/08/css-3-progress/ */\n\n.hbox {\n display: -webkit-box;\n -webkit-box-orient: horizontal;\n -webkit-box-align: stretch;\n\n display: -moz-box;\n -moz-box-orient: horizontal;\n -moz-box-align: stretch;\n\n display: box;\n box-o... | .venv\Lib\site-packages\matplotlib\backends\web_backend\css\fbm.css | fbm.css | Other | 1,456 | 0.8 | 0 | 0.025316 | awesome-app | 903 | 2025-06-18T22:09:14.879721 | GPL-3.0 | false | 001fc45a5f8a73e3423f1f2c0582105e |
/* General styling */\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n content: "";\n display: table;\n border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n clear: both;\n}\n\n/* Header */\n.ui-widget-header {\n border: 1px solid #dddddd;\n border-top-left-radius: 6px;\n border-top-right-radiu... | .venv\Lib\site-packages\matplotlib\backends\web_backend\css\mpl.css | mpl.css | Other | 1,611 | 0.95 | 0 | 0.068493 | node-utils | 421 | 2025-05-23T18:25:24.198874 | Apache-2.0 | false | b44a0eb2540a08e53f13ba1df771f2fb |
/**\n * Primary styles\n *\n * Author: IPython Development Team\n */\n\n\nbody {\n background-color: white;\n /* This makes sure that the body covers the entire window and needs to\n be in a different element than the display: box in wrapper below */\n position: absolute;\n left: 0px;\n right: 0px;... | .venv\Lib\site-packages\matplotlib\backends\web_backend\css\page.css | page.css | Other | 1,623 | 0.8 | 0 | 0.161765 | react-lib | 896 | 2024-02-13T10:49:38.916540 | MIT | false | 9647487bd65e3c1ad898926d3a298a96 |
/* Put everything inside the global mpl namespace */\n/* global mpl */\nwindow.mpl = {};\n\nmpl.get_websocket_type = function () {\n if (typeof WebSocket !== 'undefined') {\n return WebSocket;\n } else if (typeof MozWebSocket !== 'undefined') {\n return MozWebSocket;\n } else {\n alert(\n ... | .venv\Lib\site-packages\matplotlib\backends\web_backend\js\mpl.js | mpl.js | JavaScript | 24,408 | 0.95 | 0.175887 | 0.100164 | react-lib | 92 | 2024-10-27T12:40:32.122699 | GPL-3.0 | false | 33f90318b847040aa9a96015e0c6fe4f |
/* This .js file contains functions for matplotlib's built-in\n tornado-based server, that are not relevant when embedding WebAgg\n in another web application. */\n\n/* exported mpl_ondownload */\nfunction mpl_ondownload(figure, format) {\n window.open(figure.id + '/download.' + format, '_blank');\n}\n | .venv\Lib\site-packages\matplotlib\backends\web_backend\js\mpl_tornado.js | mpl_tornado.js | JavaScript | 302 | 0.95 | 0.25 | 0.285714 | python-kit | 135 | 2024-02-18T09:45:13.584782 | BSD-3-Clause | false | bf7bd4fa46d01c8c67175c3168986812 |
/* global mpl */\n\nvar comm_websocket_adapter = function (comm) {\n // Create a "websocket"-like object which calls the given IPython comm\n // object with the appropriate methods. Currently this is a non binary\n // socket, so there is still some room for performance tuning.\n var ws = {};\n\n ws.binar... | .venv\Lib\site-packages\matplotlib\backends\web_backend\js\nbagg_mpl.js | nbagg_mpl.js | JavaScript | 9,514 | 0.95 | 0.185455 | 0.164609 | vue-tools | 531 | 2024-12-01T07:59:57.025239 | GPL-3.0 | false | ab8108ad6caaff8e35b5725d2370e1a5 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_agg.cpython-313.pyc | backend_agg.cpython-313.pyc | Other | 25,308 | 0.95 | 0.037975 | 0.071174 | node-utils | 213 | 2025-01-04T00:00:07.619402 | MIT | false | 462e44a18d3e12168e7de74be137e4a4 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_cairo.cpython-313.pyc | backend_cairo.cpython-313.pyc | Other | 30,481 | 0.95 | 0.003788 | 0.008333 | vue-tools | 570 | 2023-08-02T09:18:26.458581 | MIT | false | fba1e1fc858a55d672975bf0baa9b821 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_gtk3.cpython-313.pyc | backend_gtk3.cpython-313.pyc | Other | 36,761 | 0.95 | 0.012397 | 0.004525 | vue-tools | 567 | 2023-11-28T21:52:23.819140 | MIT | false | 618bccfb44d0cb65414a40edb74568b5 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_gtk3agg.cpython-313.pyc | backend_gtk3agg.cpython-313.pyc | Other | 4,641 | 0.8 | 0 | 0 | awesome-app | 994 | 2024-05-17T10:42:45.570920 | MIT | false | 0dc6305d9f92cfd12702d1746f135462 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_gtk3cairo.cpython-313.pyc | backend_gtk3cairo.cpython-313.pyc | Other | 2,516 | 0.8 | 0 | 0 | python-kit | 508 | 2025-04-10T07:29:36.476341 | BSD-3-Clause | false | d2491beac23080c9514ecc65d70978b6 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_gtk4.cpython-313.pyc | backend_gtk4.cpython-313.pyc | Other | 36,373 | 0.95 | 0.01 | 0.011194 | node-utils | 462 | 2023-12-22T00:44:28.440670 | GPL-3.0 | false | a868531f5fa6692d162b0842bbcabcf0 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_gtk4agg.cpython-313.pyc | backend_gtk4agg.cpython-313.pyc | Other | 2,642 | 0.8 | 0 | 0 | react-lib | 369 | 2024-07-20T11:00:35.993934 | MIT | false | e88528169cffc337033004d671998072 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_gtk4cairo.cpython-313.pyc | backend_gtk4cairo.cpython-313.pyc | Other | 2,335 | 0.8 | 0 | 0 | python-kit | 165 | 2024-09-26T08:25:10.473416 | BSD-3-Clause | false | 316f1a7557ea3f2d1f44d841113cccbb |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_macosx.cpython-313.pyc | backend_macosx.cpython-313.pyc | Other | 11,969 | 0.95 | 0.022727 | 0.047619 | node-utils | 422 | 2025-01-12T16:23:28.335537 | BSD-3-Clause | false | 8291fdc25a525d45ea8bc07b893673d9 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_mixed.cpython-313.pyc | backend_mixed.cpython-313.pyc | Other | 4,815 | 0.95 | 0.074074 | 0.019608 | node-utils | 132 | 2023-11-20T09:52:10.101112 | MIT | false | 4cdf2db0dddd7c0f819cc7bd4992cfe7 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_nbagg.cpython-313.pyc | backend_nbagg.cpython-313.pyc | Other | 12,283 | 0.8 | 0.019608 | 0 | node-utils | 206 | 2023-10-23T04:33:06.406816 | Apache-2.0 | false | 5645f93412b28329d12c3fb03840a012 |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_pgf.cpython-313.pyc | backend_pgf.cpython-313.pyc | Other | 49,692 | 0.95 | 0.030488 | 0.006494 | python-kit | 463 | 2024-04-25T02:47:51.482884 | BSD-3-Clause | false | 2894ad612f8dde8367a91654877333fc |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_ps.cpython-313.pyc | backend_ps.cpython-313.pyc | Other | 64,806 | 0.75 | 0.060254 | 0.003382 | node-utils | 974 | 2023-09-17T18:39:26.939454 | BSD-3-Clause | false | 950de593e0d0fdfd1ead7875ea7fcabe |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_qt.cpython-313.pyc | backend_qt.cpython-313.pyc | Other | 65,207 | 0.75 | 0.004292 | 0.02 | python-kit | 18 | 2025-06-15T12:26:07.873763 | MIT | false | 6dc4bba52a703c94dd17408be16863ad |
\n\n | .venv\Lib\site-packages\matplotlib\backends\__pycache__\backend_qt5.cpython-313.pyc | backend_qt5.cpython-313.pyc | Other | 1,545 | 0.7 | 0 | 0 | awesome-app | 732 | 2023-07-18T13:03:43.473955 | BSD-3-Clause | false | fad84fd8dd94095e633ba36e3bb4be52 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.