Skip to content

Commit

Permalink
change n for res
Browse files Browse the repository at this point in the history
  • Loading branch information
blondegeek committed Aug 6, 2020
1 parent b51882f commit d5239b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_plot_with_radial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"outputs": [],
"source": [
"sphten = SphericalTensor.from_geometry(tetra_coords, lmax)\n",
"r, f = sphten.plot(n=100, relu=True)\n",
"r, f = sphten.plot(res=100, relu=True)\n",
"trace = go.Surface(x=r[..., 0], y=r[..., 1], z=r[..., 2], surfacecolor=f)\n",
"go.Figure(trace)"
]
Expand Down

0 comments on commit d5239b5

Please sign in to comment.