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
  • !4

Verify print2file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Yori Fournier requested to merge verify-print2file into dev Jan 18, 2017
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 8
  1. print2file is now a function of MyFig and in myTool so that one can use it in a object oriented manner but also the wrapper.

    • MyFig::print2file has been tested see tests 302,303,304,305,306 and 403
  2. a new feature has been added: the user can now provide the path in the filename. It results in ignoring opath.


remark: printing a figure into a file requires that the MyFig.canvas is modified. Therefore if the figure was bounded to a window, the canvas will be unbound. For this reason MyFig::print2file unbound the figure to any window. As a result we had to add some bounding in MyWin::refresh.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: verify-print2file