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

Improvements for legends and time axes #129

Open
numeredev opened this issue Aug 10, 2023 · 0 comments
Open

Improvements for legends and time axes #129

numeredev opened this issue Aug 10, 2023 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@numeredev
Copy link
Member

DESCRIPTION

What does your feature request improve on? Please describe.
Legends are sometimes covering important areas. Would be better to move them out of the plot boundaries. Time axes could accept a custom tick stepping to make hours, days, weeks more visible.

Describe the solution you'd like
Add two new options to the plot options:

  • legendstyle should accept additional positions for the outside, e.g. legendstyle=outerright
  • timeaxes should accept an optional stepping value, e.g. timeaxes=("x", "MM/YY", 7*3600*24) for a week tick stepping

Additional context
Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

(Describe, what's the issue and which changes have to be made)

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

  • Implement the necessary changes in a new branch created here on GitHub
  • Test your implementation

DOCUMENTATION STEPS

(see also our Wiki for further information)

  • Update the changes log
  • Add comments to your implementation
  • Add Doxygen documentation comments
  • Create or update the documentation articles (*.NHLP and *.NDB files, if needed)
  • Update the language strings (*.NLNG files, if needed)

PULL REQUEST

  • Create a pull request for your changes
  • Fill out the template
  • Assign @numere-org/maintainers as reviewers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: New
Development

No branches or pull requests

1 participant