Skip to main content

Easy Visualisation of Plots

Project description

ongoing

Colab Preview for Code
Open in Colab

eagleview

A package for greatly increasing the visualisation of datasets, in an easy manner.

Usage

  1. Clone the repository:
!git clone https://github.com/hexronuspi/eagleview
  1. Upload the folder containing your images. If they are in a zip or any other file, extract them first.

  2. Navigate to the cloned repository:

%cd eagleview
  1. Install the package:
!pip install .
  1. Use the package in your Python code:
from eagleview.figshow import ImageMatrix

image_display = ImageMatrix('/content/path_to_folder_containing_images')
image_display.display_image((2, 3), False)

This will display the images in a grid with 3 columns and 2 rows, without printing the left out images. If you want to print all images, you can call image_display.display_image((2, 3)) or image_display.display_image((2, 3), True).

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

eagleview-0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

eagleview-0.1-py3-none-any.whl (2.4 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