Re: [julia-users] Re: another new 2D plotting library for Julia

2016-09-07 Thread Igor _
Thanks for this notice. "Invalid marble path" warning should be fixed in
current "master". I'll look at other warnings, but this may be not so easy.

Best regards, Igor
06.09.2016 11:43 пользователь "Henri Girard" 
написал:

> Thanks... Much better (quicker)... Here is warning I got, mostly my theme
> prob not the app :
>
>   julia version > 0.4 detected
>non-Windows detected
>
> (qwtwc) v 0.3.0 [master]; bn #4; compiled 2016-08-25 12:57:29.505551
>
> /home/pi/.themes/Not Mac/gtk-2.0/gtkrc:700: Incapable de localiser le fichier 
> image dans le chemin des pixmaps : « arrow-up_.png »
> /home/pi/.themes/Not Mac/gtk-2.0/gtkrc:704: Overlay image options specified 
> without filename
> /home/pi/.themes/Not Mac/gtk-2.0/gtkrc:710: Incapable de localiser le fichier 
> image dans le chemin des pixmaps : « arrow-up_.png »
> /home/pi/.themes/Not Mac/gtk-2.0/gtkrc:714: Overlay image options specified 
> without filename
> "Invalid MarbleDataPath \"C:/programs/marble/data\". Using 
> \"/usr/share/marble/data\" instead."
>
> qwtw: 'startQWT' starting
> QTSMain::runQT() start [/home/pi/julia/usr/bin/]
> QTSMainWidget  created
>
>
> Le 05/09/2016 à 18:09, Igor a écrit :
>
> Now everything looks like working. new package name is QWTwPlot.
> You can use Pkg.add("QWTwPlot")   or Pkg.clone("https://github.com/
> ig-or/QWTwPlot.jl.git" ).
>
> But I still need to add some unit testing. Hope I will be able to handle
> it on this week.
>
>
> среда, 31 августа 2016 г., 19:27:34 UTC+3 пользователь Igor написал:
>>
>> Oups...looks like I'll have to change package name one more time. It
>> should start with an upper case letter.
>>
>>
>>
>> среда, 31 августа 2016 г., 19:00:08 UTC+3 пользователь Igor написал:
>>>
>>> Tom,  thanks for the question; I created a list of (what I think are)
>>> "killer features" here: https://github.com/ig-or/qwtwp
>>> lot.jl/wiki/features
>>>
>>> Best regards, Igor
>>>
>>> среда, 31 августа 2016 г., 16:05:23 UTC+3 пользователь Tom Breloff
>>> написал:

 Hi Igor... any idea how your package compares to other libraries like
 GR.jl?  What are the "killer features" which inspired you to work on this?

 On Wed, Aug 31, 2016 at 8:55 AM, Igor  wrote:

> Package name changed! now new package name:
> https://github.com/ig-or/qwtwplot.jl   ("*.jl*" added)
> Also, RPM installation package for underlying qwtw "C" library for
> Fedora-24 x64 added; examples and Readme files slightly changed.  Hope 
> this
> will be included in global Metadata: https://github.com/JuliaLang/M
> ETADATA.jl/pull/6191
>
> Best regards, Igor
>
> пятница, 26 августа 2016 г., 14:16:20 UTC+3 пользователь Henri Girard
> написал:
>
>> Thanks, I am updating. For julia jupyter is IJulia. Just
>> Pkg.add("IJulia") will install it. They are developing a promising tool
>> jupyterlab which enable to work with most kernels. It's an improved 
>> jupyter
>> notebook at the moment in alpha preview. But apparently it develops quiet
>> quickly. Now I use it instead jupyter notebook.
>>
>>
>> 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
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>

>


Re: [julia-users] Re: another new 2D plotting library for Julia

2016-09-06 Thread Henri Girard
Thanks... Much better (quicker)... Here is warning I got, mostly my 
theme prob not the app :


julia version > 0.4 detected
 non-Windows detected

(qwtwc) v 0.3.0 [master]; bn #4; compiled 2016-08-25 12:57:29.505551

/home/pi/.themes/Not Mac/gtk-2.0/gtkrc:700: Incapable de localiser le fichier 
image dans le chemin des pixmaps : « arrow-up_.png »
/home/pi/.themes/Not Mac/gtk-2.0/gtkrc:704: Overlay image options specified 
without filename
/home/pi/.themes/Not Mac/gtk-2.0/gtkrc:710: Incapable de localiser le fichier 
image dans le chemin des pixmaps : « arrow-up_.png »
/home/pi/.themes/Not Mac/gtk-2.0/gtkrc:714: Overlay image options specified 
without filename
"Invalid MarbleDataPath \"C:/programs/marble/data\". Using 
\"/usr/share/marble/data\" instead."

qwtw: 'startQWT' starting
QTSMain::runQT() start [/home/pi/julia/usr/bin/]
QTSMainWidget  created


Le 05/09/2016 à 18:09, Igor a écrit :

Now everything looks like working. new package name is QWTwPlot.
You can use Pkg.add("QWTwPlot")   or 
Pkg.clone("https://github.com/ig-or/QWTwPlot.jl.git";).


But I still need to add some unit testing. Hope I will be able to 
handle it on this week.



среда, 31 августа 2016 г., 19:27:34 UTC+3 пользователь Igor написал:

Oups...looks like I'll have to change package name one more
time. It should start with an upper case letter.



среда, 31 августа 2016 г., 19:00:08 UTC+3 пользователь Igor написал:

Tom,  thanks for the question; I created a list of (what I
think are) "killer features" here:
https://github.com/ig-or/qwtwplot.jl/wiki/features


Best regards, Igor

среда, 31 августа 2016 г., 16:05:23 UTC+3 пользователь Tom
Breloff написал:

Hi Igor... any idea how your package compares to other
libraries like GR.jl?  What are the "killer features"
which inspired you to work on this?

On Wed, Aug 31, 2016 at 8:55 AM, Igor 
wrote:

Package name changed! now new package name:
https://github.com/ig-or/qwtwplot.jl
 ("*.jl*" added)
Also, RPM installation package for underlying qwtw "C"
library for Fedora-24 x64 added; examples and Readme
files slightly changed. Hope this will be included in
global Metadata:
https://github.com/JuliaLang/METADATA.jl/pull/6191


Best regards, Igor

пятница, 26 августа 2016 г., 14:16:20 UTC+3
пользователь Henri Girard написал:

Thanks, I am updating. For julia jupyter is
IJulia. Just Pkg.add("IJulia") will install it.
They are developing a promising tool jupyterlab
which enable to work with most kernels. It's an
improved jupyter notebook at the moment in alpha
preview. But apparently it develops quiet quickly.
Now I use it instead jupyter notebook.


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












Re: [julia-users] Re: another new 2D plotting library for Julia

2016-09-05 Thread Igor
Now everything looks like working. new package name is QWTwPlot. 
You can use Pkg.add("QWTwPlot")   or 
Pkg.clone("https://github.com/ig-or/QWTwPlot.jl.git";).

But I still need to add some unit testing. Hope I will be able to handle it 
on this week.


среда, 31 августа 2016 г., 19:27:34 UTC+3 пользователь Igor написал:
>
> Oups...looks like I'll have to change package name one more time. It 
> should start with an upper case letter.
>
>
>
> среда, 31 августа 2016 г., 19:00:08 UTC+3 пользователь Igor написал:
>>
>> Tom,  thanks for the question; I created a list of (what I think are) 
>> "killer features" here: 
>> https://github.com/ig-or/qwtwplot.jl/wiki/features
>>
>> Best regards, Igor
>>
>> среда, 31 августа 2016 г., 16:05:23 UTC+3 пользователь Tom Breloff 
>> написал:
>>>
>>> Hi Igor... any idea how your package compares to other libraries like 
>>> GR.jl?  What are the "killer features" which inspired you to work on this?
>>>
>>> On Wed, Aug 31, 2016 at 8:55 AM, Igor  wrote:
>>>
 Package name changed! now new package name:  
 https://github.com/ig-or/qwtwplot.jl   ("*.jl*" added)
 Also, RPM installation package for underlying qwtw "C" library for 
 Fedora-24 x64 added; examples and Readme files slightly changed.  Hope 
 this 
 will be included in global Metadata: 
 https://github.com/JuliaLang/METADATA.jl/pull/6191

 Best regards, Igor

 пятница, 26 августа 2016 г., 14:16:20 UTC+3 пользователь Henri Girard 
 написал:

> Thanks, I am updating. For julia jupyter is IJulia. Just 
> Pkg.add("IJulia") will install it. They are developing a promising tool 
> jupyterlab which enable to work with most kernels. It's an improved 
> jupyter 
> notebook at the moment in alpha preview. But apparently it develops quiet 
> quickly. Now I use it instead jupyter notebook.
>
>
> 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
>>
>>
>>
>>
>>
>>
>>
>>
>>>

Re: [julia-users] Re: another new 2D plotting library for Julia

2016-08-31 Thread Igor
Oups...looks like I'll have to change package name one more time. It 
should start with an upper case letter.



среда, 31 августа 2016 г., 19:00:08 UTC+3 пользователь Igor написал:
>
> Tom,  thanks for the question; I created a list of (what I think are) 
> "killer features" here: https://github.com/ig-or/qwtwplot.jl/wiki/features
>
> Best regards, Igor
>
> среда, 31 августа 2016 г., 16:05:23 UTC+3 пользователь Tom Breloff написал:
>>
>> Hi Igor... any idea how your package compares to other libraries like 
>> GR.jl?  What are the "killer features" which inspired you to work on this?
>>
>> On Wed, Aug 31, 2016 at 8:55 AM, Igor  wrote:
>>
>>> Package name changed! now new package name:  
>>> https://github.com/ig-or/qwtwplot.jl   ("*.jl*" added)
>>> Also, RPM installation package for underlying qwtw "C" library for 
>>> Fedora-24 x64 added; examples and Readme files slightly changed.  Hope this 
>>> will be included in global Metadata: 
>>> https://github.com/JuliaLang/METADATA.jl/pull/6191
>>>
>>> Best regards, Igor
>>>
>>> пятница, 26 августа 2016 г., 14:16:20 UTC+3 пользователь Henri Girard 
>>> написал:
>>>
 Thanks, I am updating. For julia jupyter is IJulia. Just 
 Pkg.add("IJulia") will install it. They are developing a promising tool 
 jupyterlab which enable to work with most kernels. It's an improved 
 jupyter 
 notebook at the moment in alpha preview. But apparently it develops quiet 
 quickly. Now I use it instead jupyter notebook.


 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
>
>
>
>
>
>
>
>
>>

Re: [julia-users] Re: another new 2D plotting library for Julia

2016-08-31 Thread Igor
Tom,  thanks for the question; I created a list of (what I think are) 
"killer features" here: https://github.com/ig-or/qwtwplot.jl/wiki/features

Best regards, Igor

среда, 31 августа 2016 г., 16:05:23 UTC+3 пользователь Tom Breloff написал:
>
> Hi Igor... any idea how your package compares to other libraries like 
> GR.jl?  What are the "killer features" which inspired you to work on this?
>
> On Wed, Aug 31, 2016 at 8:55 AM, Igor > 
> wrote:
>
>> Package name changed! now new package name:  
>> https://github.com/ig-or/qwtwplot.jl   ("*.jl*" added)
>> Also, RPM installation package for underlying qwtw "C" library for 
>> Fedora-24 x64 added; examples and Readme files slightly changed.  Hope this 
>> will be included in global Metadata: 
>> https://github.com/JuliaLang/METADATA.jl/pull/6191
>>
>> Best regards, Igor
>>
>> пятница, 26 августа 2016 г., 14:16:20 UTC+3 пользователь Henri Girard 
>> написал:
>>
>>> Thanks, I am updating. For julia jupyter is IJulia. Just 
>>> Pkg.add("IJulia") will install it. They are developing a promising tool 
>>> jupyterlab which enable to work with most kernels. It's an improved jupyter 
>>> notebook at the moment in alpha preview. But apparently it develops quiet 
>>> quickly. Now I use it instead jupyter notebook.
>>>
>>>
>>> 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








>

Re: [julia-users] Re: another new 2D plotting library for Julia

2016-08-31 Thread Tom Breloff
Hi Igor... any idea how your package compares to other libraries like
GR.jl?  What are the "killer features" which inspired you to work on this?

On Wed, Aug 31, 2016 at 8:55 AM, Igor  wrote:

> Package name changed! now new package name:  https://github.com/ig-or/
> qwtwplot.jl   ("*.jl*" added)
> Also, RPM installation package for underlying qwtw "C" library for
> Fedora-24 x64 added; examples and Readme files slightly changed.  Hope this
> will be included in global Metadata: https://github.com/JuliaLang/
> METADATA.jl/pull/6191
>
> Best regards, Igor
>
> пятница, 26 августа 2016 г., 14:16:20 UTC+3 пользователь Henri Girard
> написал:
>
>> Thanks, I am updating. For julia jupyter is IJulia. Just
>> Pkg.add("IJulia") will install it. They are developing a promising tool
>> jupyterlab which enable to work with most kernels. It's an improved jupyter
>> notebook at the moment in alpha preview. But apparently it develops quiet
>> quickly. Now I use it instead jupyter notebook.
>>
>>
>> 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
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>


[julia-users] Re: another new 2D plotting library for Julia

2016-08-31 Thread Igor
Package name changed! now new package name:  
https://github.com/ig-or/qwtwplot.jl   ("*.jl*" added)
Also, RPM installation package for underlying qwtw "C" library for 
Fedora-24 x64 added; examples and Readme files slightly changed.  Hope this 
will be included in global Metadata: 
https://github.com/JuliaLang/METADATA.jl/pull/6191

Best regards, Igor

пятница, 26 августа 2016 г., 14:16:20 UTC+3 пользователь Henri Girard 
написал:
>
> Thanks, I am updating. For julia jupyter is IJulia. Just Pkg.add("IJulia") 
> will install it. They are developing a promising tool jupyterlab which 
> enable to work with most kernels. It's an improved jupyter notebook at the 
> moment in alpha preview. But apparently it develops quiet quickly. Now I 
> use it instead jupyter notebook.
>
>
> 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
>>
>>
>>
>>
>>
>>
>>
>>

[julia-users] Re: another new 2D plotting library for Julia

2016-08-26 Thread Henri Girard
Thanks, I am updating. For julia jupyter is IJulia. Just Pkg.add("IJulia") 
will install it. They are developing a promising tool jupyterlab which 
enable to work with most kernels. It's an improved jupyter notebook at the 
moment in alpha preview. But apparently it develops quiet quickly. Now I 
use it instead jupyter notebook.


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
>
>
>
>
>
>
>
>

Re: [julia-users] Re: another new 2D plotting library for Julia

2016-08-26 Thread Igor
Henri,
I never used jupyter notebooks - only Juno LightTable and Atom editor. But 
I'll try to see what can be done for plot-windows integration. 
For linux-related testing I'm using a virtual machine with Fedora Linux.
I changed the package a bit, and fix a number of bugs in qwtw "C" library. 
So you can update everything if you are going to use this package more.

Best regards, Igor


пятница, 26 августа 2016 г., 9:50:27 UTC+3 пользователь Henri Girard 
написал:
>
> Your welcome !
>
> I am wondering : As I use jupyter notebook is there a way to get the 
> graphs embedded in the notebook and not getting windows outside ?
>
> This app makes beautifull graphics. I installed too the pyqwt version. 
> What linux flavor are you using (I presume fedora ?).
>
> I use the git version for julia to follow all versions. But as a reminder 
> the dev version is 0.6 now so you have to git checkout release 0.5 to get 
> it.
>
> Thanks again for sharing.
>
> Henri
>
> Le 25/08/2016 à 17:54, Igor a écrit :
>
> Thanks Henri!  I will install julia 0.5 rc3 and use it for my internal 
> testing. Before I worked on version 4
>
>
>>
>

Re: [julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Henri Girard

Your welcome !

I am wondering : As I use jupyter notebook is there a way to get the 
graphs embedded in the notebook and not getting windows outside ?


This app makes beautifull graphics. I installed too the pyqwt version. 
What linux flavor are you using (I presume fedora ?).


I use the git version for julia to follow all versions. But as a 
reminder the dev version is 0.6 now so you have to git checkout release 
0.5 to get it.


Thanks again for sharing.

Henri


Le 25/08/2016 à 17:54, Igor a écrit :
Thanks Henri!  I will install julia 0.5 rc3 and use it for my internal 
testing. Before I worked on version 4







[julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Igor
Thanks Henri!  I will install julia 0.5 rc3 and use it for my internal 
testing. Before I worked on version 4


>

[julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Henri Girard
and the last one 
QTSMain::runQT() start [/home/pi/julia/usr/bin/]
WARNING: bytestring(p::Union{Ptr{Int8},Ptr{UInt8}}) is deprecated, use 
unsafe_string(p) instead.


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
>
>
>
>
>
>
>
>

[julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Henri Girard
Michele,
Read Igor git and you will see that he already worked on fedora (linux), 
that's why I gave a try and effectivly the project is well advanced :)
Regards
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
>
>
>
>
>
>
>
>

[julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Henri Girard
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
>
>
>
>
>
>
>
>

[julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Igor
Henry,
I'll try to add this.
Best regards, Igor

четверг, 25 августа 2016 г., 14:04:28 UTC+3 пользователь Henri Girard 
написал:
>
> Hi,
> I tried compiling it on ubuntu xenial 16.04, following your description, 
> it works fine. I would like to have it being able to install in 
> -DCMAKE_INSTALL_PREFIX=/usr but it says that manually variables are not 
> used. Could you add it ?
> In between I will link it in /usr/bin if necessary
> Thanks 
> 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
>>
>>
>>
>>
>>
>>
>>
>>

[julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Igor
Henry,
thank you very much for your input. It looks like that all the errors are 
because if my using Uint8 instead UInt8; I fixed this and you can make 
another try now.

>
>

[julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Henri Girard
Only figure 5and 6 are working correctly, other windows show only graphic 
coordonnees
Regards
Henri


julia> using qwtwplot

julia> qwtwStart() # start 'qwtwc' library

julia> # draw thin blue 'sinus':
   tMax = 10.
10.0

julia> t = Array(linspace(0.,tMax, 1));

julia> n = length(t)
1

julia> y = sin(t);

julia> qfigure(1); # "1" the number of the first plot window

julia> # parameters: 'x' and 'y' data vectors, then 'name of this line', 
then 'style description', then 'line width'
   qplot(t, y, "blue line", "-b", 1)
qplot: error #2
debug: 
 in traceit(::String) at ./REPL[28]:5
 in qplot(::Array{Float64,1}, ::Array{Float64,1}, ::String, ::String, 
::Int64, ::Int64) at ./REPL[34]:20
 in qplot(::Array{Float64,1}, ::Array{Float64,1}, ::String, ::String, 
::Int64) at ./REPL[35]:4
 in eval(::Module, ::Any) at ./boot.jl:234
 in eval_user_input(::Any, ::Base.REPL.REPLBackend) at ./REPL.jl:64
 in macro expansion at ./REPL.jl:95 [inlined]
 in (::Base.REPL.##3#4{Base.REPL.REPLBackend})() at ./event.jl:68: error #2

julia> # add green thick another sinus:
   y = sin(t .* 4.) + cos(t * 0.8);

julia> qplot(t, y, "thick green line", "-g", 4) #'x' and 'y' data vectors, 
then 'name of this line', then 'style description', then 'line width'
qplot: error #2
debug: 
 in traceit(::String) at ./REPL[28]:5
 in qplot(::Array{Float64,1}, ::Array{Float64,1}, ::String, ::String, 
::Int64, ::Int64) at ./REPL[34]:20
 in qplot(::Array{Float64,1}, ::Array{Float64,1}, ::String, ::String, 
::Int64) at ./REPL[35]:4
 in eval(::Module, ::Any) at ./boot.jl:234
 in eval_user_input(::Any, ::Base.REPL.REPLBackend) at ./REPL.jl:64
 in macro expansion at ./REPL.jl:95 [inlined]
 in (::Base.REPL.##3#4{Base.REPL.REPLBackend})() at ./event.jl:68: error #2

julia> qtitle("first plot window") # add a title for the first plot
ERROR: UndefVarError: Uint8 not defined
 in qtitle(::String) at ./REPL[41]:3

julia> qxlabel("time (in seconds)") # put a label on X axis
ERROR: UndefVarError: Uint8 not defined
 in qxlabel(::String) at ./REPL[39]:3

julia> qylabel("happiness") # put a label on Y axis
ERROR: UndefVarError: Uint8 not defined
 in qylabel(::String) at ./REPL[40]:3

julia> #= By default, "ZOOM" mode is active. This means that
   now you can select some part of the plot with left mouse 
button.
   Right mouse button will return you back to the previous 
state.
   And try mouse wheel also.
   Button with a "hand" - it's a "pan mode".  It will shift all 
the plots, but not change scale.
   "disk" button - allow you to save image to a file
   "[]" buttom means "make square axis" i.e. make equal scale 
for X and Y axis.
   Real magic is in left and right buttons; see below about it.
   =#

   # create another plot, with high frequency signal
   noise = rand(n)
1-element Array{Float64,1}:
 0.33081  
 0.0136264
 0.168943 
 0.430904 
 0.177114 
 0.62316  
 0.195568 
 0.351368 
 0.0451744
 0.0403399
 ⋮
 0.229808 
 0.523299 
 0.8082   
 0.0341024
 0.914545 
 0.111771 
 0.892335 
 0.845571 
 0.565631 

julia> y = sin(t * 100.) + noise
1-element Array{Float64,1}:
 0.33081 
 0.11347 
 0.367632
 0.726453
 0.566569
 1.10263 
 0.76026 
 0.995639
 0.762586
 0.823723
 ⋮   
 0.402396
 0.79337 
 1.17305 
 0.490094
 1.45712 
 0.735501
 1.59099 
 1.61217 
 1.39251 

julia> qfigure(2)

julia> qplot(t, y, "sinus + noise", "-m", 2)
qplot: error #2
debug: 
 in traceit(::String) at ./REPL[28]:5
 in qplot(::Array{Float64,1}, ::Array{Float64,1}, ::String, ::String, 
::Int64, ::Int64) at ./REPL[34]:20
 in qplot(::Array{Float64,1}, ::Array{Float64,1}, ::String, ::String, 
::Int64) at ./REPL[35]:4
 in eval(::Module, ::Any) at ./boot.jl:234
 in eval_user_input(::Any, ::Base.REPL.REPLBackend) at ./REPL.jl:64
 in macro expansion at ./REPL.jl:95 [inlined]
 in (::Base.REPL.##3#4{Base.REPL.REPLBackend})() at ./event.jl:68: error #2

julia> qtitle("frequency test")
ERROR: UndefVarError: Uint8 not defined
 in qtitle(::String) at ./REPL[41]:3

julia> # what is the frequency of our signal from last window?
   # pless "f" button, on new small window select "sinus + noise",
   # select "4" from combo box and close this small window
   # after this "frequency" plot will be created

   # add another line to the first plot:
   t1 = Array(linspace(0.,10., 5))
5-element Array{Float64,1}:
  0.0
  2.5
  5.0
  7.5
 10.0

julia> y1 = cos(t1 * 0.5)
5-element Array{Float64,1}:
  1.0 
  0.315322
 -0.801144
 -0.820559
  0.283662

julia> qfigure(1); # switch back to the first plot

julia> # if we do not need the lines, only symbols:
   qplot1(t1, y1, "points and line", " eb",  30)
ERROR: UndefVarError: Uint8 not defined
 in qplot1(::Array{Float64,1}, ::Array{Float64,1}, ::String, ::String, 
::Int64) at ./REPL[36]:7

julia> # parameters: 'x' and 'y' data vectors, then 'name of this line',
# then 'style description', then 'line width', and 

Re: [julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Michele Zaffalon
Did you notice that Igor said Windows 7 x64 only for the moment?

On Thu, Aug 25, 2016 at 1:27 PM, Henri Girard  wrote:
> That's what I got in julia, I put the so lib in /usr/lib/
> The linux app qwtw is working properly.
>
>
>
> julia> using qwtwplot
> ERROR: LoadError: KeyError: key "ALLUSERSPROFILE" not found
>  in access_env(::Base.##339#340, ::String) at ./env.jl:45
>  in getindex(::Base.EnvHash, ::String) at ./env.jl:73
>  in include_from_node1(::String) at ./loading.jl:426
>  in eval(::Module, ::Any) at ./boot.jl:234
>  in require(::Symbol) at ./loading.jl:357
> while loading /home/pi/.julia/v0.5/qwtwplot/src/qwtwplot.jl, in expression
> starting on line 4
>
> julia> Pkg.clone("https://github.com/ig-or/qwtwplot";)
> INFO: Cloning qwtwplot from https://github.com/ig-or/qwtwplot
> ERROR: qwtwplot already exists
>  in clone(::String, ::SubString{String}) at ./pkg/entry.jl:193
>  in clone(::String) at ./pkg/entry.jl:221
>  in
> (::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#clone,Tuple{String}})()
> at ./pkg/dir.jl:31
>  in
> cd(::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#clone,Tuple{String}},
> ::String) at ./file.jl:59
>  in #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{Any,N})
> at ./pkg/dir.jl:31
>  in clone(::String) at ./pkg/pkg.jl:151
>
> julia> Pkg.checkout("qwtwplot")
> INFO: Checking out qwtwplot master...
> INFO: Pulling qwtwplot latest master...
> INFO: No packages to install, update or remove
>
> julia> using qwtwplot
>
> julia> using qwtwplot
>
> julia> qwtwStart() # start 'qwtwc' library
> ERROR: UndefVarError: qwtwStart not defined
>
> julia> # draw thin blue 'sinus':
>tMax = 10.
> 10.0
>
> julia> t = Array(linspace(0.,tMax, 1));
>
> julia> n = length(t)
> 1
>
> julia> y = sin(t);
>
> julia> qfigure(1); # "1" the number of the first plot window
> ERROR: UndefVarError: qfigure not defined
>
> julia> # parameters: 'x' and 'y' data vectors, then 'name of this line',
> then 'style description', then 'line width'
>qplot(t, y, "blue line", "-b", 1)
> ERROR: UndefVarError: qplot not defined
>
> julia>
>
>
> 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
>>
>>
>>
>>
>>
>>
>>
>


[julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Henri Girard
That's what I got in julia, I put the so lib in /usr/lib/
The linux app qwtw is working properly.



julia> using qwtwplot
ERROR: LoadError: KeyError: key "ALLUSERSPROFILE" not found
 in access_env(::Base.##339#340, ::String) at ./env.jl:45
 in getindex(::Base.EnvHash, ::String) at ./env.jl:73
 in include_from_node1(::String) at ./loading.jl:426
 in eval(::Module, ::Any) at ./boot.jl:234
 in require(::Symbol) at ./loading.jl:357
while loading /home/pi/.julia/v0.5/qwtwplot/src/qwtwplot.jl, in expression 
starting on line 4

julia> Pkg.clone("https://github.com/ig-or/qwtwplot";)
INFO: Cloning qwtwplot from https://github.com/ig-or/qwtwplot
ERROR: qwtwplot already exists
 in clone(::String, ::SubString{String}) at ./pkg/entry.jl:193
 in clone(::String) at ./pkg/entry.jl:221
 in 
(::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#clone,Tuple{String}})() 
at ./pkg/dir.jl:31
 in 
cd(::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#clone,Tuple{String}}, 
::String) at ./file.jl:59
 in #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, 
::Vararg{Any,N}) at ./pkg/dir.jl:31
 in clone(::String) at ./pkg/pkg.jl:151

julia> Pkg.checkout("qwtwplot")
INFO: Checking out qwtwplot master...
INFO: Pulling qwtwplot latest master...
INFO: No packages to install, update or remove

julia> using qwtwplot

julia> using qwtwplot

julia> qwtwStart() # start 'qwtwc' library
ERROR: UndefVarError: qwtwStart not defined

julia> # draw thin blue 'sinus':
   tMax = 10.
10.0

julia> t = Array(linspace(0.,tMax, 1));

julia> n = length(t)
1

julia> y = sin(t);

julia> qfigure(1); # "1" the number of the first plot window
ERROR: UndefVarError: qfigure not defined

julia> # parameters: 'x' and 'y' data vectors, then 'name of this line', 
then 'style description', then 'line width'
   qplot(t, y, "blue line", "-b", 1)
ERROR: UndefVarError: qplot not defined

julia> 


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
>
>
>
>
>
>
>
>

[julia-users] Re: another new 2D plotting library for Julia

2016-08-25 Thread Henri Girard
Hi,
I tried compiling it on ubuntu xenial 16.04, following your description, it 
works fine. I would like to have it being able to install in 
-DCMAKE_INSTALL_PREFIX=/usr but it says that manually variables are not 
used. Could you add it ?
In between I will link it in /usr/bin if necessary
Thanks 
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
>
>
>
>
>
>
>
>