aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/plot.py6
1 files changed, 3 insertions, 3 deletions
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):