Skip to content

Commit f01c7a2

Browse files
committed
PlotsExt: Move legend to outer top right
1 parent b15e288 commit f01c7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/PlotsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function Dagger.render_logs(logs::Dict, ::Val{:plots_gantt};
185185
yticks=(1.5:(nrow(df) + 0.5), u),
186186
xlabel="Time (seconds)", ylabel,
187187
xlim=(0.0, (global_t_end - global_t_start) / 1e9),
188-
legendalpha=0,
188+
legendalpha=0, legend=:outertopright,
189189
kwargs...)
190190
end
191191

0 commit comments

Comments
 (0)