Skip to content

Commit

Permalink
Plots: remove axis labels for marginals in alex_jointplot()
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jan 6, 2015
1 parent 7542760 commit 4bffcab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fretbursts/burst_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,8 @@ def _alex_plot_style(g):
g.set_axis_labels(xlabel="E", ylabel="S")
g.ax_marg_x.grid(True)
g.ax_marg_y.grid(True)
g.ax_marg_x.set_xlabel('')
g.ax_marg_y.set_ylabel('')
plt.setp(g.ax_marg_y.get_xticklabels(), visible=True)
plt.setp(g.ax_marg_x.get_yticklabels(), visible=True)
g.ax_marg_x.locator_params(axis='y', tight=True, nbins=3)
Expand Down

0 comments on commit 4bffcab

Please sign in to comment.