Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M myplotlib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Yori Fournier
  • myplotlib
  • Merge requests
  • !17

FEATURE: as seen

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Yori Fournier requested to merge add-as-seen-feature into dev Jan 31, 2017
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

now you can create a figure interactively, modify it and save it into a file thanks to

fig.print2file(, as_seen = True)

without as_seen keyword the print2file function will recall fig.plot and by this mean clean the axes and redraw them as defined in the FigClass

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add-as-seen-feature