From 8a1482580e7b78354fd024f0b5baad91c4ddc584 Mon Sep 17 00:00:00 2001 From: Ed J Date: Mon, 29 Jul 2024 19:15:30 +0100 Subject: [PATCH] fits demo use "plot" not "image" for more clarity --- lib/PDL/Demos/Gnuplot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PDL/Demos/Gnuplot.pm b/lib/PDL/Demos/Gnuplot.pm index 67fa1de..73dc7c7 100644 --- a/lib/PDL/Demos/Gnuplot.pm +++ b/lib/PDL/Demos/Gnuplot.pm @@ -213,7 +213,7 @@ EOF $w->reset; # note this uses the 'fits' plot type, which adjusts the coordinates - $w->image({j=>1, clut=>'gray', title=>"M51 galaxy"}, with=>'fits',$m51 ); + $w->plot({j=>1, clut=>'gray', title=>"M51 galaxy"}, with=>'fits',$m51 ); |], [act => q|