Skip to content

Commit

Permalink
modify plotting __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkfitzg committed Jul 21, 2015
1 parent 928b6d9 commit 89e389e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions xray/plotting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from .plotting import (plot, plot_line, plot_contourf,
plot_contour, plot_hist, plot_imshow)
from .plotting import (plot, plot_line, plot_contourf, plot_contour,
plot_hist, plot_imshow, plot_pcolormesh,
_infer_interval_breaks)
1 change: 0 additions & 1 deletion xray/plotting/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
the DataArray class
"""

import os
import pkg_resources
import functools

Expand Down

0 comments on commit 89e389e

Please sign in to comment.