Skip to content

Commit

Permalink
Merge pull request #237 from xie-dongping/master
Browse files Browse the repository at this point in the history
Change the fonts in plots to Droid Sans Fallback
  • Loading branch information
dietmarw committed Apr 2, 2015
2 parents e0fefda + 57b74a0 commit 7909b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions text/source/_sphinxext/xogeny/plot_utils.py
Expand Up @@ -21,6 +21,8 @@
# for label in legend.get_lines():
# label.set_linewidth(1.5) # the legend line width
# plt.show()
from matplotlib import rcParams
rcParams['font.family'] = 'Droid Sans Fallback'

def render_twoup_plot(name, spec1, spec2):
pass
Expand Down

0 comments on commit 7909b1d

Please sign in to comment.