Skip to content

Commit f4f2bc9

Browse files
author
Benoît Vinot
committed
Correction of hashes
1 parent 7521dae commit f4f2bc9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

test/testfunctions/legend_best_location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
desc = 'Legend best positions'
4-
phash = '972ea93316ba6e05'
4+
phash = '879d991d2c877c1c'
55

66

77
def plot():

test/testfunctions/legends2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
desc = 'Multiple legend positions'
4-
# phash = 'd558f444f0542bbb'
5-
phash = '55d45cd47ad4812f'
4+
phash = '6b447a5a62d4952f'
65

76

87
def plot():

test/testfunctions/text_overlay.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
desc = 'Regular plot with overlay text'
4-
# phash = '770b23744b93c68d'
5-
phash = '37092b3649d3f64c'
4+
phash = '370da93449d3f64c'
65

76

87
def plot():

0 commit comments

Comments
 (0)