anchor-python-visualization

Introduction

Scripts in Python for visualizing plots / images etc.

They are installed collectively as a package anchor_python_visualization.

Usage

Each .py script in the top-level directory of src/anchor_python_visualization is designed as a command-line application.

Please first install the package, by:

  • pip install . (in the root of the checked out repository) or

  • pip install git+https://github.com/anchoranalysis/anchor-python-visualization.git

A script can then be called from the command-line with the -m argument, ala:

python -m anchor_python_visualization.script_top_level_name --somearg

Top-Level Scripts

  • histogram_plot - plots a histogram from a CSV file (source).

  • visualize_features - visualizes embeddings in a CSV file by plotting or TensorBoard (source).

API

Indices and tables