geometor.render.titler

class geometor.render.titler.Titler(model: Model | None = None, plot_name: str | None = None, margin=0.1, FIG_W=16, FIG_H=9)[source]

Bases: Plotter

The Titler class is primarily for creating slides with latex rendered or overlays

parameters:
plot_namestr

the name of the plot

attributes:

model (Model): The geometric model to be processed and plotted. plot_name (str, optional): An optional name for the plot. margin (float, optional): An optional parameter to control the margins of the plot. fig (Figure): Matplotlib figure object. ax (Axes): Matplotlib axes object for the main plot. ax_label (Axes): Matplotlib axes object for the label.

plot_title(title, folder, filename, color='w', size=44)[source]

TODO: Docstring for plot_title.

Title:

TODO

Returns:

TODO

plot_overlay(title, folder, filename, color='w', size=44)[source]

TODO: Docstring for plot_overlay.

Title:

TODO

Returns:

TODO