Skip to content

Bierbunker/Lab-Tool

Repository files navigation

Lab-Tool - A Python based lab-data visualization tool

CodeCov Coverage

Lab-Tool is a python package that can be used to process and visualize data obtained primarily from physical experiments.

Features

  • Error propagation using the uncertainties package
  • Visualization using the matplotlib package
  • LaTeX table snippets

Getting Started

Lab-Tool is provided as python package and hosted on the Python Package Index. In order to install the package please run pip install labtool-ex2.

If you plan on using the latex snippets you need to have the packages tabularray and siunitx installed. A full installation of Texlive 2021 is recommended.

Documentation

Documentation can be found in the Wiki. Please note that Lab-Tool is currently under heavy development and might introduce breaking changes at any time.