Draw Rectangles #885
Replies: 5 comments
-
Does the rectangle selector work for your usecase? https://fastplotlib.org/ver/dev/_gallery/index.html#selection-tools |
Beta Was this translation helpful? Give feedback.
-
I want to plot things like the gifs in the readme of this repo: https://github.com/The-OpenROAD-Project/RePlAce |
Beta Was this translation helpful? Give feedback.
-
I would use the RectangleSelector and make it non-responsive to events: for wo in rectangle_selector.world_object.children:
wo.material.pick_write = False In the future we can make a kwarg that enables/disable selectors. |
Beta Was this translation helpful? Give feedback.
-
Actually you can just add images, that's what I would do. |
Beta Was this translation helpful? Give feedback.
-
I would use a single image, then you can choose a cmap and set the alpha values (it might be helpful to set the |
Beta Was this translation helpful? Give feedback.
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...
Beta Was this translation helpful? Give feedback.
All reactions