Skip to content

Commit 6fa6ed8

Browse files
committed
PEP8: Remove white space and long lines
1 parent 6430ca0 commit 6fa6ed8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xdesign/plot.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def plot_coverage_anisotropy(coverage_map, glyph_density=1.0, **kwargs):
219219
axis.add_artist(glyph)
220220

221221

222-
223222
def plot_phantom(phantom, axis=None, labels=None, c_props=[], c_map=None, i=-1,
224223
z=0.0, t=0.0001):
225224
"""Plot a :class:`.Phantom` to the given axis.
@@ -431,8 +430,8 @@ def plot_curve(curve, axis=None, alpha=None, c=None):
431430

432431

433432
def _make_axis():
434-
"""Make an :class:`matplotlib.axis.Axis` for plotting :mod:`.Phantom` module
435-
classes."""
433+
"""Make an :class:`matplotlib.axis.Axis` for plotting :mod:`.Phantom
434+
module classes."""
436435
fig = plt.figure(figsize=(8, 8), dpi=100)
437436
axis = fig.add_subplot(111, aspect='equal')
438437
plt.grid('on')

0 commit comments

Comments
 (0)