fossasia/visdom

[feature request]Enable passing markersize as a tensor

クローズ

#149 opened on 2017/09/08

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (1,152 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (9,831 個のスター)
PR merge metrics
 (平均マージ 9d 12h) (30d で 116 merged PRs)

説明

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.

コントリビューターガイド