Draw Rectangles #885
willpartcl
started this conversation in
Ideas
Replies: 5 comments
|
Does the rectangle selector work for your usecase? https://fastplotlib.org/ver/dev/_gallery/index.html#selection-tools |
0 replies
|
I want to plot things like the gifs in the readme of this repo: https://github.com/The-OpenROAD-Project/RePlAce |
0 replies
|
I would use the RectangleSelector and make it non-responsive to events: for wo in rectangle_selector.world_object.children:
wo.material.pick_write = FalseIn the future we can make a kwarg that enables/disable selectors. |
0 replies
|
Actually you can just add images, that's what I would do. |
0 replies
|
I would use a single image, then you can choose a cmap and set the alpha values (it might be helpful to set the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a very specific application that requires drawing rectangles in a plot. Can you PLEASE add this feature...
All reactions