Skip to content

Commit e384eda

Browse files
committed
Matplotlib has renamed the parameter 'b' to 'visible'.
1 parent b8d829e commit e384eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jmhplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def plot_result_set(indexKeys: Tuple, indexTuple: Tuple, resultSet: ResultSet, p
279279
plt.xlabel("# Operations")
280280
plt.ylabel("t (ns)")
281281
plt.legend(loc='upper left', bbox_to_anchor=(1, 1))
282-
plt.grid(b='True', which='both')
282+
plt.grid(visible='True', which='both')
283283

284284
name = f'fig_{"_".join([str(t) for t in indexTuple])}_{label}.png'
285285

0 commit comments

Comments
 (0)