Skip to content

Move plotting scripts in umami/plotting directory

To have all plotting scripts at one place, we should move them to umami/plotting.

The following discussion from !548 (merged) should be addressed:

  • @mguth started a discussion: (+4 comments)

    looks good in general, but since you removed the __init__.py of umami/plotting we cannot keep umami/plotting/utils.py either.

    Most of the functionality should be already covered inside puma, the kwargs translation need to be moved though.

    The question here is, if we rather move the plotting code defined in train_tools, evaluation_tools in this plotting module and split it in several files such that all of that is getting a bit cleaner. (this should not be done in this MR, it's rather to set up/keep the structure)