You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The format of this [FILENAME].txt can be seen with the available example datasets. Compatible data (in the current state of the program) can be boiled down to the following datapoints:
36
31
@@ -50,21 +45,14 @@ The format of this [FILENAME].txt can be seen with the available example dataset
50
45
3. .txt file -> CTRL + V
51
46
52
47
You're welcome
53
-
## How to import matplotlibcpp.h
54
-
This link should do the trick: https://stackoverflow.com/questions/66507618/running-python-matplotlibcpp-in-visual-studio-2019
48
+
## To run regressionAnalysis_sciplot.cpp:
49
+
### Install gnuplot
50
+
Once this is installed, you'll be able to run the executable attached to the release "1.0 Sciplot-edition"
51
+
52
+
https://sourceforge.net/projects/gnuplot/
53
+
54
+
**NOTE: Make sure to set {...\gnuplot\bin} as an environment variable**
55
+
### Install sciplot
56
+
https://github.com/sciplot/sciplot
55
57
56
-
To sum up the proces of importing matplotlibcpp, here is a checklist:
57
-
1. Open command prompt. Check if python is installed (python versions 3.7 - 3.9 are recommended. Newer versions of python will cause unwanted errors) by entering the first of the following commands:
0 commit comments