Fix legend position to avoid overlaps
This commit is contained in:
parent
bcb51d2402
commit
efd3a46475
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 166 KiB |
|
@ -46,6 +46,6 @@ ggplot(clust, aes(x=cluster_size,y=time,fill=aggregation)) +
|
|||
subtitle="ran on 6 physical nodes on Grid5000 with multiple instances on each node\nspread on 3 zones: Lyon (nova), Rennes (paravance) and Nantes (econome)\nfew contention, latency is mainly due to RPC communications except on biggest values") +
|
||||
facet_wrap(~endpoint) +
|
||||
theme_classic() +
|
||||
theme(legend.position = c(.8, .3))
|
||||
theme(legend.position = c(.8, .2))
|
||||
|
||||
ggsave("png/rpc-complexity.png", width=200, height=110, units="mm")
|
||||
|
|
Loading…
Reference in a new issue