This repository includes a first draft of an 3D Visualization of Empirical Attainment Function (EAF) results.
Specifically, this repository plots the following two results from the EAF package:
uniform-250-10-3d.txt.spherical-250-10-3d.txt.
Pythonis required for reproducing the analysis. Further documentation here.- The
pandaspackage is required for data manipulation and to get real time data. - The
numpypackage is required for mathematical formulations. - The
matplotlibpackage is required for plots.
- The
This project utilizes the both: uniform-250-10-3d.txt and spherical-250-10-3d.txt files.
Theese files, used as input, have been sourced from here.
In order to obtain the EAF 3D plots, it is only necessary to run either:
testing_with_df.py: to plot the first level of theuniform-250-10-3d.txtdataset.test_uniform_vs_spherical.py: to plot the first level of theuniform-250-10-3d.txtandspherical-250-10-3d.txtdatasets in the same canvas.