question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: 'Visdom' object has no attribute 'updateTrace'

See original GitHub issue

Hey guy. I am a newer to visdom and I try the code viz.updateTrace( X=np.random.rand(255), Y=np.random.rand(255), win=win, name='new_trace', ) online but then I get the bug AttributeError: 'Visdom' object has no attribute 'updateTrace' My version is the newest version 0.1.8.3 and i wonder know if there is any bug in the newest version?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
JackUrbcommented, Nov 12, 2018

@soulslicer are you trying to append or replace? Is it a line or a scatter plot? Depending on which, you’ll just use viz.scatter or viz.line with the parameters update='append' or update='replace' and the rest of the parameters as you’ve provided above.

0reactions
soulslicercommented, Nov 9, 2018

Can someone please tell me how to port this line to the new API

        #self.viz.updateTrace(X=np.array([x]), Y=np.array([y]), env=self.env, win=self.plots[var_name], name=split_name)

I can’t find any solution anywhere

Read more comments on GitHub >

github_iconTop Results From Across the Web

'Visdom' object has no attribute 'updateTrace' · Issue #359
AttributeError : 'Visdom' object has no attribute 'updateTrace'. What Update , I need to make Callback code to get away with this issue?...
Read more >
'Visdom' object has no attribute 'updateTrace'_jameszhu08的 ...
Pytorch visdom error:AttributeError: 'Visdom' object has no attribute 'updateTrace'. 如果想在同一个图中画多个曲线,原来的API updateTrace已经 ...
Read more >
'Visdom' object has no attribute 'updateTrace' - CodeAntenna
win7系统,照书上编写了一个python的飞船游戏,按照书上的编写的,但不知道问题出在哪里AttributeError:'str'objecthasnoattribute'get_rect'完整代码alien_invasion.
Read more >
Django: object has no attribute 'update' - Stack Overflow
I want to update first one record of the database. This result can be two or more results. This works. TelegramAppUserConfig.objects.filter(user ...
Read more >
考考你的SQL水平- SQL,数据库- Tech - ITeye论坛
相关推荐: Pytorch visdom error:AttributeError: 'Visdom' object has no attribute 'updateTrace' · python中plotly.express中线条图_python画图: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found