Skip to content

Commit

Permalink
Default theme now sets exponentformat to power and showexponent
Browse files Browse the repository at this point in the history
… to `last`
  • Loading branch information
allanleal committed Mar 17, 2023
1 parent 26fdf22 commit 991fe1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/src/reaktplot/DefaultTheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@

# COLORSCALE OPTIONS
colorway = ply4rkp.colors.qualitative.T10,

# EXPONENTIAL FORMAT OPTIONS
xaxis_exponentformat = "power",
yaxis_exponentformat = "power",

xaxis_showexponent = "last",
yaxis_showexponent = "last",
)

reaktplot_template.data.scatter = [pgo4rkp.Scatter(line=dict(width=4), marker=dict(symbol="circle", size=10))]
Expand Down

0 comments on commit 991fe1c

Please sign in to comment.