fossasia/visdom

[feature request]Enable passing markersize as a tensor

Open

#149 建立於 2017年9月8日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Python (9,831 star) (1,152 fork)batch import
enhancementhelp wanted

描述

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.

貢獻者指南