Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

issue: 26871 - Remove SimplePath class from patches.py#26876

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
10 commits
Select commitHold shift + click to select a range
04230e1
issue: 26871 - Remove SimplePath class from patches.py which is depre…
QuLogicSep 20, 2023
25f5c43
issue: 26871 - Remove SimplePath class from patches.py which is depre…
QuLogicSep 20, 2023
1615cc8
issue: 26871 - Remove SimplePath class from patches.py which is depre…
tacaswellSep 21, 2023
193e638
issue: 26871 - Remove SimplePath class from patches.py which is depre…
tacaswellSep 21, 2023
4a13102
TST: implement plot smoke test
tacaswellSep 21, 2023
b506bfb
issue: 26871 - Remove SimplePath class which is deprecated since 3.7
Sep 22, 2023
0820cb8
issue: 26871 - Remove SimplePath class from patches.py which is depre…
prateetishahSep 22, 2023
eb07ba3
issue: 26871 - Remove SimplePath class from patches.py which is depre…
prateetishahSep 22, 2023
281c055
issue: 26871 - Remove SimplePath class from patches.py which is depre…
prateetishahSep 22, 2023
23f641c
issue: 26871 - Remove SimplePath class from patches.py which is depre…
prateetishahSep 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions.circleci/config.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,26 +42,26 @@ commands:
- run:
name: Install apt packages
command: |
sudo apt -qq update
sudo apt install -y \
inkscape \
ffmpeg \
sudo apt-get -qq update
sudo apt-get install -yy --no-install-recommends \
cm-super \
dvipng \
ffmpeg \
fonts-crosextra-carlito \
fonts-freefont-otf \
fonts-humor-sans \
fonts-noto-cjk \
fonts-wqy-zenhei \
graphviz \
inkscape \
lmodern \
cm-super \
optipng \
texlive-fonts-recommended \
texlive-latex-base \
texlive-latex-extra \
texlive-fonts-recommended \
texlive-latex-recommended \
texlive-pictures \
texlive-xetex \
ttf-wqy-zenhei \
graphviz \
fonts-crosextra-carlito \
fonts-freefont-otf \
fonts-humor-sans \
fonts-noto-cjk \
optipng
texlive-xetex

fonts-install:
steps:
Expand Down
3 changes: 3 additions & 0 deletionsdoc/api/next_api_changes/removals/26871-PS.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
Remove Deprecated API
~~~~~~~~~~~~~~~~~~~~~~~
``matplotlib.patches.ConnectionStyle._Base.SimpleEvent``
5 changes: 0 additions & 5 deletionslib/matplotlib/patches.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2708,11 +2708,6 @@ class _Base:
helper methods.
"""

@_api.deprecated("3.7")
class SimpleEvent:
def __init__(self, xy):
self.x, self.y = xy

def _in_patch(self, patch):
"""
Return a predicate function testing whether a point *xy* is
Expand Down
2 changes: 0 additions & 2 deletionslib/matplotlib/patches.pyi
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -455,8 +455,6 @@ class BoxStyle(_Style):

class ConnectionStyle(_Style):
class _Base(ConnectionStyle):
class SimpleEvent:
def __init__(self, xy: tuple[float, float]) -> None: ...

def __call__(
self,
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp