Skip to main content

seaborn-image: image data visualization and processing like seaborrn using matplotlib, scipy and scikit-image

Project description

Seaborn like image data visualization using matplotlib, scikit-image and scipy.

Description

Seaborn-image is a seaborn like python image visualization and processing library based on matplotlib.

The aim of seaborn-image is to provide a high-level API to plot attractive images quickly and effectively.

Installation

pip install seaborn-image

Simple usage

import seaborn_image as isns

"""Set context like seaborn"""
isns.set_context("notbook")

"""Plot publishable quality image in one line"""
isns.imgplot(data)

"""Add a scalebar"""
isns.imgplot(data, scalebar=True, dx=1, units="um")

Apply image filters and plot

import seaborn_image as isns

isns.filterplot(data, filter="gaussian")

Note

This project was started because I was looking for a seaborn like library for images but couldn’t find any. The project is still a work in progress but give it a go and let me know…

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seaborn-image-0.1.0.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

seaborn_image-0.1.0-py3-none-any.whl (6.5 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