Skip to content

Commit

Permalink
Update plotly_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lblogan14 committed Oct 25, 2023
1 parent 2602935 commit 2c7a56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUIs/zgui_2d/plotly_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self):

# Create a QWebEngineView widget to display the Plotly plot
view = QWebEngineView()
view.setGeometry(100, 100, 800, 600)
view.setGeometry(100, 100, 2000, 600)

# Create a simple Plotly scatter plot
#data = [go.Scatter(x=[1, 2, 3], y=[4, 1, 2], mode='markers', text=["Point 1", "Point 2", "Point 3"])]
Expand Down

0 comments on commit 2c7a56c

Please sign in to comment.