Fix soulcage stats
This commit is contained in:
parent
55fb28ee19
commit
da57201c78
BIN
soulcage_statistics/individual_items_rates.pdf
(Stored with Git LFS)
BIN
soulcage_statistics/individual_items_rates.pdf
(Stored with Git LFS)
Binary file not shown.
BIN
soulcage_statistics/item_ratios.pdf
(Stored with Git LFS)
BIN
soulcage_statistics/item_ratios.pdf
(Stored with Git LFS)
Binary file not shown.
BIN
soulcage_statistics/items_per_tower.pdf
(Stored with Git LFS)
Normal file
BIN
soulcage_statistics/items_per_tower.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
soulcage_statistics/items_per_tower.png
(Stored with Git LFS)
Normal file
BIN
soulcage_statistics/items_per_tower.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -20,7 +20,7 @@ scatter(
|
||||
savefig("total.pdf")
|
||||
savefig("total.png")
|
||||
|
||||
@. df.per_spawner = df.total_rate / df.spawners / 5
|
||||
@. df.per_spawner = df.total_rate / df.spawners
|
||||
|
||||
scatter(
|
||||
df.spawners,
|
||||
@ -78,3 +78,28 @@ scatter(
|
||||
|
||||
savefig("item_ratios.pdf")
|
||||
savefig("item_ratios.png")
|
||||
|
||||
@. df.redstone_rate = df.redstone / 5
|
||||
@. df.glowstone_rate = df.glowstone / 5
|
||||
@. df.bottles_rate = df.bottles / 5
|
||||
@. df.sugar_rate = df.sugar / 5
|
||||
@. df.gunpowder_rate = df.gunpowder / 5
|
||||
@. df.sticks_rate = df.sticks / 5
|
||||
@. df.eyes_rate = df.eyes / 5
|
||||
|
||||
@. df.low_rate_items_rate = (df.redstone_rate + df.glowstone_rate + df.bottles_rate + df.sugar_rate + df.gunpowder_rate + df.eyes_rate) / 6
|
||||
@. df.high_rate_items_rate = df.sticks_rate
|
||||
|
||||
scatter(
|
||||
df.spawners,
|
||||
[df.low_rate_items_rate df.high_rate_items_rate],
|
||||
title="Items per tower",
|
||||
label=["Low rate items" "High rate items"],
|
||||
xlabel="Spawners",
|
||||
ylabel="Items per minute per tower",
|
||||
ylim=(0, :auto),
|
||||
xticks=[1, 4, 8, 12, 16, 20]
|
||||
)
|
||||
|
||||
savefig("items_per_tower.pdf")
|
||||
savefig("items_per_tower.png")
|
BIN
soulcage_statistics/per_spawner.pdf
(Stored with Git LFS)
BIN
soulcage_statistics/per_spawner.pdf
(Stored with Git LFS)
Binary file not shown.
BIN
soulcage_statistics/per_spawner.png
(Stored with Git LFS)
BIN
soulcage_statistics/per_spawner.png
(Stored with Git LFS)
Binary file not shown.
BIN
soulcage_statistics/total.pdf
(Stored with Git LFS)
BIN
soulcage_statistics/total.pdf
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user