fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
Apache License 2.0
9.93k stars 1.13k forks source link

visdom绘制分类热力图 #913

Closed Lkevin20 closed 1 year ago

Lkevin20 commented 1 year ago

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

Lkevin20 commented 1 year ago

D$4FD1S 9AS9W%)FIL@_NRI

da-h commented 1 year ago

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

Lkevin20 commented 1 year ago

谢谢作者已解决。请问我如何画出作者您这样的能区分正负样本的分类得分散点图,我画的分类得分散点图无法直观区分正负样本

抢哥辣条还想跑 @.***

 

------------------ 原始邮件 ------------------ 发件人: "fossasia/visdom" @.>; 发送时间: 2023年3月21日(星期二) 下午2:16 @.>; @.**@.>; 主题: Re: [fossasia/visdom] visdom绘制分类热力图 (Issue #913)

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

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

da-h commented 1 year ago

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.