Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

How to change X axis labels #41

Open
vinodyk opened this issue May 31, 2020 · 1 comment
Open

How to change X axis labels #41

vinodyk opened this issue May 31, 2020 · 1 comment

Comments

@vinodyk
Copy link

vinodyk commented May 31, 2020

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

@rsyi
Copy link
Contributor

rsyi commented Jul 3, 2020

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 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants