issue_comments
6 rows where issue = 114576415 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add a keyword to prevent divergent plot params · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
155293871 | https://github.com/pydata/xarray/issues/642#issuecomment-155293871 | https://api.github.com/repos/pydata/xarray/issues/642 | MDEyOklzc3VlQ29tbWVudDE1NTI5Mzg3MQ== | shoyer 1217238 | 2015-11-10T05:13:36Z | 2015-11-10T05:13:36Z | MEMBER | @fmaussion any interest in putting together a pull request for seaborn or xray with some of these fixes? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add a keyword to prevent divergent plot params 114576415 | |
154923196 | https://github.com/pydata/xarray/issues/642#issuecomment-154923196 | https://api.github.com/repos/pydata/xarray/issues/642 | MDEyOklzc3VlQ29tbWVudDE1NDkyMzE5Ng== | shoyer 1217238 | 2015-11-09T04:53:23Z | 2015-11-09T04:53:23Z | MEMBER |
Ahh. Yes, that's a good point. Totally agreed. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add a keyword to prevent divergent plot params 114576415 | |
154915320 | https://github.com/pydata/xarray/issues/642#issuecomment-154915320 | https://api.github.com/repos/pydata/xarray/issues/642 | MDEyOklzc3VlQ29tbWVudDE1NDkxNTMyMA== | shoyer 1217238 | 2015-11-09T04:16:20Z | 2015-11-09T04:52:11Z | MEMBER | @mwaskom
We already distinguish between I think it is still important to allow disabling automatic divergent plots, even without any specific settings of We could also add logic such that if both Finally, I do agree with @fmaussion that it is bad practice to override either These three changes seems relatively straightforward to implement (if slightly more complex than what we currently have), but we won't really know until someone tries. If both of you guys think these are good ideas, then I would suggest @fmaussion should get started with a PR, either against seaborn or xray. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add a keyword to prevent divergent plot params 114576415 | |
154919901 | https://github.com/pydata/xarray/issues/642#issuecomment-154919901 | https://api.github.com/repos/pydata/xarray/issues/642 | MDEyOklzc3VlQ29tbWVudDE1NDkxOTkwMQ== | shoyer 1217238 | 2015-11-09T04:44:40Z | 2015-11-09T04:44:40Z | MEMBER |
Seaborn currently doesn't have any notion of "divergent" colormaps without breakpoints (beyond explicitly providing one with the
I agree it's weird and usually a code smell. But I have seen it used in a number of places, especially when it's useful to distinguish a boolean from a default value. For example, you can find it in both the numpy and pandas code bases: https://github.com/numpy/numpy/search?l=python&q=%22is+False%22&type=Code&utf8=%E2%9C%93 https://github.com/pydata/pandas/search?l=python&q=%22is+False%22&type=Code&utf8=%E2%9C%93 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add a keyword to prevent divergent plot params 114576415 | |
154918112 | https://github.com/pydata/xarray/issues/642#issuecomment-154918112 | https://api.github.com/repos/pydata/xarray/issues/642 | MDEyOklzc3VlQ29tbWVudDE1NDkxODExMg== | shoyer 1217238 | 2015-11-09T04:31:55Z | 2015-11-09T04:31:55Z | MEMBER |
Use ``` In [7]: False is 0 Out[7]: False In [8]: 0 is 0 Out[8]: True In [9]: False is False Out[9]: True ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add a keyword to prevent divergent plot params 114576415 | |
153123881 | https://github.com/pydata/xarray/issues/642#issuecomment-153123881 | https://api.github.com/repos/pydata/xarray/issues/642 | MDEyOklzc3VlQ29tbWVudDE1MzEyMzg4MQ== | shoyer 1217238 | 2015-11-02T18:55:35Z | 2015-11-02T18:55:35Z | MEMBER | Agreed, this seems like a gap in the current logic. I copied the divergent colormap logic from Seaborn's @mwaskom any thoughts on adding the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add a keyword to prevent divergent plot params 114576415 |
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