Skip to content

Commit

Permalink
TUT: Adjust marker size and rerender 2d plot
Browse files Browse the repository at this point in the history
  • Loading branch information
IvarStefansson authored and keileg committed Jan 3, 2025
1 parent 1076890 commit 308c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/diagnostics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"from matplotlib import pyplot as plt\n",
"\n",
"jacobian, rhs = setup.linear_system\n",
"plt.spy(jacobian, markersize=5)"
"plt.spy(jacobian, markersize=3)"
]
},
{
Expand Down

0 comments on commit 308c0ed

Please sign in to comment.