xs2tikz
xs2tikz
xs2tikz
—
Convert scilab graphic to tikz
Gather Graphic Attributes
create_axes_struct
—
Create a struct for each axes found and add necessary data to it
create_figure_struct
—
Create a struct for the figure information
create_legends_struct
—
Create a struct for each legend found and add necessary data to it
create_polylines_struct
—
Create a struct for each polyline found and add necessary data to it
gather_graphic_attributes
—
Gather graphical elements from figure
Generate Tikz Strings
add_color_defines
—
Generate color definition strings
add_environment_beginning
—
Generate an environment opening block string
add_environment_end
—
Generate an environment closing block string
add_graphical_element
—
Add data from graphical element for environment to tikzStrings
add_legendentry
—
Add legend entry for graphical element tikzStrings
add_options
—
Generate necessary options for TikZ
add_preambel
—
Add a standalone preamble
field_iterator
—
Return all fields from a struct
find_legendentry
—
Find corresponding legend entry for graphical element
generate_color_string
—
Return a LaTeX color-string
generate_dimension_string
—
Return a matrix of dimension strings
generate_nested_string
—
Return a string with the given environment and options set
generate_text_string
—
Return a string with %s-interpreted value
generate_tikz_strings
—
Generate LaTeX strings from given graphic attributes
generate_value_string
—
Return a string with %d/%s-interpreted value and optional option
handle_polylines
—
Add polyline environment and options via addplot
Plot examples
choose_plot_example
—
Interface function for plotting examples
plot_example_champ
—
Generate a vector field
plot_example_color_map
—
Generate a sgrayplot with colormap
plot_example_mesh
—
Generate a sombrero (3D Mesh) between -PI and +PI
plot_example_simple_graph
—
Generate a simple graph with plot2d
plot_example_subplots
—
Generate a subplot with trigonometric functions
Report an issue