TotalDepth.util.plot.PlotConstants (Plot Constants for Wireline Logs)

Some basic constants used in plotting.

Created on Jan 5, 2012

TotalDepth.util.plot.PlotConstants.DEFAULT_PLOT_UNITS = 'in'

Default SVG plot units

TotalDepth.util.plot.PlotConstants.DEFAULT_PLOT_LIS_UNITS = b'IN '

Units that we can convert to in LIS terms

TotalDepth.util.plot.PlotConstants.VIEW_BOX_UNITS_PER_PLOT_UNITS = 96.0

Number of pixels per standard plot unit

TotalDepth.util.plot.PlotConstants.MarginQtrInch = Margin(left=Dim(0.25, 'in'), right=Dim(0.25, 'in'), top=Dim(0.25, 'in'), bottom=Dim(0.25, 'in'))

Definition of a quarter inch margin

TotalDepth.util.plot.PlotConstants.STANDARD_PAPER_WIDTH = Dim(8.5, 'in')

Standard wireline log fan paper width i.e. long side.

TotalDepth.util.plot.PlotConstants.STANDARD_PAPER_DEPTH = Dim(6.25, 'in')

Standard wireline log fan paper depth i.e. short side.

TotalDepth.util.plot.PlotConstants.STANDARD_PAPER_MARGIN = Margin(left=Dim(0.25, 'in'), right=Dim(0.25, 'in'), top=Dim(0.25, 'in'), bottom=Dim(0.25, 'in'))

Standard wireline log fan paper margin.