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

Save to PDF doesn't work in plot image viewer #1990

Closed
rchiodo opened this issue Apr 14, 2020 · 2 comments
Closed

Save to PDF doesn't work in plot image viewer #1990

rchiodo opened this issue Apr 14, 2020 · 2 comments
Assignees

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Apr 14, 2020

Run this code:

# %% Basic Imports
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt

# %% Matplotlib Plot
x = np.linspace(0, 20, 100)
plt.plot(x, np.sin(x))
plt.show()

Open plot in plotviewer
Save to PDF.

Getting this error here:
-1586888106880.log

@rchiodo
Copy link
Contributor Author

rchiodo commented Apr 15, 2020

Note it works fine if I build inside of VS code and debug. Must be our extension layout is wrong now.

@rchiodo rchiodo self-assigned this Apr 15, 2020
@IanMatthewHuff IanMatthewHuff self-assigned this Apr 24, 2020
@IanMatthewHuff
Copy link
Member

Validated. PDF saves and works. I was using installed VSIX not a debug build on insiders.

@lock lock bot locked as resolved and limited conversation to collaborators May 5, 2020
@microsoft microsoft unlocked this conversation Nov 13, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants