Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.21 KB

PlugAndPlot

Build Status

Goal: build a QML GUI to create statistical plots from a DataFrame, based on StatPlots and GroupedErrors.

While most of the plots can actually be achieved by typing reasonably simple commands from GroupedErrors, this package is relevant for the following two use-cases:

  • users not very comfortable with coding
  • completely exploratory data analysis on a dataset with a large number of columns where doing all plots by hand would be too time consuming.

In either case, it is recommended to also check out GroupedErrors to better understand what's going out under the hood.

The qml code is largely inspired to the examples of the excellent QML.jl package.

Example usage

This is what it looks like:

gui

See the docs for a more thorough explanation.