Re: [Pdl-devel] Debian 12 "-t experimental" install of PDL

2023-09-02 Thread ng0177
Hi Ed, here the amended install instructions for Arch Linux, see below. No errors are reported and all packages are installed OK. Perlbrew is not used for now. Even a graphics window with the desired output of imag (sin(rvals(200,200)+1)) pops up quickly during install of sudo cpanm PDL::Graphics

Re: [Pdl-devel] Debian 12 "-t experimental" install of PDL

2023-09-02 Thread ng0177
Hello Ed, here is the amended install instructions for Arch Linux, see below. No errors are reported and all packages are installed OK. Perlbrew is not used for now. Even a graphics window with the desired output of imag (sin(rvals(200,200)+1)) pops up quickly during install of sudo cpanm PDL::Gr

Re: [Pdl-devel] Debian 12 "-t experimental" install of PDL

2023-09-02 Thread ng0177
Sorry about 3 e-mails. In fact, problem solved! It actually picks Gnuplot despite that first message. I would like to encourage to publish e.g. the recipe for Arch Linux, see previous e-mail, to save potential users a lot of time. In addition, a sequence of install commands for Ubuntu may also be

Re: [Pdl-devel] Debian 12 "-t experimental" install of PDL

2023-09-02 Thread William Schmidt
Hello Thomas, Simple.pm contains the following Perl fragment, to wit: for my $submod(qw/ PGPLOT Gnuplot PLplot Prima /) { eval "use PDL::Graphics::Simple::$submod;";} What that for loop does is attempt to load all four of the PDL ploting engine wrappers into the active namespace even though you