You got it perfect :) Workd like a charm ... Just some deprecating warning... (I use julia 0.5 rc3 console for testing and ijulia for better reading ) I change @unix with @static is_unix()
Base.ASCIIString is deprecated, use String instead (I haven't found it yet) Thanks a lot for sharing :) Henri Le jeudi 25 août 2016 12:01:30 UTC+2, Igor a écrit : > > Hello! > I made another 2D plotting library for Julia. Please try to test it if you > have some free time. Current version works only for Windows7 x64, but I'm > planning to make everything work for Fedora Linux also. > > It is located here: https://github.com/ig-or/qwtwplot > you'll have to read its description before the installation. > > It is based on underlying "C" library, which I used to use for data > analysis for many years, but now I tried to make a Julia package out of it. > I'm new to github, so your comments will be very appreciated. > > Best regards, Igor > > > > > > > >
