Hide inappropriate figure title
This commit is contained in:
parent
af947dbf65
commit
e9038bdb76
@ -34,7 +34,7 @@ levels = np.tile(actualLevels,
|
||||
|
||||
# Create figure and plot a stem plot with the date
|
||||
fig, ax = plt.subplots(figsize=(8.8, 4), layout="constrained")
|
||||
ax.set(title="Matplotlib release dates")
|
||||
#ax.set(title="Matplotlib release dates")
|
||||
|
||||
ax.vlines(dates, 0, levels, color="tab:red") # The vertical stems.
|
||||
ax.plot(dates, np.zeros_like(dates), "-o",
|
||||
|
Loading…
x
Reference in New Issue
Block a user