GitXplorerGitXplorer
P

QWTwPlot.jl

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cf1b27e9115900988319a52c996a00f13eb380bb

julia version specific code changed

committed 8 years ago
Unverified
d6835c2ea3b1fb1f42adb8412eca0ee6bfea5fd4

julia version specific code added

committed 8 years ago
Unverified
87cc40c1e8c1a31ff195661f8d9c8321561d6620

description changed (because new qwtw lib released)

iig-or committed 8 years ago
Unverified
7dbd65b0f17148a3addf38f0d61ecba098f2c0ba

julia 0.5 version works better

iig-or committed 8 years ago
Unverified
82c70408a3ffb86186066704377573a112e95cfc

warnings removed

iig-or committed 8 years ago
Unverified
36daa351577b6e05848b7b57eed3d74610766f77

example changed

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