Again, another simple 2D plotting tool

Hello,
made another 2D plotting tool for Julia… QWTWPlot.jl maybe it could be useful for quick data analysis. It does not have many features but allows to quickly create a number of “connected” plots, like when you move marker on one plot, markers on other plots also supposed to move. Also if you zoom some area in one plot, it can zoom same areas in all the other plots accordingly. A number of other useful features like FFT also implemented. Only Windows&Linux&64bits supported. I tested it on a few Windows/Linux machines, looks like working. Only the very first using QWTWPlot takes quite a while, because it needs QT and BOOST runtime artifacts if not downloaded yet.

Already posted this a few years ago, but now the installation supposed to be smooth due to BinaryBuilder.

5 Likes