Skip to content

Commit 398656f

Browse files
Release 1.0 sciplot-edition
1 parent e8add07 commit 398656f

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Imagine regression analysis using Excel, Geogebra, Graph, etc. except it gets done much faster
1+
# Imagine regression analysis using Excel, Geogebra, Graph, etc. except it gets done much faster (sciplot-edition)
22

33
![Screenshot](Screenshots/Screenshot_test.jpg)
44

@@ -22,7 +22,7 @@ Regression analysis program utilizing sciplot to plot the results. Using .txt fi
2222
- Correlation coefficient r of ONLY linear regression model
2323

2424
**RegressionAnalysis_sciplot.cpp imports the following files:**
25-
- ...sciplot/sciplot.h
25+
- ...sciplot-master/sciplot/sciplot.h
2626
- [FILENAME].txt
2727

2828
![Screenshot](Screenshots/Screenshot_1.0.jpg)
@@ -45,13 +45,14 @@ The format of this [FILENAME].txt can be seen with the available example dataset
4545
3. .txt file -> CTRL + V
4646

4747
You're welcome
48-
## How to import sciplot to you project:
49-
1. Install gnuplot: https://sourceforge.net/projects/gnuplot/
50-
- Make sure to set {...\gnuplot\bin} as an environment variabel
51-
2. Install sciplot https://github.com/sciplot/sciplot
48+
## To run regressionAnalysis_sciplot.cpp:
49+
### Install gnuplot
50+
Once this is installed, you'll be able to run the release "1.0 Sciplot-edition"
5251

53-
At this point, [...]
52+
https://sourceforge.net/projects/gnuplot/
5453

55-
3. include the following under "include Directories": {...\sciplot}
54+
**NOTE: Make sure to set {...\gnuplot\bin} as an environment variable**
55+
### Install sciplot
56+
https://github.com/sciplot/sciplot
5657

57-
After that, you should be good to run the .cpp file
58+
Include the downloaded "sciplot-master" following under "include Directories": {...\sciplot-master}

0 commit comments

Comments
 (0)