We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ba6ff commit 5aa3b6cCopy full SHA for 5aa3b6c
lib/matplotlib/tri/tricontour.py
@@ -89,7 +89,7 @@ def _contour_args(self, args, kwargs):
89
z = np.asarray(args[0])
90
if z.shape != tri.x.shape:
91
raise ValueError('z array must have same length as triangulation x'
92
- 'and y arrays')
+ ' and y arrays')
93
self.zmax = z.max()
94
self.zmin = z.min()
95
if self.logscale and self.zmin <= 0:
0 commit comments