Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REFACTOR: plot method #900

Merged
merged 16 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

# Visualize the layout.

edb.nets.plot(layers=layers[0], size=2000)
edb.nets.plot(layers=layers[0])

# Save the AEDB file and close EDB.

Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ tests = [
"pytest>=7.4.0,<8.4",
"pytest-cov>=4.0.0,<6.1",
"pytest-xdist>=3.5.0,<3.7",
"scikit-rf"
"scikit-rf",
"shapely"
]
doc = [
"ansys-sphinx-theme>=0.10.0,<1.1",
Expand All @@ -65,9 +66,12 @@ doc = [
"sphinx-copybutton>=0.5.0,<0.6",
"sphinx-gallery>=0.14.0,<0.19",
"sphinx_design>=0.4.0,<0.7",
"shapely",

]
full = [
"matplotlib>=3.5.0,<3.10",
"shapely",
]


Expand Down
Empty file added src/pyedb/common/__init__.py
Empty file.
Loading
Loading