SciGraph is a package of Intel® Visual Fortran routines for drawing scientific graphs including line, bar, XY, and pie graphs.

System Requirements:

Build Instructions

For Visual Studio IDE users:
  1. Open Visual Studio and load the solution .sln file
  2. Clean the solution from menu Build > Clean Solution
  3. Build the project from menu Build > Build Solution
  4. Run the application from menu Debug > Start Without Debugging or press Ctrl-F5
For Windows Command Line users:
  1. Open the appropriate Intel Fortran compiler command prompt and navigate to project folder
  2. Compile:
    ifort /nologo /c /libdir:noauto src/sgdata.f90
    ifort /nologo /c /libdir:noauto src/sglowlvl.f90
    ifort /nologo /c /libdir:noauto src/sgdraw.f90
    ifort /nologo /c /libdir:noauto src/sgplot.f90
    ifort /nologo /c /libdir:noauto src/sgadmin.f90
    ifort /nologo /c /libdir:noauto src/scigraph.f90
    lib /nologo /out:scigraph.lib sgdata.obj sglowlvl.obj sgdraw.obj sgplot.obj sgadmin.obj scigraph.obj

    ifort /nologo /libs:qwin src/sgdemo.f90 scigraph.lib
  3. Run the program: sgdemo.exe