Skip to content

Commit 53947de

Browse files
authored
Merge pull request #6 from tractorjuice/patch-1
Update wardley.py
2 parents cd96821 + 6eb9ba6 commit 53947de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipywardley/wardley.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def generate_wardley_plot(self, ax, wm):
231231
plt.xlabel('Evolution', fontweight='bold')
232232

233233
plt.tick_params(axis='x', direction='in', top=True, bottom=True, grid_linewidth=1)
234-
plt.grid(b=True, axis='x', linestyle='--')
234+
plt.grid(visibilty=True, axis='x', linestyle='--') # Updated as 'b' now depreciated
235235
plt.tick_params(axis='y', length=0)
236236

237237
# Show warnings if problems were found:

0 commit comments

Comments
 (0)