Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom axis formatters on plot #297

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

carlverge
Copy link

@carlverge carlverge commented Apr 16, 2021

This adds options on Plots for custom formatting on X and Y axis labels. Example use-cases include timestamp formatters on the X axis, and percentage / bps formatters on the Y axis.

This adds options on Plots for custom formatting on X and Y axis labels
@avivhaber
Copy link

In the current code, it looks like 0 is hardcoded to be the first value on the x-axis. Code here. We should call XAxisFmter(0) in that spot to replace it

@dcorbe
Copy link

dcorbe commented Nov 17, 2021

Hello!

Thank you for contributing to termui. I've merged this PR into a downstream fork at https://github.com/dcorbe/termui-dpc

This was done in response to the following issue: #304 (comment)

My intention is not to create a permanent fork for termui. I'm only trying to facilitate maintenance while the original author(s) are away. My hope is that my fork is eventually merged back into this repo along with your commits.

I would like to invite you to collaborate further. I would appreciate any help curating fixes and generally getting this project going in the right direction. Thanks again for your contribution!

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

Successfully merging this pull request may close these issues.

3 participants