Skip to content

Commit

Permalink
Question numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 committed Apr 28, 2023
1 parent 94b2010 commit 0ae29f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def _get_wrap_line_width(self):
linewidth=1, edgecolor=text_color, facecolor=color,
))
wtxt = WrapText(
0.5, 0.85, f"{dict_for_plotting['Question'][eachq]}",width=550, widthcoords=None,
0.5, 0.85, f"{eachq+1}) {dict_for_plotting['Question'][eachq]}",width=550, widthcoords=None,
ha="center", va='center',ma="center", size=7, color=text_color
)
ax.add_artist(wtxt)
Expand Down

0 comments on commit 0ae29f5

Please sign in to comment.