livefpl_transfer_trend_graph
Generate a PNG node-link graph of Fantasy Premier League transfer trends. Nodes sized by transfer volume, arrows from transferred-out to transferred-in, colored by direction or position.
Instructions
Render the FPL transfer trend as a node-link graph IMAGE (PNG).
Mirrors the "Transfer Trends" chart on livefpl.net/prices. Each node is a player; circle size = total transfer volume, and arrows point from the player transferred OUT to the player transferred IN.
Args:
top_n: Number of highest-volume transfer pairs to include as edges
(default 20). Nodes are the players appearing in those pairs.
color_by: Node colouring scheme. "direction" (default) colours
green = net transfers in, red = net out. "position" colours by
playing position (GK/DEF/MID/FW).
Returns: A PNG image of the transfer-trend node-link graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| color_by | No | direction |