Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zohannn authored Nov 10, 2020
1 parent 78aa8fd commit bd7b2e3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# qcustomplot
qcustomplot libraries for ros indigo
# QCustomPlot
QCustomPlot is a Qt C++ widget for plotting and data visualization. It has no further dependencies and is well documented. This plotting library focuses on making good looking, publication quality 2D plots, graphs and charts, as well as offering high performance for realtime visualization applications. Have a look at the Setting Up and the Basic Plotting tutorials to get started. More information can be found at [https://www.qcustomplot.com/](https://www.qcustomplot.com/)

## Build

```Bash
git clone https://github.com/zohannn/qcustomplot
cd build
qmake
make
```

0 comments on commit bd7b2e3

Please sign in to comment.