Feat/svg substrate#129
Conversation
|
Hi Marco, First, thanks for taking the initiative to do this!! I played with it a bit and have a few comments.
|
|
Hi Randy, Glad you like it :)
We thought it would simplify the main.cpp call to keep it in the same method. By default it's accessible, and only turned on/off in the XML.
Yes this is just a draft, any changes are welcome.
Actually we should have explained this, but if you remove the min/max, it's dynamic. It force us to add one for loop to check the min/max in every voxel, but it's working. Maybe the XML should be defined differently, with a on/off flag.
Excellent idea, we completely forgot about that ! Marco is on it :)
Very cool idea.
I think PhysiCell Studio could also use the XML settings in the end, to decide which substrate and if chosen which min/max ? |
…VG + some comments to explain it
… automatically compatible with all the examples that do not use the substrate plotting
…le in interactions sample
95a8797 to
8f596be
Compare
|
you taught me something new! |

Hi Paul, Marco's here!
Here is the code to visualize a chosen substrate directly in the SVG.
We discussed it the last time when me and Vincent were visiting you at IU.
It is still not perfect but at least we give a chance to the user to plot or not the substrate.
During the hackathon at BSC people were interested in visualizing the substrate directly from the SVG, this is why I am finally doing the pull request (also because Vincent pushed me for months in doing it...).
Let me know what you think!
Best,
Marco