Stacked Horizontal Bar
s.plt.stacked_horizontal_bar(
data=pd.read_csv('file.csv'), x="Segment", order=0,
x_axis_name='Distribution and weight of the Drivers',
)
Variants








Last updated
Was this helpful?
s.plt.stacked_horizontal_bar(
data=pd.read_csv('file.csv'), x="Segment", order=0,
x_axis_name='Distribution and weight of the Drivers',
)








Last updated
Was this helpful?
Was this helpful?