seaborn-image

High-level API for attractive and descriptive image visualization in Python

MIT License

Downloads
2.1K
Stars
66
Committers
6

Bot releases are hidden (Show)

seaborn-image - Minor Release w New Features

Published by SarthakJariwala about 4 years ago

What's Changed?

Features

  • New options to set context (like seaborn), scalebar properties, image properties, save properties using set_context, set_scalebar, set_image, set_save_context
  • Any matplotlib rc parameter can be passed through context functions
  • Option to reset to matplotlib defaults using reset_defaults
  • imgplot does not require scalebar and scalebar_params parameter anymore
  • imgplot and filterplot returns fig, ax, data or filtered_data
  • Pass vmin, vmax to image plots
  • Set colorbar ticks using cbar_ticks parameter in image plots

Tests

  • Improve test coverage