Skip to content

Commit

Permalink
REFACTOR: plot method (#900)
Browse files Browse the repository at this point in the history
* added new plot method

* added new plot method

* added new plot method

* Added requirements

* MISC: Auto fixes from pre-commit.com hooks

For more information, see https://pre-commit.ci

* fixed docs

* skip 0 tickness lines

* MISC: Auto fixes from pre-commit.com hooks

For more information, see https://pre-commit.ci

* skip 0 tickness lines

* MISC: Auto fixes from pre-commit.com hooks

For more information, see https://pre-commit.ci

* skip 0 tickness lines

* MISC: Auto fixes from pre-commit.com hooks

For more information, see https://pre-commit.ci

* fix pre-commit

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: ring630 <@gmail.com>
  • Loading branch information
maxcapodi78 and pre-commit-ci[bot] authored Nov 20, 2024
1 parent 719ef9f commit 60777e3
Show file tree
Hide file tree
Showing 11 changed files with 531 additions and 391 deletions.
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

0 comments on commit 60777e3

Please sign in to comment.