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

How to set colors for layers independently from script #54

Open
avlsi opened this issue Sep 30, 2017 · 0 comments
Open

How to set colors for layers independently from script #54

avlsi opened this issue Sep 30, 2017 · 0 comments

Comments

@avlsi
Copy link

avlsi commented Sep 30, 2017

I would like to set color independently as I am also using this package for drawing floorplan.

Floorplan will look good with different colors.

Example Code, suppose I want 20 blocks to be placed at different locations.
I am increasing layer by 1 for each block. I want colors of these layer set independently.

layer=layer+1
cell = core.Boundary(points,layer=layer)

Let me know how can I do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant