Skip to content

Commit

Permalink
trivial cosmetic change on graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
zunzun committed Sep 30, 2016
1 parent be15a92 commit 668d625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zunzun/LongRunningProcess/MatplotlibGraphs_2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def CommonPlottingCode(in_WidthInPixels, in_HeightInPixels, in_XName, in_YName,

# for smallest graphs, do not "text brand" - looks ugly
if in_WidthInPixels > 320:
ax.text(relativeWidthPos, relativeHeightPos, 'zunzunsite',
ax.text(relativeWidthPos, relativeHeightPos, 'zunzunsite3',
fontsize= 'xx-small',
family= 'monospace',
horizontalalignment='center',
Expand Down

0 comments on commit 668d625

Please sign in to comment.