From 318ab51c6132a48cbd6dea3dcbb30e83121be6c3 Mon Sep 17 00:00:00 2001 From: shivesh Date: Mon, 15 Apr 2019 23:58:48 +0100 Subject: refactor fr script --- utils/plot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/plot.py b/utils/plot.py index abd4548..7031189 100644 --- a/utils/plot.py +++ b/utils/plot.py @@ -192,7 +192,7 @@ def get_tax(ax, scale, ax_labels): ticks = np.linspace(0, 1, 6) tax.ticks(ticks=ticks, locations=ticks*scale, axis='blr', linewidth=1, offset=0.03, fontsize=fontsize, tick_formats='%.1f') - tax.ticks() + # tax.ticks() tax._redraw_labels() @@ -265,8 +265,8 @@ def flavour_contour(frs, ax, nbins, coverage, **kwargs): ev_polygon.T[0], ev_polygon.T[1], label=r'{0}\%'.format(int(coverage)), **kwargs ) - ax.scatter(points.T[0], points.T[1], marker='o', s=2, alpha=1, zorder=3, - **kwargs) + # ax.scatter(points.T[0], points.T[1], marker='o', s=2, alpha=1, zorder=3, + # **kwargs) def plot_Tchain(Tchain, axes_labels, ranges): -- cgit v1.2.3