Skip to content

Page

subsurfaceio.logplot.render.page

Assemble a single logplot page SVG.

Functions:

Name Description
generate_page_svg

Build the SVG document for the current page state of logplot.

generate_page_svg

generate_page_svg(logplot: LogPlot) -> str

Build the SVG document for the current page state of logplot.

Parameters:

Name Type Description Default
logplot LogPlot

Façade with template, data, and initialized layout.

required

Returns:

Type Description
str

Complete SVG document string for the current LogPlot.page_state.