A plotting helper for facebook visdom dashboards
Project description
This is a simple helper class that makes the awesome visdom library easier to use.
Todo
[ ] add pip build chain
Download
[ ] todo item
Usage
First try to setup a dashboard.
from visdom-helper import Dashboard
vis = Dashboard('title-of-this-dashboard')
# Now you can add plots to it.
Existing plots are automatically updated, indexed by name/title.
vis.plot('title-of-plot/name-of-plot', 'type-of-plog', *arg, **args)
To update plot by appending new data
vis.append('title-of-plot/name-of-plot', 'type-of-plog', *arg, **args)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for visdom_helper-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa2407e5fe37d302602c27ca4d956652203049cb0804e3c142e942d7c8f13695 |
|
MD5 | d628b58dabb5187a07d1892a98d39b13 |
|
BLAKE2b-256 | 528436221cd2929e59bc2746c27d81afe5c126803ba7d1869704fb2fd609caa7 |