How to include code to show the Grid Lines in the Variability plot for X-Axis?
Hi, There is a list named "ColumnsList
" with columns name from my Datatable for which i would like to make Variability plot for all columns present in the list.Following Script creates box plots for all columns as required in the single page, theExpr = "Variability Chart( Y( :\!"" || ColumnsList[1] || "\!"";
For( p = 2, p <= N Items( ColumnsList ), p++,
theExpr = theExpr || ", :\!"" || ColumnsL
...