<< create_legends_struct Gather Graphic Attributes gather_graphic_attributes >>

xs2tikz >> xs2tikz > Gather Graphic Attributes > create_polylines_struct

create_polylines_struct

Create a struct for each polyline found and add necessary data to it

Syntax

polylines = create_polylines_struct(axes)

Parameters

axes:

cell with axes handles

colormap:

the figures colormap

polylines:

struct with polylines data

Description

Creates a struct for each polyline found in any axis and add the following fields: .handle: polyline handle .associated_axis: axis handle which polyline belongs to .visible: polyline visibility (on|off) .data: plotting data representing the polyline .line: struct with fields associated to the line representation Fields in line: style, color.foreground, color.background .mark: struct with fields associated to the mark representation Fields in mark: mode, style, color.foreground, color.background

Authors


Report an issue
<< create_legends_struct Gather Graphic Attributes gather_graphic_attributes >>