8000 [Sprint] Added a test for 3d plots in PDF backend by tbekolay · Pull Request #2163 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

[Sprint] Added a test for 3d plots in PDF backend #2163

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

Closed
wants to merge 2 commits into from
Closed

[Sprint] Added a test for 3d plots in PDF backend #2163

wants to merge 2 commits into from

Conversation

tbekolay
Copy link
Contributor

This failed at one point (see issue #1933), but it seems to work now. In fact, the proposed fix in that issue is now in backend_pdf.py.

- This failed at one point (see issue #1933)
- Seems to work now
@@ -34,3 +36,14 @@ def test_type42():
ax = fig.add_subplot(111)
ax.plot([1,2,3])
fig.savefig(io.BytesIO())

def test_3d():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WeatherGod - do we have any other mplot3d tests? If so, are they proper image tests?

@tbekolay
Copy link
Contributor Author

I'm going to close this and make a new pull requests for mplot3d unit tests.

@tbekolay tbekolay closed this Jun 29, 2013
@pelson
Copy link
Member
pelson commented Jun 29, 2013

PR : #2177

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

Successfully merging this pull request may close these issues.

3 participants
0