Skip to content
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

Integrate with tabular functionality #66

Open
jo-mueller opened this issue Mar 2, 2023 · 1 comment
Open

Integrate with tabular functionality #66

jo-mueller opened this issue Mar 2, 2023 · 1 comment
Labels
New feature New feature or request

Comments

@jo-mueller
Copy link
Contributor

Hi @dstansby ,

I was recently discussing with @zoccoler about how to further improving napari-matplotlib. One thing that appeared to be a natural extension for plotting functionality would be the support for some sort of tabular interaction: Clicking on column heads could trigger the display of feature scatter/histogram plots, similarly for metadata. We could introduce standardized column headers (label already exists) such as frame for the time dimension, etc.

Now such things obviously already exist (e.g., in the scope of napari-spreadsheet) and it would be superfluous effort to create this functionality from scratch. Another place where tabular functionality exists (and is actively used) is napari-skimage-regionprops (see code here).

Pitch:

In order to make the most of both functionality (current napari-matplotlib and table from napari-skimage-regionprops), we suggest to join efforts and merge these two pieces of code under one hood. This would greatly enhance the reach of napari-matplotlib, its usability and spread the effort of maintenance over more shoulders.

Would love to hear your thoughts!

Also tagging @haesleinhuepf as the maintainer of napari-skimage-regionprops

@dstansby dstansby added the New feature New feature or request label Apr 19, 2023
@dstansby
Copy link
Member

I'm not quite sure from the description above what you're trying to achieve with tabular functionality. Could you provide some example workflows that involve 1) the napari viewer 2) a table of data and 3) a 2D plot (which is where napari-matplotlib comes in), and hopefully from those we can explore what napari-matplotlib could provide to support those workflows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants