Skip to content

Commit

Permalink
fixed graph name
Browse files Browse the repository at this point in the history
  • Loading branch information
weissercn committed Apr 7, 2024
1 parent f0a9d0b commit ace4813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/logits_lens_with_features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
"\n",
"fig = px.area(\n",
" tmp_df,\n",
" title=\"Kurtosis by Layer\",\n",
" title=\"Skewness by Layer\",\n",
" width=800,\n",
" height=600,\n",
" color_discrete_sequence=px.colors.sequential.Turbo,\n",
Expand Down

0 comments on commit ace4813

Please sign in to comment.