Skip to content

Commit

Permalink
draw_points_2d should show axes as well
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz committed Aug 25, 2024
1 parent 1cffc78 commit f93bd6a
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 f93bd6a

Please sign in to comment.