Skip to content

plot

Properties

linestyle_dashed

Type: const plot_line_style

A named constant for use with the plot() function's linestyle parameter.

If the style argument of the function call specifies a plot style that displays a line, using this constant as the linestyle argument specifies that the plotted line is dashed.


linestyle_dotted

Type: const plot_line_style

A named constant for use with the plot() function's linestyle parameter.

If the style argument of the function call specifies a plot style that displays a line, using this constant as the linestyle argument specifies that the plotted line is dotted.


linestyle_solid

Type: const plot_line_style

A named constant for use with the plot() function's linestyle parameter.

If the style argument of the function call specifies a plot style that displays a line, using this constant as the linestyle argument specifies that the plotted line is solid.


style_area

Type: const plot_style

A named constant for the 'Area' style, to be used as an argument for the style parameter in the plot() function.


style_areabr

Type: const plot_style

A named constant for the 'Area With Breaks' style, to be used as an argument for the style parameter in the plot() function.

Similar to plot.style_area, except the gaps in the data are not filled.


style_circles

Type: const plot_style

A named constant for the 'Circles' style, to be used as an argument for the style parameter in the plot() function.


style_columns

Type: const plot_style

A named constant for the 'Columns' style, to be used as an argument for the style parameter in the plot() function.


style_cross

Type: const plot_style

A named constant for the 'Cross' style, to be used as an argument for the style parameter in the plot() function.


style_histogram

Type: const plot_style

A named constant for the 'Histogram' style, to be used as an argument for the style parameter in the plot() function.


style_line

Type: const plot_style

A named constant for the 'Line' style, to be used as an argument for the style parameter in the plot() function.


style_linebr

Type: const plot_style

A named constant for the 'Line With Breaks' style, to be used as an argument for the style parameter in the plot() function.

Similar to plot.style_line, except the gaps in the data are not filled.


style_stepline

Type: const plot_style

A named constant for the 'Step Line' style, to be used as an argument for the style parameter in the plot() function.


style_stepline_diamond

Type: const plot_style

A named constant for the 'Step Line With Diamonds' style, to be used as an argument for the style parameter in the plot() function.

Similar to plot.style_stepline, except the data changes are also marked with the Diamond shapes.


style_steplinebr

Type: const plot_style

A named constant for the 'Step line with Breaks' style, to be used as an argument for the style parameter in the plot() function.

基於 MIT 許可證發佈。