-
Notifications
You must be signed in to change notification settings - Fork 66
x.plot(s,bg=bg) does not output image #2137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
THis only works in the nightly version of uvcdat. It will be available in the next stable release which should be out this week. |
@doutriaux1 But I'm using nightly version. It's 2.6-42-g910814b, Right? |
hum.. please post here your |
FYI,this is the output of conda info:
Thanks! |
My bad, i always confuse the two, I meant: |
It doesn't matter,
|
I tried this demo , and expected to have
. But I only got
<vcs.displayplot.Dp at 0x7f73660064b0>
as an output in jupyter notebook. What should I do to have that image in my notebook?BTW, this is the code that I tried with python 2.7.12:
and this is my python version detail on ubuntu14.04:
(anaconda2-4.1.0/envs/uvcdat) rex@ubuntu:~$ ipython
Python 2.7.12 |Continuum Analytics, Inc.| (default, Jul 2 2016, 17:42:40)
Type "copyright", "credits" or "license" for more information.
IPython 5.1.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]:
The text was updated successfully, but these errors were encountered: