home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 110397252

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
110397252 MDExOlB1bGxSZXF1ZXN0NDcxMjQyOTY= 613 Ensure xplt.FacetGrid works on Dataset objects 1217238 closed 0     4 2015-10-08T08:29:23Z 2015-10-26T17:19:41Z 2015-10-26T17:19:39Z MEMBER   0 pydata/xarray/pulls/613

This, along with the .map method, provides a much more generally flexible API for making plots.

It still needs some examples for the docs. Here's something simple with synthetic data:

ds = xray.Dataset({'x': np.linspace(0, 10), 'y': [1, 2, 3], 'foo': ('x', np.random.randn(50)), 'bar': ('x', np.random.rand(50))}) ds *= ds.y (xplt.FacetGrid(ds, col='y') .map(plt.plot, 'x', 'foo') .map(plt.scatter, 'x', 'bar', color='green'))

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/613/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 4 rows from issue in issue_comments
Powered by Datasette · Queries took 0.966ms · About: xarray-datasette