Skip to content

Commit

Permalink
Brain graph plot updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alex404 committed Oct 17, 2024
1 parent f32f741 commit 2c44b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions retinal_rl/analysis/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def plot_brain_and_optimizers(brain: Brain, objective: Objective[ContextT]) -> F

plt.title("Brain Connectome and Loss Targets")
plt.tight_layout()
plt.axis("equal")
plt.axis("off")

return fig
Expand Down

0 comments on commit 2c44b6a

Please sign in to comment.