Unable to use shapes (hex and arrowHead) in Continuous canvas #1936
Answered
by
rht
PreetamKulkarni
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
rht
Jan 9, 2024
Replies: 1 comment 3 replies
-
Sorry for the late response. The shape is specific to the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
PreetamKulkarni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the late response. The shape is specific to the
Grid
, not available inContinuousSpace
. If you want custom marker for theContinuousSpace
, you may use the experimental Solara-based visualization. Here is an example of using Matplotlib to draw the grid on virus on network: https://github.com/projectmesa/mesa-examples/blob/main/examples/virus_on_network/app.py. You could use the usual Matplotlib scatter plot with any marker of your choice.