aboutsummaryrefslogtreecommitdiffstats
path: root/utils/plot.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-04-15 23:58:48 +0100
committershivesh <s.p.mandalia@qmul.ac.uk>2019-04-15 23:58:48 +0100
commit318ab51c6132a48cbd6dea3dcbb30e83121be6c3 (patch)
tree0edc50c12b584325ed2f011ed380888be3fcfa94 /utils/plot.py
parentd84021c3f136d657e708a31b816f6d6409a9c241 (diff)
downloadGolemFlavor-318ab51c6132a48cbd6dea3dcbb30e83121be6c3.tar.gz
GolemFlavor-318ab51c6132a48cbd6dea3dcbb30e83121be6c3.zip
refactor fr script
Diffstat (limited to 'utils/plot.py')
-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):