Skip to content

Add dataarray scatter - #6778

Merged
Illviljan merged 261 commits into
pydata:mainfrom
Illviljan:add_dataarray_scatter
Oct 7, 2022
Merged

Add dataarray scatter#6778
Illviljan merged 261 commits into
pydata:mainfrom
Illviljan:add_dataarray_scatter

Conversation

@Illviljan

@IllviljanIllviljan commented Jul 12, 2022

Copy link
Copy Markdown
Contributor

Splitting up #5622 as the scope of it has grown too large now.

  • Adds support for dataarray scatter plots and replaces the dataset version.
  • Scatter now has 3d support with the z argument.
  • Scatter now always returns a single pathcollection, earlier it could return a list of pathcollection when using categoricals
  • Better legend, handles now categoricals. Making continous/discrete options slightly redundant, still there though.
  • Facetgrid generalized slightly to handle 3d plots.

TODO:

  • Tests added
  • User visible changes (including notable bug fixes) are documented in whats-new.rst
  • New functions/methods are listed in api.rst

@IllviljanIllviljan mentioned this pull request Sep 24, 2022
3 tasks
@IllviljanIllviljan added the plan to merge Final call for comments label Oct 5, 2022
@Illviljan

Copy link
Copy Markdown
ContributorAuthor

I'm merging this soon. Will hopefully go smoothly.

@headtr1ck

Copy link
Copy Markdown
Collaborator

I'm merging this soon. Will hopefully go smoothly.

I will wait with merging #7052
and then try to fix the merge conflicts :)

@Illviljan
Illviljan merged commit 8dac64b into pydata:mainOct 7, 2022
@dcherian

Copy link
Copy Markdown
Contributor

Thanks @Illviljan !

@mathause

Copy link
Copy Markdown
Collaborator

Nice work!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plan to mergeFinal call for commentstopic-plotting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Illviljan@headtr1ck@dcherian@mathause@andersy005