3.7.8.4.10. Single-Case Line Load PlotsΒΆ
The "PlotLineLoad" subfigure is used to plot one sectional load profile for
one component of one CFD solution and possibly compare it to another line load
from a target database.
- S:
dictDictionary of settings for PlotLineLoad subfigure
- Type: {
"PlotLineLoad"} |strSubfigure type
- Header: {
""} |strHeading placed above subfigure (bold, italic)
- Position:
"t"|"c"| {"b"}Vertical alignment of subfigure
- Alignment:
"left"| {"center"}Horizontal alignment
- Width: {
0.5} |floatWidth of subfigure as a fraction of page text width
- Component: {
"entire"} |strDataBook component to plot
- Coefficient:
"CA"|"CY"| {"CN"}Sectional load coefficient to plot
- Format: {
"pdf"} |"svg"|"png"|strFormat of graphic file to save
- DPI: {
150} |intResolution (dots per inch) if saved as a raster format
- FigWidth: {
6.0} |floatWidth of figure internally to Python; affects aspect ratio of figure and font size when integrated into report; decrease this parameter to make text appear larger in report
- FigHeight: {
4.5} |floatSimilar to FigWidth and primarily used to set aspect ratio
- LineOptions: {
{"color": "k"}} |dictOptions for sectional load plot to
pyplot.plot()- SeamOptions: {LineOptions} |
dictOptional separate options for seam plot
- TargetOptions: {
{"color": "r", "zorder": 2}} |dictPlot options for target line load plot
- SeamCurves: {
"smy"} |"smz"|NoneSeam curve or list of seam curves to plot
SeamLocations: {
None} |"bottom"|"top"|"left"|"right"|listList of locations where to plot seam curves
- AdjustLeft: {
0.12} |floatManual adjustment of left edge of axes on figure
- AdjustRight: {
0.97} |floatManual adjustment of right edge of axes on figure
- AdjustBottom: {
0.1} |floatManual adjustment of lower edge of axes on figure
- AdjustTop: {
0.97} |floatManual adjustment of upper edge of axes on figure
- SubplotMargin: {
0.015} |floatMargin between seam curve and data subplots
- XPad: {
0.03} |floatExtra padding of x-axis to data range
- YPad: {
0.03} |floatExtra padding of y-axis to data range