issue_comments
28 rows where author_association = "MEMBER" and issue = 340069538 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- ENH: Scatter plots of one variable vs another · 28 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
519627038 | https://github.com/pydata/xarray/pull/2277#issuecomment-519627038 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUxOTYyNzAzOA== | dcherian 2448579 | 2019-08-08T18:04:59Z | 2019-08-08T18:04:59Z | MEMBER | Yeah! It owes a lot to your hard work too. Hopefully people find this useful. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
519579559 | https://github.com/pydata/xarray/pull/2277#issuecomment-519579559 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUxOTU3OTU1OQ== | dcherian 2448579 | 2019-08-08T15:57:11Z | 2019-08-08T15:57:11Z | MEMBER | Merging. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
518295892 | https://github.com/pydata/xarray/pull/2277#issuecomment-518295892 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUxODI5NTg5Mg== | dcherian 2448579 | 2019-08-05T16:04:16Z | 2019-08-05T16:04:16Z | MEMBER | Yay, tests pass. I'll merge in a few days (cc @pydata/xarray, @yohai ) |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
518044191 | https://github.com/pydata/xarray/pull/2277#issuecomment-518044191 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUxODA0NDE5MQ== | dcherian 2448579 | 2019-08-04T23:17:20Z | 2019-08-04T23:17:20Z | MEMBER | I don't know what to do about this test failure: ``` xarray/tests/test_plot.py .............................................. [ 92%] ........................................................................ [ 92%] ........................................................................ [ 93%] ...s.................................................................... [ 94%] .........................Xx INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/main.py", line 213, in wrap_session INTERNALERROR> session.exitstatus = doit(config, session) or 0 INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/main.py", line 257, in _main INTERNALERROR> config.hook.pytest_runtestloop(session=session) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/hooks.py", line 289, in call INTERNALERROR> return self._hookexec(self, self.get_hookimpls(), kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 87, in _hookexec INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 81, in <lambda> INTERNALERROR> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False, INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 203, in _multicall INTERNALERROR> gen.send(outcome) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result INTERNALERROR> raise ex[1].with_traceback(ex[2]) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall INTERNALERROR> res = hook_impl.function(args) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/main.py", line 278, in pytest_runtestloop INTERNALERROR> item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/hooks.py", line 289, in call INTERNALERROR> return self._hookexec(self, self.get_hookimpls(), kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 87, in _hookexec INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 81, in <lambda> INTERNALERROR> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False, INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 208, in _multicall INTERNALERROR> return outcome.get_result() INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result INTERNALERROR> raise ex[1].with_traceback(ex[2]) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall INTERNALERROR> res = hook_impl.function(args) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/runner.py", line 72, in pytest_runtest_protocol INTERNALERROR> runtestprotocol(item, nextitem=nextitem) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/runner.py", line 87, in runtestprotocol INTERNALERROR> reports.append(call_and_report(item, "call", log)) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/runner.py", line 171, in call_and_report INTERNALERROR> hook.pytest_runtest_logreport(report=report) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/hooks.py", line 289, in call INTERNALERROR> return self._hookexec(self, self.get_hookimpls(), kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 87, in _hookexec INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 81, in <lambda> INTERNALERROR> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False, INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 208, in _multicall INTERNALERROR> return outcome.get_result() INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result INTERNALERROR> raise ex[1].with_traceback(ex[2]) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/junitxml.py", line 592, in pytest_runtest_logreport INTERNALERROR> reporter.append_skipped(report) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/junitxml.py", line 250, in append_skipped INTERNALERROR> if xfailreason.startswith("reason: "): INTERNALERROR> AttributeError: 'list' object has no attribute 'startswith' = 7676 passed, 322 skipped, 25 xfailed, 5 xpassed, 41 warnings in 270.39 seconds = [error]Bash exited with code '1'.``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
504072683 | https://github.com/pydata/xarray/pull/2277#issuecomment-504072683 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUwNDA3MjY4Mw== | shoyer 1217238 | 2019-06-20T15:30:49Z | 2019-06-20T15:30:49Z | MEMBER | Tests seem to be failing due to lint errors, see https://github.com/pydata/xarray/pull/2277#issuecomment-447607250 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
504072678 | https://github.com/pydata/xarray/pull/2277#issuecomment-504072678 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUwNDA3MjY3OA== | dcherian 2448579 | 2019-06-20T15:30:48Z | 2019-06-20T15:30:48Z | MEMBER | Maybe just read over the docs and doc strings? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
504054087 | https://github.com/pydata/xarray/pull/2277#issuecomment-504054087 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUwNDA1NDA4Nw== | shoyer 1217238 | 2019-06-20T14:44:07Z | 2019-06-20T14:44:07Z | MEMBER | I haven't reviewed this in detail, but I wonder if we shouldn't just merge it in. This has tests and docs, and most of this has been looked over by both @dcherian and @yohai. Also, it's in a pretty self-contained part of the code (plotting). So it seems pretty slow risk to me. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
475269561 | https://github.com/pydata/xarray/pull/2277#issuecomment-475269561 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ3NTI2OTU2MQ== | dcherian 2448579 | 2019-03-21T15:11:35Z | 2019-03-21T15:11:35Z | MEMBER | 1/2 AppVeyor tests seems to have crashed randomly. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
470238058 | https://github.com/pydata/xarray/pull/2277#issuecomment-470238058 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ3MDIzODA1OA== | dcherian 2448579 | 2019-03-06T19:15:29Z | 2019-03-06T19:15:29Z | MEMBER | Failed test is #2803 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
470113191 | https://github.com/pydata/xarray/pull/2277#issuecomment-470113191 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ3MDExMzE5MQ== | dcherian 2448579 | 2019-03-06T13:48:06Z | 2019-03-06T13:48:06Z | MEMBER | I went with I think I'm done here. This is missing a legend that shows the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
469148347 | https://github.com/pydata/xarray/pull/2277#issuecomment-469148347 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ2OTE0ODM0Nw== | shoyer 1217238 | 2019-03-04T07:36:59Z | 2019-03-04T07:36:59Z | MEMBER | Could we call this |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
463952302 | https://github.com/pydata/xarray/pull/2277#issuecomment-463952302 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ2Mzk1MjMwMg== | dcherian 2448579 | 2019-02-15T08:33:45Z | 2019-02-15T08:33:45Z | MEMBER | OK PR switched to Phew! added support for
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
462096487 | https://github.com/pydata/xarray/pull/2277#issuecomment-462096487 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ2MjA5NjQ4Nw== | dcherian 2448579 | 2019-02-10T01:55:45Z | 2019-02-10T01:55:45Z | MEMBER | Well I can't think of anything better than guide so shall we proceed with that? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
461113679 | https://github.com/pydata/xarray/pull/2277#issuecomment-461113679 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ2MTExMzY3OQ== | shoyer 1217238 | 2019-02-06T17:33:38Z | 2019-02-06T17:33:38Z | MEMBER |
Is there a generic term that covers both discrete legends and colorbars? ggplot2 uses "guide" but I haven't seen that elsewhere. Still, |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
460845732 | https://github.com/pydata/xarray/pull/2277#issuecomment-460845732 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ2MDg0NTczMg== | dcherian 2448579 | 2019-02-05T23:28:39Z | 2019-02-05T23:28:39Z | MEMBER |
I'm not sure about this. Legends and colorbars are different and the @pydata/xarray what do you all think? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
460377706 | https://github.com/pydata/xarray/pull/2277#issuecomment-460377706 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ2MDM3NzcwNg== | dcherian 2448579 | 2019-02-04T19:24:23Z | 2019-02-04T19:24:23Z | MEMBER | Ok this is ready for review. I haven't added One alternative would be to have |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
452478910 | https://github.com/pydata/xarray/pull/2277#issuecomment-452478910 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ1MjQ3ODkxMA== | dcherian 2448579 | 2019-01-08T22:43:52Z | 2019-01-24T06:42:21Z | MEMBER |
Yeah. We'll need to go through a deprecation cycle to rename |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
451507184 | https://github.com/pydata/xarray/pull/2277#issuecomment-451507184 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ1MTUwNzE4NA== | shoyer 1217238 | 2019-01-04T17:14:37Z | 2019-01-04T17:14:37Z | MEMBER | This generally looks good to me... I guess we still use |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
448672237 | https://github.com/pydata/xarray/pull/2277#issuecomment-448672237 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ0ODY3MjIzNw== | dcherian 2448579 | 2018-12-19T17:10:17Z | 2018-12-19T17:11:19Z | MEMBER | I think this is ready for a preliminary review. I've made the following changes:
Do people like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
439959138 | https://github.com/pydata/xarray/pull/2277#issuecomment-439959138 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQzOTk1OTEzOA== | dcherian 2448579 | 2018-11-19T16:41:48Z | 2018-11-19T16:41:48Z | MEMBER | @yohai thanks; I might make some changes in the next few weeks. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
438733826 | https://github.com/pydata/xarray/pull/2277#issuecomment-438733826 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQzODczMzgyNg== | dcherian 2448579 | 2018-11-14T16:50:25Z | 2018-11-14T16:50:25Z | MEMBER | @yohai do you have time to pick this back up? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
407341651 | https://github.com/pydata/xarray/pull/2277#issuecomment-407341651 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQwNzM0MTY1MQ== | fmaussion 10050469 | 2018-07-24T09:25:09Z | 2018-07-24T09:25:09Z | MEMBER | Not so out of topic: https://twitter.com/michaelwaskom/status/1021428306326024193 So, let's say it: your work is highly appreciated @yohai and @dcherian ! Writing a comprehensive and (at the same time) easy to use plotting API is hard... |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
407198140 | https://github.com/pydata/xarray/pull/2277#issuecomment-407198140 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQwNzE5ODE0MA== | shoyer 1217238 | 2018-07-23T20:55:41Z | 2018-07-23T20:55:41Z | MEMBER |
:+1: This seems like a reasonable place to draw the line to me. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
406736321 | https://github.com/pydata/xarray/pull/2277#issuecomment-406736321 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQwNjczNjMyMQ== | fmaussion 10050469 | 2018-07-20T21:53:24Z | 2018-07-20T21:53:24Z | MEMBER | I like this! As always for plotting functionalities, one or more examples in the gallery would be welcome! This can be done in a subsequent PR of course. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
405450382 | https://github.com/pydata/xarray/pull/2277#issuecomment-405450382 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQwNTQ1MDM4Mg== | shoyer 1217238 | 2018-07-17T03:44:11Z | 2018-07-17T03:44:11Z | MEMBER | This is looking really nice. Coincidentally, the new version of Seaborn was released today, and has a whole new doc section on "relational plots": http://seaborn.pydata.org/tutorial/relational.html#relational-tutorial It's probably worth a look over to see if it has good ideas worth stealing, or if we want to make intentional deviations from its behavior in xarray. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
405289693 | https://github.com/pydata/xarray/pull/2277#issuecomment-405289693 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQwNTI4OTY5Mw== | shoyer 1217238 | 2018-07-16T15:38:08Z | 2018-07-16T15:38:08Z | MEMBER | It is possibly worth taking a look at the recent (not yet released)
I guess I can see the virtue in sticking with matplotlib's old |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
405145682 | https://github.com/pydata/xarray/pull/2277#issuecomment-405145682 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQwNTE0NTY4Mg== | shoyer 1217238 | 2018-07-16T04:15:47Z | 2018-07-16T04:15:47Z | MEMBER |
I disagree here. In many cases, we already follow the naming conventions from Seaborn instead, which uses meaningful names. c and s are pretty meaningless. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
405081849 | https://github.com/pydata/xarray/pull/2277#issuecomment-405081849 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQwNTA4MTg0OQ== | rabernat 1197350 | 2018-07-15T10:31:31Z | 2018-07-15T10:31:31Z | MEMBER | This seems like a very cool and useful feature! A few comments:
Happy to provide a more detailed review once the tests are implemented. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 |
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 4