Skip to content
melimat edited this page Jul 18, 2018 · 6 revisions

Welcome to the Multiple_curves wiki!

Here you can find info on how to operate the tool or how input data should look like.

At first, something about the app...

The app was designed for visualizing data exported from Vernier DAQ (Data Acquisition) and experimenting system. The main aim was ability to plot multiple lines (curves) in one graph, because in some experiments multiple standalone measuring devices are needed and it is necessary to see measured data in one graph. This tool solves that described problem.


The app is written in Python version 2.7 and Matplotlib is used for graphing. Development was done on virtual machine running Ubuntu 16.4


Content of this repository

This repository contains several files and one folder. At first description of files with .py endings (python scripts).
  • Obj-Multiple-curves.py - GUI graph plotting app itself (the main tool)
  • Data-generator.py - Terminal app used in development for generating data for testing purposes (testing plotting app)
  • Vernier_to_CSV.py - Terminal app for parsing values from .txt files generated by Vernier devices to .CSV files (sometimes it is important to export data to some ordinary data exchange file)

There is one folder in repository named Raw_data and it includes some sample data for testing the functionality of the graphing app (Obj-Multiple-Curves.py). These data were not generated by computer script, but they are result of a real measurement in lab. It was measurement of CO2 concentration.
Clone this wiki locally