Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Issue 22

frey_m requested to merge issue-22 into master

New design for plotting. Instead of standalone functions we have classes. The data sets are derived from the plotter classes.

Advantages:

  • user doesn't need to know which data set can call which plotting function
  • if-statements checking data set type can be removed from plotting functions
  • cleaner implementation

Closes #22 (closed)

Merge request reports