rcassani / array-draw

Python class to generate visualizations for 1D, 2D and 3D arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArrayDraw

Python class to generate visualizations for 1D, 2D and 3D arrays.

This project was inspired by the way how DataArrays are visualized in scipp.

Examples

  1. 2D array as plane

  1. 2D array as cuboid

  1. 3D array as cuboid

  1. 3D array, custom color hue, custom line color

  1. 3D array, custom face, roof and side colors

  1. 3D array, custom colors for each tile in face, roof and side

  1. 3D array, custom face, roof and side colors, labels, title and background color

About

Python class to generate visualizations for 1D, 2D and 3D arrays

License:MIT License


Languages

Language:Python 100.0%