Skip to main content

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


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

visdom_helper-0.0.1-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page