home / github / pull_requests

Menu
  • GraphQL API
  • Search all tables

pull_requests: 1058820904

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
1058820904 PR_kwDOAMm_X84_HFMo 7047 closed 0 Set sharex/sharey to False if using 3d plots 14371165 Matplotlibs 3d plots appears to not support sharex/sharey. So reset to default values instead. This improves the look of the plot as axis values aren't deleted. Example: ```python import matplotlib.pyplot as plt fig = plt.figure() subplot_kws = {"projection":"3d"} ax1 = fig.add_subplot(211, **subplot_kws) ax1.plot([0, 1, 2], [5,6,6]) ax2 = fig.add_subplot(212, sharex = ax1, **subplot_kws) ax2.plot([0, 1, 2], [5,4,2]) # x axis is not linked. ``` Split up from #6778. 2022-09-16T16:16:57Z 2022-09-25T15:33:29Z 2022-09-25T15:33:29Z 2022-09-25T15:33:28Z 212a5d7909e8dd54446b08574a0683e2477f2b40     0 8028ad1f0e5bf5f382e0f2ae09921abe59ff375d 09e467a6a3a8ed68c6c29647ebf2b09288145da1 MEMBER   13221727 https://github.com/pydata/xarray/pull/7047  

Links from other tables

  • 1 row from pull_requests_id in labels_pull_requests
Powered by Datasette ยท Queries took 0.792ms