On 01/18/2014 11:10 AM, Patrick Dupre wrote:
> 
>> On 01/17/2014 11:19 PM, Patrick Dupre wrote:
>>> use PDL;
>>> use PDL::Graphics::PLplot;
>>>
>>> my $pl = PDL::Graphics::PLplot->new (DEV => "png", FILE => "test.png");
>>> my $x = sequence(10);
>>> my $y = $x**2;
>>> $pl->xyplot($x, $y);
>>> $pl->close;
>>
>> Same here after installing perl-PDL.x86_64 and
>> perl-PDL-Graphics-PLplot.x86_64 (No upgrade, but complete fresh F20
>> install):
>>
>> Segmentation fault (core dumped) (it seems the constructor
>> PDL::Graphics::PLplot->new fails!)
> 
> I agree.
> 
> Who is going to fix it?

Perhaps you could search for a new version of PDL... in CPAN?

Joachim Backes

-- 

Fedora release 20 (Heisenbug)
Kernel-3.12.8-300.fc20.x86_64

Joachim Backes <joachim.bac...@rhrk.uni-kl.de>
https://www-user.rhrk.uni-kl.de/~backes
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to