home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: c368ee734945bbc736c33463ea561311bbdc1e9b

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
c368ee734945bbc736c33463ea561311bbdc1e9b plot.line(): Draw multiple lines for 2D DataArrays. (#1785) * plot.line(): Draw multiple lines for 2D DataArrays. * kwarg tests. * If x is None, choose the longer dimension. For arrays shaped as (100000, 2), this will plot 2 lines instead of 100000! * Add 'hue' kwarg. * Make sure we add a legend only for lines that we plot. * Make either x or hue a required argument for 2D inputs. Added an error if provided 'x' is not a dimension for 1D input (to mirror _infer_xy_labels behaviour for 2D inputs) Updated tests. * Better error message. 2017-12-31T17:16:16Z 2017-12-31T17:16:16Z 0c7e9e762dbfd6554e60c953bf27493047d95109 f10b21bed2846b879806f87039b77245b18e7671 13221727 2448579 1217238
Powered by Datasette · Queries took 0.814ms · About: xarray-datasette