[yt-svn] commit/yt: ngoldbaum: Adding missing ProfilePlot imports.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Mar 18 10:08:47 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/58055a9b8c13/
Changeset:   58055a9b8c13
Branch:      stable
User:        ngoldbaum
Date:        2014-03-18 18:04:09
Summary:     Adding missing ProfilePlot imports.
Affected #:  1 file

diff -r f7c69809dbd06518c3f023de475ac8d607a9ca76 -r 58055a9b8c137d398b97229e830cf958a26b0d47 yt/visualization/profile_plotter.py
--- a/yt/visualization/profile_plotter.py
+++ b/yt/visualization/profile_plotter.py
@@ -14,6 +14,7 @@
 #-----------------------------------------------------------------------------
 
 
+import __builtin__
 import base64
 import types
 
@@ -26,6 +27,7 @@
 
 from matplotlib.font_manager import FontProperties
 
+from ._mpl_imports import FigureCanvasAgg
 from .plot_window import WindowPlotMPL
 from .base_plot_types import ImagePlotMPL
 from .plot_container import \
@@ -44,7 +46,8 @@
 import _mpl_imports as mpl
 from yt.funcs import \
      ensure_list, \
-     get_image_suffix
+     get_image_suffix, \
+     get_ipython_api_version
 
 def get_canvas(name):
     suffix = get_image_suffix(name)

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list