Skip to content

Commit

Permalink
Merge pull request #1953 from gdsfactory/use_klayout_default_plotter
Browse files Browse the repository at this point in the history
swtich from matplotlib to klayout from default plotter
  • Loading branch information
joamatab committed Aug 5, 2023
2 parents 0e16b3f + f898ac4 commit 0860546
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 266 deletions.
2 changes: 1 addition & 1 deletion .github/write_components_doc.py
Expand Up @@ -71,7 +71,7 @@
import gdsfactory as gf
c = gf.components.{name}({kwargs})
c.plot_matplotlib()
c.plot_klayout()
"""
)

0 comments on commit 0860546

Please sign in to comment.