Skip to content

Commit

Permalink
Merge pull request #7210 from aldbr/v8.0_FIX_ci-tests
Browse files Browse the repository at this point in the history
[8.0] fix: CI tests
  • Loading branch information
fstagni authored Sep 22, 2023
2 parents be7fcec + 3e86271 commit 0141194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DIRAC/Core/Utilities/Graphs/QualityMapGraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ def draw(self):
setp(self.ax.get_yticklines(), markersize=0.0) # pylint: disable=not-callable

cax, kw = make_axes(self.ax, orientation="vertical", fraction=0.07)
cb = ColorbarBase(
ColorbarBase(
cax, cmap=self.cmap, norm=self.norms, boundaries=self.cbBoundaries, values=self.cbValues, ticks=self.cbTicks
)
cb.draw_all()
self.figure.draw_without_rendering()
# cb = self.ax.colorbar( self.mapper, format="%d%%",
# orientation='horizontal', fraction=0.04, pad=0.1, aspect=40 )
# setp( cb.outline, linewidth=.5 )
Expand Down

0 comments on commit 0141194

Please sign in to comment.