Skip to content

Commit

Permalink
TVB-3111 fix phase_plane from distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Nov 14, 2024
1 parent b002f25 commit 493328c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def nullcline(x, y, z):

except ImportError:
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use('agg')
# new matplotlib, version 3.8.3

def nullcline(x, y, z):
Expand Down

0 comments on commit 493328c

Please sign in to comment.