GitXplorerGitXplorer
P

QWTwPlot.jl

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
43366218fd10fd6d97a6eed6737e2409609cc730

qwtwplot.jl generated files.

iig-or committed 8 years ago
Unverified
5e3b1acb4e86adf262ccf313f24b1c7952613339

initial empty commit

iig-or committed 8 years ago

README

The README file for this repository.

QWTwPlot

This is another 2D plotting tool for Julia language. It is based on (my) qwtw "C" library, which is based on QWT library which is based on QT library.

Current version should work for Windows and for Linux. I'm using this for mostly for data analysis (dynamic systems with big state vector, sometimes its difficult to say how one variable influence other variable). Some useful features are explained on following page: https://github.com/ig-or/QWTwPlot.jl/wiki/qwtw-library-features

how to install it

There is some additional info and usage examples on project WIKI page here https://github.com/ig-or/QWTwPlot.jl/wiki

Another description

You can see how it looks like here: https://github.com/ig-or/qwtw - on qwtw library page. There are a number of pictures in this description.

In order to use this package, you'll have to have qwtw library "installed". For Windows7 x64 and Fedora-24-x64 Linux I have installation packages https://github.com/ig-or/qwtw/releases

Build Status