Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P pyOPALTools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • OPAL
  • pyOPALTools
  • Issues
  • #16

Closed
Open
Created Jun 01, 2018 by frey_m@frey_mMaintainer

Do not call plt.figure inside plotting functions

I think we shouldn't call

plt.figure()

inside a plotting function. Otherwise we can't overlay multiple datasets. Another solution could be of course to give a list of datasets to the plotting functions, thus, it would iterate through them and call

plt.figure()

only once.

It's really a design question. @snuverink_j What do you think?

Assignee
Assign to
Time tracking