-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update doc layer types #311
Conversation
…ents and how to load them with images
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #311 +/- ##
==========================================
- Coverage 77.24% 77.20% -0.05%
==========================================
Files 16 16
Lines 1903 1904 +1
==========================================
Hits 1470 1470
- Misses 433 434 +1 ☔ View full report in Codecov by Sentry. |
@zoccoler, |
Hi Stefan @stefanhahmann , |
I would recommend link these Notebooks as well: https://github.com/BiAPoL/napari-clusters-plotter-example-notebooks/tree/main/notebooks/mastodon They show how the example data that I have added can be reproduced starting from Mastodon project. I am a bit unsure, if the better place to link this is the readme.md (e.g. after this line: https://github.com/BiAPoL/napari-clusters-plotter/pull/311/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R168) or the example notebook for the tracking layer type (i.e. loading_tracking_data_example.ipynb). @zoccoler what do you think? |
Thanks @stefanhahmann ! I added a link to the readme now with a brief explanation. |
Awesome, then I don't see any issues with merging this! |
Here is my attempt to update the documentation and solve #301 .
2 particular points I would like some feedback:
Points
layer, that is why I created Load features to Points layer and Surface layer from CSV file haesleinhuepf/napari-process-points-and-surfaces#89, currently I am explaining how to add them via code