I want to create a function plot_array(arr As Variant) which will create plot based on element in array. On x axis I want to have numbers 1, 2,.., n which are i
plot_array(arr As Variant)