src.core.analyse.plotting module

src.core.analyse.plotting.buildAnalyticsFigure(player, feature, dim, diagram='line')[source]

builds a diagram for a given player/feature relation. uses the internal data

Parameters:
  • player (str) – the player, of which the diagram is wanted

  • feature (str) – a numerical feature

  • dim (tuple[int]) – the dimensions of the diagram in int x int

  • diagram (str, optional) – a specifier for a diagram. supported: line, histo

Return type:

None

Dependency Diagrams (without externals):

digraph imports {
  rankdir=LR;
  node [shape=box];
}

Import dependencies (collapsed)

Dependency Diagrams:

digraph imports {
  rankdir=LR;
  node [shape=box];
}

Import dependencies (collapsed)