GitXplorerGitXplorer
P

QWTwPlot.jl

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
88142b0a59361f8152efaa7038cf56bc1cd830db

module file renamed according to module name

iig-or committed 8 years ago
Unverified
b834d03e7e7398c51179152729754e5bbc86c542

small changes about Package name

iig-or committed 8 years ago
Unverified
4b12f7ece692fc91620bc4ead16c7385ae3c29a2

module nanme changed

iig-or committed 8 years ago
Unverified
05b2fa629c6bf622157e512520664725ab8d5c36

readme changed a bit

iig-or committed 8 years ago
Unverified
8e3b5225ae8450405a199145b3cf3d78977da0a0

example and description changed

iig-or committed 8 years ago
Unverified
1bc4f80839a72dd3c68184eadd1b0cd01eb428bd

small changes in 'qversion() function'

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