Re: [Nix-dev] Is anyone using Julia with PyPlot?

2014-12-02 Thread Andreas Herrmann
On Monday 01 December 2014 18:19:38 Bjørn Forsman wrote: > Might be that matplotlib runs with wrong (non-gui) default backend...? At > least I had some issues with that when packaging gnuradio. It does indeed `plt.get_backend()` returns "agg". Thanks for that hint. I just noticed, that I misread t

Re: [Nix-dev] Is anyone using Julia with PyPlot?

2014-12-01 Thread Michael Raskin
>julia> pygui(:qt); using PyPlot Haven't yet launched X since your last email, but have you tried pygui(:wx)? ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Is anyone using Julia with PyPlot?

2014-12-01 Thread Domen Kožar
Most probably related to https://github.com/NixOS/nixpkgs/issues/4500 On Mon, Dec 1, 2014 at 6:19 PM, Bjørn Forsman wrote: > > 1. des. 2014 15:04 skrev "Andreas Herrmann" følgende: > > > > Hi everyone, > > > > I'm having an issue with the Julia Nix-expression[1]. I am trying to use > it togethe

Re: [Nix-dev] Is anyone using Julia with PyPlot?

2014-12-01 Thread Bjørn Forsman
1. des. 2014 15:04 skrev "Andreas Herrmann" følgende: > > Hi everyone, > > I'm having an issue with the Julia Nix-expression[1]. I am trying to use it together with the Julia package PyPlot[2] to plot figures with matplotlib. If I try it in the command-line interface, then no plots show up. Might

Re: [Nix-dev] Is anyone using Julia with PyPlot?

2014-12-01 Thread Andreas Herrmann
> Personally, I use Julia wrong (general purpose data crunching, little > enough plotting to just use gnuplot). Nothing wrong with that. ;) > I currently lack time for learning it, but I guess I could do some quick > strace-ing if given a step-by step instruction (doing X expected Y > observed Z

[Nix-dev] Is anyone using Julia with PyPlot?

2014-12-01 Thread Michael Raskin
>I'm having an issue with the Julia Nix-expression[1]. I am trying to use it >together with the Julia package PyPlot[2] to plot figures with matplotlib. If >I try it in the command-line interface, then no plots show up. I only get a >textual representation of the figure objects. However, when I

[Nix-dev] Is anyone using Julia with PyPlot?

2014-12-01 Thread Andreas Herrmann
Hi everyone, I'm having an issue with the Julia Nix-expression[1]. I am trying to use it together with the Julia package PyPlot[2] to plot figures with matplotlib. If I try it in the command-line interface, then no plots show up. I only get a textual representation of the figure objects. Howeve