Skip to content
Snippets Groups Projects

Small bug fix in pdf rendering in quickviewer

Merged Anne Poot requested to merge quickviewer-pdf into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -182,7 +182,7 @@ def QuickViewer(array, globdat, **kwargs):
for contour in [mappable]:
for c in contour.collections:
c.set_edgecolor("face")
c.set_linewidth(0)
c.set_linewidth(1e-10)
if not title is None:
ax.set_title(title)
Loading