Skip to content

Commit

Permalink
Merge pull request #653 from Sichao25/vel
Browse files Browse the repository at this point in the history
Debug `jacobian_heatmap()`
  • Loading branch information
Xiaojieqiu authored Feb 20, 2024
2 parents 510be14 + 3b58610 commit 806dbe7
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 806dbe7

Please sign in to comment.