Skip to content
Snippets Groups Projects
Commit d8381e05 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Set alpha=0.1

parent 6763e1ce
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class PowerPlot:
self.min, self.max = None, None
fig.suptitle(yname, fontsize=16)
fig.tight_layout()
(self.totalplot,) = self.ax.plot([], [], ".", color="blue")
(self.totalplot,) = self.ax.plot([], [], ".", color="blue", alpha=0.1)
(self.totalplothighlight,) = self.ax.plot(
[], [], ".", color="red", markersize=10
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment