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(value=0.25, units='in'), right=Dim(value=0.25, units='in'), top=Dim(value=0.25, units='in'), bottom=Dim(value=0.25, units='in'))
Definition of a quarter inch margin
-
TotalDepth.util.plot.PlotConstants.STANDARD_PAPER_WIDTH = Dim(value=8.5, units='in')
Standard wireline log fan paper width i.e. long side.
-
TotalDepth.util.plot.PlotConstants.STANDARD_PAPER_DEPTH = Dim(value=6.25, units='in')
Standard wireline log fan paper depth i.e. short side.
-
TotalDepth.util.plot.PlotConstants.STANDARD_PAPER_MARGIN = Margin(left=Dim(value=0.25, units='in'), right=Dim(value=0.25, units='in'), top=Dim(value=0.25, units='in'), bottom=Dim(value=0.25, units='in'))
Standard wireline log fan paper margin.