Skip to main content

Serving interactive charts with images

Project description

Serving interactive charts with images - based on Altair

PyPI version

Project fully supports Google Colab. For more details see examples

Installation

pip install altair-images

How to use

import numpy as np

from altair_images import plot_with_image

embedding_data = np.load('../tests/pca_data_100.npy')
sample_images = np.load('../tests/sample_images_100.npy')
labels = np.load('../tests/sample_labels_100.npy')

plot_with_image(embedding_data, labels, sample_images)

Fashion MNIST embeddings

TODO

  • Add examples in readme
  • Add CI for tagging and publishing new version from master
  • Add tests
  • Example of line_plot and pictures(speed and frame, weight and body)

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

altair_images-0.1.4-py3-none-any.whl (5.2 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