issue_comments
11 rows where issue = 109665577 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- allow passing coordinate names as x and y to plot methods · 11 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
146407349 | https://github.com/pydata/xarray/pull/608#issuecomment-146407349 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0NjQwNzM0OQ== | shoyer 1217238 | 2015-10-08T03:23:35Z | 2015-11-15T21:50:18Z | MEMBER | I think pcolormesh is slightly more likely to yield correct and consistent results for plotting different types of data than our current hybrid of imshow/contourf. In my experience, pcolormesh also works better with cartopy. For default behavior, I would lean towards being correct rather than fast. Of course, waiting ~0.5 seconds per plot does start to add up when you're faceting, but it's not much more trouble to type .imshow. On Wed, Oct 7, 2015 at 7:04 PM, Joe Hamman notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 | |
146761411 | https://github.com/pydata/xarray/pull/608#issuecomment-146761411 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0Njc2MTQxMQ== | shoyer 1217238 | 2015-10-09T05:57:22Z | 2015-10-09T05:57:22Z | MEMBER | LGTM |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 | |
146730555 | https://github.com/pydata/xarray/pull/608#issuecomment-146730555 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0NjczMDU1NQ== | shoyer 1217238 | 2015-10-09T01:19:05Z | 2015-10-09T01:19:05Z | MEMBER | I'm OK with changing the default to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 | |
146636071 | https://github.com/pydata/xarray/pull/608#issuecomment-146636071 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0NjYzNjA3MQ== | shoyer 1217238 | 2015-10-08T17:48:10Z | 2015-10-08T17:48:10Z | MEMBER | I'm conflicted about what the default @jhamman could you please explain your reasoning a little more for why we need this switch? Do you have a comprehensive sense of the ways that people organize their data cubes? With climate data, it does seem pretty common that datasets have decreasing latitude values (e.g., 90, 80, 70, ...). This works well with the default behavior of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 | |
146369228 | https://github.com/pydata/xarray/pull/608#issuecomment-146369228 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0NjM2OTIyOA== | shoyer 1217238 | 2015-10-07T23:49:42Z | 2015-10-07T23:49:42Z | MEMBER | Originally, we only had imshow and contourf. We picked imshow as the default because it shows individual pixels. But pcolormesh also meets that criteria, and has the convenience of also working on non-evenly spaced grid. The only reason to possibly not pick pcolormesh is that it has a different convention from imshow in terms of the image orientation (top-left vs bottom-left origin). Given that xray is largely used for data with meaningful coordinate labels (rather than images), I think it's probably a better choice to use the bottom-left origin as a default. It composing better, for example, with 1D plots. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 | |
146341309 | https://github.com/pydata/xarray/pull/608#issuecomment-146341309 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0NjM0MTMwOQ== | shoyer 1217238 | 2015-10-07T21:41:29Z | 2015-10-07T21:41:29Z | MEMBER | OK, works for me :) On Wed, Oct 7, 2015 at 2:40 PM, Joe Hamman notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 | |
146316910 | https://github.com/pydata/xarray/pull/608#issuecomment-146316910 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0NjMxNjkxMA== | shoyer 1217238 | 2015-10-07T20:21:48Z | 2015-10-07T20:21:48Z | MEMBER |
Either that, or we should extract the On the other hand, it's not so terrible to encourage people use to explicit plot method in applications instead of the generic |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 | |
146313271 | https://github.com/pydata/xarray/pull/608#issuecomment-146313271 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0NjMxMzI3MQ== | shoyer 1217238 | 2015-10-07T20:06:05Z | 2015-10-07T20:06:05Z | MEMBER | While you're at it -- maybe the default |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 | |
146312066 | https://github.com/pydata/xarray/pull/608#issuecomment-146312066 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0NjMxMjA2Ng== | shoyer 1217238 | 2015-10-07T20:02:01Z | 2015-10-07T20:02:01Z | MEMBER |
:+1: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 | |
146310353 | https://github.com/pydata/xarray/pull/608#issuecomment-146310353 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0NjMxMDM1Mw== | shoyer 1217238 | 2015-10-07T19:55:41Z | 2015-10-07T19:56:30Z | MEMBER | Can we make it so the generic |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 | |
146082141 | https://github.com/pydata/xarray/pull/608#issuecomment-146082141 | https://api.github.com/repos/pydata/xarray/issues/608 | MDEyOklzc3VlQ29tbWVudDE0NjA4MjE0MQ== | shoyer 1217238 | 2015-10-07T05:42:07Z | 2015-10-07T05:42:07Z | MEMBER | Maybe instead of the complex fallback logic to handle specifying x and/or y, we should rewrite this to only handle two cases: 1. Both x and y are provided explicitly. They can be any coordinate variables. 2. Neither x nor y is provided, so use dims to provide default values. Something like this...
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
allow passing coordinate names as x and y to plot methods 109665577 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1