fossasia/visdom
[feature request]Enable passing markersize as a tensor
Fechada
#149 aberto em 8 de set. de 2017
enhancementhelp wanted
Métricas do repositório
- Stars
- (9.831 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
It would be useful to create plots with points of different markersize. Currently, coloring points differently is supported by specifying the colors in an N, Nx3, or K and Kx3 tensor, N being the number of data points and K the amount of labels:
- `opts.markersize` : marker size (`number`; default = `'10'`)
- `opts.markercolor` : marker color (`np.array`; default = `None`)
However, marker size is just a number.