GithubHelp home page GithubHelp logo

plotv's Introduction

The plotv module/command for saving multiple versions of ROOT plots.

Module

Use the plot_version class from this module to save versioned plots.

from plotv import plot_version
pv = plot_version()

to use the default file name or use

pv = plot_version("filename.root")

to specify a file name.

Then you create your ROOT plots and save them using

pv.save(canvas)
pv.save(canv2, "NewName")

You should add an comment using

pv.comment("Fixed plot style issues")

If your version is special, you can tag it with a message

pv.tag("This seems to be good!")

At the end, close the root file using

pv.close()

Tool

You can use plotv as a tool to list plots in a versioned file and to get plots of a specific version.

Use

$ plotv.py --help

to display the help message.

plotv's People

Watchers

Jan Küchler avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.