Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.cmdline beat.cmdline
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beat
  • beat.cmdlinebeat.cmdline
  • Merge requests
  • !93

Improve experiment plot support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Samuel GAIST requested to merge 38_improve_offline_plot_support into master May 26, 2020
  • Overview 5
  • Commits 3
  • Pipelines 3
  • Changes 5

This merge request simplify the plotting handling from an experiment point of view.

The code note handles both plotting from remote data as well as local without making any platform call unrelated to the task at hand. If the user is missing a plotter locally the command will fail.

This has two benefits:

  • No need to be online to plot locally generated data
  • Allow for new plotter development as there's now no need anymore for the plotter to be available online in order to proceed further.

Fixes #38 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 38_improve_offline_plot_support