GitXplorerGitXplorer
P

QWTwPlot.jl

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
38cf7e7d76e26e0935679dd4deba30fc981af451

bugs fixed

iig-or committed 8 years ago
Unverified
056aba252c4f1679d5e0e26014e77af3eeedd8d1

description changed

iig-or committed 8 years ago
Unverified
32dde53d04c493d4a88eb8de23157687a8bb27ba

example changed

iig-or committed 8 years ago
Unverified
84c23c8f5df6469afac4fbdada7bbb4d13b9af82

example added

iig-or committed 8 years ago
Unverified
a7903ee577e4944bf1213783dc39a49d98c969dd

bug fixed

iig-or committed 8 years ago
Unverified
395c14f6d804a3d109fdfecf6938960f2563eab2

looks like working somehow

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