Conversation
|
right now, I have it creating the keys to the dict by self._graphics[graphic.__class__.__name__] = list()
self._graphics[graphic.__class__.__name__].append(graphic)but |
|
yea not sure whether the best approach is to have it as a graphic.__class__ is ImageGraphic |
|
after this is done modify the |
|
after #88 there is now a class attribute that stores the name of the graphic as a str in lower case, see: https://github.com/kushalkolar/fastplotlib/pull/88/files#diff-a57994ecff1cde4e05c8175265219f0b5200da144ce8733b9eb560c09bcea7ddR9 |
|
rebase on mater or just start a new PR, this is pretty straight forward. |
|
I think that since |
addresses #64
moved to store graphics in dict with keys as the graphic class
keys currently need to passed in as a string, need to work on implementation to allow for
as opposed to