Skip to content

Commit

Permalink
Make the second plot a bit different
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Nov 15, 2018
1 parent eb2d52c commit 942da71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/lfortran/nb/Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"source": [
"integer :: i, tmp\n",
"do i = 1, 4\n",
" tmp = plot(1, i+1, 1)\n",
" tmp = plot(2, 1, i)\n",
"end do\n",
"savefig(1)"
]
Expand Down

0 comments on commit 942da71

Please sign in to comment.