carputils
Doxygen code documentation for the python framework controlling openCARP
Functions | Variables
bin.igbPlotter Namespace Reference

Plot data from an igb file. More...

Functions

def generate_parser ()
 
def run (argv, outdir=None)
 

Variables

string epilog
 

Detailed Description

Plot data from an igb file.

Function Documentation

◆ generate_parser()

def bin.igbPlotter.generate_parser ( )

◆ run()

def bin.igbPlotter.run (   argv,
  outdir = None 
)

Variable Documentation

◆ epilog

string bin.igbPlotter.epilog
Initial value:
1 = """
2 As input, this tool uses a strain file generated by an openCARP simulation. With the
3 command line interface, it is possible to plot one or a series of these in a
4 number of configurations, save the plot to file, or generate a multi-page PDF
5 report with the strain plots.
6 
7 Additional options allow you to specify additional formatting options. By
8 default, a landscape A4 page is used as the figure canvas, however IEEE 1- and
9 2-column layouts are possible, as is LaTeX style formatting.
10 """