fossasia/visdom

[feature request]Enable passing markersize as a tensor

已关闭

#149 创建于 2017年9月8日

 (2 条评论) (0 个反应) (0 位负责人)Python (1,152 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (9,831 个星标)
PR 合并指标
 (平均合并 9天 12小时) (30 天内合并 116 个 PR)

描述

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.

贡献者指南