Skip to content

Commit

Permalink
Matplotlib deprecation. (#2223)
Browse files Browse the repository at this point in the history
Remove deprecated styling form LFP example.
  • Loading branch information
thorstenhater authored Oct 6, 2023
1 parent b099391 commit 485f65d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/example/probe_lfpykit.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,6 @@ def colorbar(
# show predictions at the last time point of simulation
time_index = -1

# use seaborn style
plt.style.use("seaborn")
plt.rcParams["image.cmap"] = "viridis"

# create figure and axis
fig, ax = plt.subplots(1, 1, figsize=(16, 6), dpi=100)

Expand Down

0 comments on commit 485f65d

Please sign in to comment.