Skip to content

Commit

Permalink
regenerate book
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 27, 2024
1 parent 7fb8c0b commit 9b8108f
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 246 deletions.
2 changes: 1 addition & 1 deletion content/book/PLplot/work/w22.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DEV => 'pscairo',
FILE => 'shadeplot3.eps');

# Define z = sin(x) + cos(y), a 2D piddle:
# Define z = sin(x) + cos(y), a 2D ndarray:
my $x=zeroes(51)->xlinvals(-10, 10);
my $y=zeroes(51)->xlinvals(1, 7);
my $z=sin($x) + cos($y->transpose);
Expand Down
Loading

0 comments on commit 9b8108f

Please sign in to comment.