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

WIP - Refactoring I #81

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

WIP - Refactoring I #81

wants to merge 16 commits into from

Conversation

johannes-wolf
Copy link
Member

@johannes-wolf johannes-wolf commented Nov 1, 2024

A more flexible approach of doing plots.

Idea:

  • Axes are "real" plot objects that can be added via add-*-axis in the plot-body
  • The plot style is just a shortcut for adding a set of default axes
  • This allows creating sub-plots sharing an axis
  • Allows for 3D plots (at least very simple ones) without any special code

Plan:

  • Axes can draw themselves (ticks etc.)

Removing:

  • Axes are no longer auto created

@johannes-wolf johannes-wolf marked this pull request as draft November 1, 2024 00:57
@johannes-wolf johannes-wolf removed the request for review from jamesrswift November 1, 2024 02:39
@jamesrswift jamesrswift mentioned this pull request Nov 1, 2024
3 tasks
Copy link
Collaborator

@jamesrswift jamesrswift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Went through the changed ref images to see if there were any regression - I've highlighted those files where I've spotted something, but mostly its some weird behaviour with annotations and marks, and ticks, which are changed.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ticks on auto-mirror axes are missing

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Border an mirror axes now present

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Annotations are improperly scaled

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Markers are missing on some series

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ticks and tick labels missing

@johannes-wolf johannes-wolf changed the title WIP WIP - Refactoring I Nov 24, 2024
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.

2 participants