vis._send is not working
See original GitHub issuevis._send
doesn’t seem to be working.
I ran this code:
import visdom
vis = visdom.Visdom()
trace = dict(x=[1,2,3], y=[4,5,6], marker={'color': 'red', 'symbol': 104, 'size': "10"},
mode="markers+lines", text=["one","two","three"], name='1st Trace')
layout=dict(title="First Plot", xaxis={'title':'x1'}, yaxis={'title':'x2'})
vis._send({'data': [trace], 'layout': layout, 'win': 'mywin'})
and the output I get is
''
As a result, I don’t see any pane in my visdom dashboard. I do get a pane if I run vis.text("hello world")
which tells me that there must be an issue related to vis._send
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Solved: Notifier between VIs not working - NI Community
So I configured a named boolean notifier that can be enabled by any the three loops and stops all three. However, it isn't...
Read more >smtp errors when trying to send email from python vis office365
Solving - I used the answer given here - Office365 smtp server does not respond to ehlo() in python to solve it.
Read more >Can receive, but not send, messages vis SMTP server
I am having a similar problem with EmailTray. I can receive emails from my bellsouth.net account, but not send them.
Read more >Using send.vis.ee as default host (#111) · Issues - GitLab
ffsend uses send.vis.ee as default host (in v0.2.65+). I am hosting this instance myself. That way I can ensure best performance,...
Read more >Issues · visjs/vis-network - GitHub
Issues · visjs/vis-network. ... Manipulation toolbar disappears when calling delete with no selected node or ... Custom menu is not visible on right...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No worries, thanks again for the initial catch!
That is indeed what the demo script will output, however the server should output a post to
/events
. Then in your browser you’ll end up with this: