livefpl_transfer_trend_by_position
Generate a 2x2 grid PNG showing transfer trends split by position for Fantasy Premier League. See net transfer flows (green in, red out) for goalkeepers, defenders, midfielders, and forwards at a glance.
Instructions
Render transfer-trend graphs split by position as a 2x2 grid IMAGE (PNG).
Produces one node-link chart per position — Goalkeepers (GK), Defenders (DEF), Midfielders (MID) and Forwards (FW) — showing the transfer flow within each position. Circle size = total transfer volume, colour = net direction (green = net in, red = net out), arrows point out → in.
Args: top_n: Number of highest-volume transfer pairs to consider (default 40). A larger value than the single-graph tool is recommended so each position panel has enough players.
Returns: A PNG image with four position panels (GK, DEF, MID, FW).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No |