pylift icon indicating copy to clipboard operation
pylift copied to clipboard

How to change X axis labels

Open vinodyk opened this issue 5 years ago • 1 comments

How to show custom labels instead of showing "Fraction of Data"

vinodyk avatar May 31 '20 22:05 vinodyk

It's just using matplotlib, so you should be able to just run

import matplotlib.pyplot as plt
plt.xlabel('new xlabel')

let me know if you still have any issues :)

rsyi avatar Jul 03 '20 18:07 rsyi