mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +00:00
black style tweaks: manually added commas etc to tweak formatting
This commit is contained in:

committed by
Erik Sundell

parent
fe3968efe0
commit
a582c24e19
@@ -15,7 +15,9 @@ fig, ax = plt.subplots()
|
||||
ax.plot(t, s)
|
||||
|
||||
ax.set(
|
||||
xlabel="time (s)", ylabel="voltage (mV)", title="About as simple as it gets, folks"
|
||||
xlabel="time (s)",
|
||||
ylabel="voltage (mV)",
|
||||
title="About as simple as it gets, folks",
|
||||
)
|
||||
ax.grid()
|
||||
# Note that the test can be run headless by checking if an image is produced
|
||||
|
Reference in New Issue
Block a user