Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 2.24 KB

File metadata and controls

45 lines (30 loc) · 2.24 KB

Brane-Matplotlib logo

Welcome to the Brane Matplotlib package 👋

example workflow DOI

This repository contains a package for BRANE that runs multiple functions from the Matplotlib libary.

Install

brane import tomwassing/brane-matplotlib

Requirements

  • PyYAML
  • Matplotlib
  • NumPy

Usage

Action Input (Data) Output (Data) Description
plot_base64 input (string)
scatter (boolean)
x_label (string)
y_label (string)
title (string)
cmap_input (string)
cmap (string)
edge_color (string)
output (string) Creates a base64 encoding of the resulting plot
plot_file input (string)
file_path (string)
scatter (boolean)
x_label (string)
y_label (string)
title (string)
cmap_input (string)
cmap (string)
edge_color (string)
output (string) Saves the created plot to the specified file_path

Run tests

python3 -m pytest

Authors

👤 Jurre J. Brandsen, Sander J. Misdorp, Tom J. Wassing

Show your support

Give a ⭐️ if this project helped you!