Skip to content
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

x.showbg() does not work in 2.0.0 #863

Closed
jypeter opened this issue Oct 31, 2014 · 0 comments
Closed

x.showbg() does not work in 2.0.0 #863

jypeter opened this issue Oct 31, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@jypeter
Copy link
Member

jypeter commented Oct 31, 2014

I can get the help for showbg, but I can't use it!

>>> import vcs, numpy as np
>>> x = vcs.init()
>>> i = np.identity(100)
>>> x.plot(i, bg=1)
<vcs.displayplot.Dp object at 0x2ad1288e4670>
>>> x.pdf('bgtest')
>>> x.showbg()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/share/unix_files/cdat/versions/cdat_install_uv-2.0.0_x86_64_gcc4_12/lib/python2.7/site-packages/vcs/Canvas.py", line 5212, in showbg
    a = apply(self.canvas.showbg, args)
AttributeError: 'module' object has no attribute 'showbg'
>>> help(x.showbg)
@doutriaux1 doutriaux1 added the VCS label Nov 4, 2014
@doutriaux1 doutriaux1 added this to the 2.1 milestone Nov 4, 2014
@doutriaux1 doutriaux1 self-assigned this Nov 4, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants