fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
parse_mathtext
Function
52 statements
Source File
fortplot_mathtext.f90
fortplot_mathtext
parse_mathtext
Contents
public recursive function parse_mathtext(input_text, math_mode) result(elements)
Parse mathematical text into renderable elements
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
input_text
logical,
intent(in),
optional
::
math_mode
Return Value
type(
mathtext_element_t
), allocatable, (:)