fossasia/visdom

[feature request]Enable passing markersize as a tensor

Chiusa

#149 aperta il 8 set 2017

 (2 commenti) (0 reazioni) (0 assegnatari)Python (1152 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (9831 stelle)
Metriche merge PR
 (Merge medio 9g 12h) (116 PR mergiate in 30 g)

Descrizione

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.

Guida contributor