Skip to content

Commit

Permalink
fits demo use "plot" not "image" for more clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jul 29, 2024
1 parent 2abec6c commit 8a14825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PDL/Demos/Gnuplot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 8a14825

Please sign in to comment.