fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visdom绘制分类热力图

Lkevin20 opened this issue · comments

Use this to open other questions or issues, and provide context here.
为什么利用visdom.heatmap()绘制热力图时会出现平面图和峰图两种结果
J3PLBAID6HA~H8Y)E5C~V

Hi,

to overwrite a window instead of creating a new one, use the win argument, i.e. viz.heatmap(cls_show, win="my cls1 map).
(See https://github.com/fossasia/visdom#plotting-1)

Best,
da-h

I am sorry, but I do not understand chinese. But from what I got by using translate.google.com:
To create scatter plots, please see the section vis.scatter in the Readme, also there are some more examples in the file example/components/plot_scatter.py that could help.