Skip to content

Commit

Permalink
draw_points_2d should show axes as well (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz authored Aug 26, 2024
1 parent 1cffc78 commit b696ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundles/plotly/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,9 @@ export const draw_points_2d = createPlotFunction(
'scatter',
{ mode: 'markers' },
{
xaxis: { visible: false },
xaxis: { visible: true },
yaxis: {
visible: false,
visible: true,
scaleanchor: 'x'
}
},
Expand Down

0 comments on commit b696ad4

Please sign in to comment.