forked from jalapic/jalapic.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheplmap.html
More file actions
43 lines (25 loc) · 1.55 KB
/
eplmap.html
File metadata and controls
43 lines (25 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<style>
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
// background-color: dimgrey;
color: #696969;
padding: 3px;
}
</style>
<html>
<body>
<img src="img/teams_heatmaps1415.png" alt="teams" width="50%" height="50%">
<br>
<p> Here are the heatmaps for shots taken by all EPL teams throughout the 2014-15 season (over 9900 shot attempts). All shot types are included (headers, free-kicks, on-target, off-target). Different patterns emerge likely related to styles of play. Burnley and West Ham for instance appear to have a higher density of attempts from the direct center of goal. Manchester City have a very attractive symmetrical pattern with two hot areas just either side of the penalty spot. Everton mirror that pattern but less successfully. The composite of all teams can be seen below.Future visualizations will address different shot types<p>
<br>
<img src="img/heatmap1415.png" alt="all" width="50%" height="50%">
<br>
<p>Finally, here are the goal locations for each team - this also enables us to see which teams are more direct or varied in their attack.</p>
<img src="img/goals1415.png" alt="goals" width="50%" height="50%">
<br>
<p>I just put this together very quickly. I would love to do a more in depth analysis and may do so if there is interest.</p>
<p>More visualizations are available on <a href="http://jalapic.github.io/">my GitHub page</a>. For more information please contact me via <a href="http://twitter.com/jalapic">twitter</a>. </p><br>
</body>
</html>