Skip to content

Commit

Permalink
A small tweak to experiment with working entirely in vscode.dev. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag authored Dec 23, 2023
1 parent a014f3d commit d2a39e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heybuddy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def bokeh():
)

fig.circle(x=[1,2,3,4,5],
y=[1.0, 0.8, 0.65, 0.5, 0.45], color='red', legend_label='Metric 2')
y=[1.0, 0.8, 0.65, 0.5, 0.4], color='red', legend_label='Metric 2')

error_test = new_whisker(base=3, upper=0.7, lower=0.6)
fig.add_layout(error_test)
Expand Down

0 comments on commit d2a39e6

Please sign in to comment.