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

[DisplayedElements] properly handle line shape #805

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

Conversation

techfreaque
Copy link
Contributor

a little clean up and line shape will now work properly

@GuillaumeDSM
Copy link
Member

Great ! can you rebase your branch please ? then we can merge it

@techfreaque techfreaque force-pushed the fix_displayed_element_line_shape branch 3 times, most recently from 05b771c to 0b171d4 Compare February 16, 2023 16:01
@techfreaque
Copy link
Contributor Author

Great ! can you rebase your branch please ? then we can merge it

done

@@ -266,6 +270,7 @@ async def _get_cached_values_to_display(self, cached_value_metadata, x_shift, st
cache_displayed_value = plotted_displayed_value = cached_value_metadata["cache_value"]
kind = cached_value_metadata["kind"]
mode = cached_value_metadata["mode"]
line_shape = cached_value_metadata["line_shape"]
Copy link
Member

Choose a reason for hiding this comment

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

this requires the plot keyword to set "line_shape"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thats already added
image

@techfreaque techfreaque force-pushed the fix_displayed_element_line_shape branch from 0b171d4 to 11de29e Compare March 22, 2023 12:13
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.

None yet

3 participants