Skip to content

jvelilla/wrap_plplot_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eiffel Plplot Library

Wrapped using WrapC tool.

A library that enable to use plplot from Eiffel code. Currently only working on Windows and tested with version Plplot 5.15.0

Installation

Windows

Tested with Microsoft VisualC compiler on 64 bits.

  git clone https://github.com/eiffel-wrap-c/wrap_plplot wrap_plplot
  cd wrap_plplot

Building Plplot

Look at Building_PLplot to obtain generic build instruction and then build Plplot with VisualStudio

Then setup the following environment variables

  PLPLOT_HOME :  path to plpot home directory: example `C:\Program Files (x86)\plplot`.
  PLPLOT_DRV_DIR: path to plplot drivers directory: example `%PLPLOT_HOME%\lib\plplot5.15.0\drivers`.
  PLPLOT_LIB: paht to plot library directory: example: `%PLPLOT_HOME%\share\plplot5.15.0`.

About

Eiffel binding for Plplot C library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published