Skip to content

Commit

Permalink
fix labels, check cartesian indices
Browse files Browse the repository at this point in the history
  • Loading branch information
ColwynGulliford committed Oct 31, 2024
1 parent ffac9c9 commit f7522a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/fields/field_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"source": [
"FM3D2 = FieldMesh(\"../data/rfgun_rectangular.h5\")\n",
"\n",
"plot_maxwell_curl_equations(FM3D2, ix=2, iy=2)"
"plot_maxwell_curl_equations(FM3D2, ix=1, iy=1)"
]
},
{
Expand Down

0 comments on commit f7522a1

Please sign in to comment.