Skip to content

Commit

Permalink
Import matplotlib Axes3D for 3D plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Nov 22, 2019
1 parent 1ebc3f9 commit ed5cd49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galpy/util/bovy_plot.py
Expand Up @@ -56,6 +56,7 @@
from matplotlib.ticker import NullFormatter
from matplotlib.projections import PolarAxes, register_projection
from matplotlib.transforms import Affine2D, Bbox, IdentityTransform
from mpl_toolkits.mplot3d import Axes3D # Necessary for 3D plotting (projection = '3d')
from ..util.config import __config__
if __config__.getboolean('plot','seaborn-bovy-defaults'):
try:
Expand Down

0 comments on commit ed5cd49

Please sign in to comment.