<< x_string_datatips bytecode_iot_module xmlScanAllTable >>

bytecode_iot_module >> bytecode_iot_module > x_string_plot

x_string_plot

Plot a graph with x data in string format

Syntax

x_string_plot(x,y,n)

Parameters

x :

x data in string

y :

y daya

n :

number of ticks in x axis

Description

This is to plot the graph with th x data in string format. Use 3rd argument to make the x axis looks tidy

Examples

x = ['a','b','c','d','e','f','g','h','i','j'];
y = [0.84,0.91,0.14,-0.76,-0.96,-0.28,0.66,0.99,0.41,-0.54];
x_string_plot(x,y,5)

See also

Authors


Report an issue
<< x_string_datatips bytecode_iot_module xmlScanAllTable >>