Skip to content

Commit

Permalink
Merge pull request #10 from PDBeurope/resolution_histogram_patch
Browse files Browse the repository at this point in the history
Resolution histogram patch
  • Loading branch information
Joseph-Ellaway authored Jun 20, 2024
2 parents 53eae46 + c37b23b commit 8629408
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pdbe_tutorial_2024/1_running_a_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -755,11 +755,7 @@
"outputs": [],
"source": [
"# Plot resolution as a histogram\n",
"pandas_plot(\n",
" df=df_human_ach,\n",
" column_to_group_by='resolution',\n",
" graph_type='hist'\n",
")"
"df_human_ach.plot('release_year', kind='hist')"
]
},
{
Expand Down

0 comments on commit 8629408

Please sign in to comment.