Skip to content

Commit

Permalink
remove title from Figure
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Jan 8, 2025
1 parent 2abbcdb commit 9e52c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _literate/learning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ add_edge!(g, VAC => AC, weight=3, density=0.1, learning_rule = hebbian_cort) ##
agent = Agent(g; name=model_name);
env = ClassificationEnvironment(stim, N_trials; name=:env, namespace=model_name);

fig = Figure(title="Adjacency matrix", size = (1600, 800))
fig = Figure(size = (1600, 800))

adjacency(fig[1,1], agent; title="Initial weights", colorrange=(0,10))

Expand Down

0 comments on commit 9e52c8f

Please sign in to comment.