home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 1060e361feeab1b390d68921ae9bbea32df18538

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
1060e361feeab1b390d68921ae9bbea32df18538 Ensure xplt.FacetGrid works on Dataset objects 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')) 2015-10-08T08:21:28Z 2015-10-16T05:08:26Z 7ac163783245dbec82e06aac57b56992d3cf2b72 7ac163783245dbec82e06aac57b56992d3cf2b72 13221727 1217238 1217238
Powered by Datasette · Queries took 0.65ms · About: xarray-datasette