We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code:
import plotly.graph_objects as go fig = go.Figure( data=go.Scatter(x=[1, 2, 3], y=[4, 5, 6], mode="lines+markers", name="My Line"), layout=go.Layout( title=go.layout.Title(text="My Line Chart"), ), )
Expected highlighting / lack of errors (from v6.0.1):
Broken highlight with errors (from v6.1.0):
The error is:
Cannot access attribute "Title" for class "type[FigureWidget]" Attribute "Title" is unknownPylance[reportAttributeAccessIssue]
The code of course still runs just fine. I'm using the latest version of VSCode and Pylance at time of writing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code:
Expected highlighting / lack of errors (from v6.0.1):
Broken highlight with errors (from v6.1.0):
The error is:
The code of course still runs just fine. I'm using the latest version of VSCode and Pylance at time of writing.
The text was updated successfully, but these errors were encountered: