-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH/VIZ: Add visualization of strength of drives to each celltype #967
Comments
i just wanna confirm that do i have to make the new funtion in hnn_core/viz.py that will handle the visualization of drive strengths across cell types.I am planning to go for heatmap as a part of visualization to determine strength in more understandable form . |
Sure, this sounds like a good approach. Try to use what you can from calling |
Hey @dikshant182004 I have moved the comments related to our installation discussion over to here: #982 . Since installation help is not related to the overall Issue, I will delete the comments in this Issue. If you need further help with installation, please comment in the Discussions thread, not in this Issue. |
i am using synaptc weights which determine the strength between connection influenced by spatial distances. i have been summing the code but during the test time fail to get any color gradient in a heatmap ,not able to understand where i am going wrong
|
Instead of trying to solve the problem all at once, I would suggest starting smaller: build a "minimum working example" that works across only a few cells or a single connection type. Get that to work and produce a plot reliably (even if it is a heatmap with only a single square), then refactor it to begin including different types/cells etc. HTH |
?? |
Hey Dikshant, please understand that we want to help as much as possible, but our response times can vary. Our developers have finite time and there is a lot of work to do on HNN with different priority levels, but we are working hard to assist everyone. Regarding the plot, it looks good! I would make some small suggestions:
Also, if you feel you have developed the code to a "good working state" that you're satisfied with, or simply in a state where you want feedback on it, please push it to your branch so that I can see it here in this PR. This includes even if it is not the final version that will be merged. Until the PR is accepted and rebased onto our |
okay @asoplata i have understood all your sayings and keep that in mind in future ,i have added the funtionality that u have suggested ,if there is something that needs to be corrected do tell me |
Title is pretty self-explanatory, and this was requested by Stephanie. Add a new plot type that shows how relatively "strong" each drive is to the different celltypes in a given network, such as in https://jonescompneurolab.github.io/hnn-core/stable/auto_examples/workflows/plot_simulate_gamma.html#sphx-glr-auto-examples-workflows-plot-simulate-gamma-py .
The text was updated successfully, but these errors were encountered: