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

VCS/VTK warnings and UV-CDAT logo missing in pdf/ps output files #1583

Closed
durack1 opened this issue Oct 5, 2015 · 5 comments
Closed

VCS/VTK warnings and UV-CDAT logo missing in pdf/ps output files #1583

durack1 opened this issue Oct 5, 2015 · 5 comments
Assignees
Milestone

Comments

@durack1
Copy link
Member

durack1 commented Oct 5, 2015

The following code yields warnings (as below) and additionally the *.pdf and *.ps output files are missing the UV-CDAT logo, the *.png includes the logo..

>>> import EzTemplate
>>> bg = False
>>> Canvas = EzTemplate.Multi(rows=2,columns=2)
Canvas.preview('Template4x4',bg=bg)
>>> /usr/local/uvcdat/2.4.0rc1/lib/python2.7/site-packages/vcs/VTKPlots.py:965: UserWarning: the right_margin keyword for postscript has been deprecated in 2.0 and is being ignored
  "the right_margin keyword for postscript has been deprecated in 2.0 and is being ignored")
/usr/local/uvcdat/2.4.0rc1/lib/python2.7/site-packages/vcs/VTKPlots.py:968: UserWarning: the left_margin keyword for postscript has been deprecated in 2.0 and is being ignored
  "the left_margin keyword for postscript has been deprecated in 2.0 and is being ignored")
/usr/local/uvcdat/2.4.0rc1/lib/python2.7/site-packages/vcs/VTKPlots.py:971: UserWarning: the top_margin keyword for postscript has been deprecated in 2.0 and is being ignored
  "the top_margin keyword for postscript has been deprecated in 2.0 and is being ignored")
@durack1 durack1 added this to the 2.4 milestone Oct 5, 2015
@durack1
Copy link
Member Author

durack1 commented Oct 7, 2015

@doutriaux1 is this fixed by #1591?

I'd double check that the UV-CDAT logos are being written to *.pdf and *.ps files here too..

@doutriaux1
Copy link
Contributor

nope.

@doutriaux1
Copy link
Contributor

took care of the warnings.

@doutriaux1 doutriaux1 modified the milestones: 3.0, 2.4 Oct 14, 2015
@doutriaux1 doutriaux1 self-assigned this Oct 14, 2015
@doutriaux1
Copy link
Contributor

need to check ps/pdf files logo.

@doutriaux1
Copy link
Contributor

doutriaux1 commented Apr 10, 2017

closed via CDAT/vcs#76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants