suppose I have DataFrame with columns ['X_Axis','col_2','col_3',...,'col_n',]
I need to plot the first column on X-Axis and rest on Y-Axis.
FYI : all the values have been grouped according to X-Axis, the X-Axis values range from 0-25 and all other column values have been normalized to the scale of 0 - 1. I want it on same graph plot, not subplots.
Preferred : FactorPlot , normal line graph.