Authors: Arturo Erdely & Manuel Rubio-Sánchez
Preprint: arXiv
- Download and install the Julia programming language.
- Download the code files clicking in the green button
<> Code
of this GitHub repository andDownloadZIP
. Unzip the downloaded file in a working directory of your election. - Open the
Julia
terminal and change to the working directory where you unzipped the files. You may do this by defining a string variablepath
with the path to the files directory and then execute in the terminalcd(path)
. For example, in the operating system Windows it may look something like:path = "D:/MyFiles/visualdep" cd(path) readdir()
- Install the required packages by executing the following command in the
Julia
terminal. This may take a while:include("1installPackages.jl")
- Load the required
Julia
code by executing the following command in theJulia
terminal:include("2loadFunctions.jl")
- Generate the figures and calculations by executing the following command in the
Julia
terminal:Figure 3 takes several minutes, be patient. Don't worry about the warning messages from the data for figures 7 through 11.include("3generateFigures.jl")