Skip to content

Commit

Permalink
debug jacobian_heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichao25 committed Jan 26, 2024
1 parent 1eaafae commit 3b58610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamo/plot/vector_calculus.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def jacobian_heatmap(
center=0,
**heatmap_kwargs,
)
ax.title(name)
ax.set_title(name)

return save_show_ret(jkey + "_heatmap", save_show_or_return, save_kwargs, gs)

Expand Down

0 comments on commit 3b58610

Please sign in to comment.