Skip to content

Commit

Permalink
PEP8: Remove white space and long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Jun 4, 2018
1 parent 6430ca0 commit 6fa6ed8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xdesign/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ def plot_coverage_anisotropy(coverage_map, glyph_density=1.0, **kwargs):
axis.add_artist(glyph)



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


def _make_axis():
"""Make an :class:`matplotlib.axis.Axis` for plotting :mod:`.Phantom` module
classes."""
"""Make an :class:`matplotlib.axis.Axis` for plotting :mod:`.Phantom
module classes."""
fig = plt.figure(figsize=(8, 8), dpi=100)
axis = fig.add_subplot(111, aspect='equal')
plt.grid('on')
Expand Down

0 comments on commit 6fa6ed8

Please sign in to comment.