matplotlib / matplotlib/napari-matplotlib
Integrate with tabular functionality
Ninguém assumiu esta issue ainda.
- Linguagem predominante
- Python
- Estrelas
- 46
- Forks
- 24
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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](https://www.napari-hub.org/plugins/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](https://www.napari-hub.org/plugins/napari-skimage-regionprops) (see [code here](https://github.com/haesleinhuepf/napari-skimage-regionprops/blob/master/napari_skimage_regionprops/_table.py)).
## 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
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Direção de pesquisa
Comece revisando a funcionalidade de plotagem existente do napari-matplotlib e a implementação referenciada de napari-skimage-regionprops/_table.py. Esclareça se o objetivo é a integração de código, cabeçalhos de coluna padronizados ou interações com napari-spreadsheet; o trabalho estará concluído quando houver um escopo acordado e um plano de integração explícito.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- matplotlib, python
- Domínio
- data-visualization
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100