Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
46edd859
Commit
46edd859
authored
Aug 03, 2017
by
Theo Steininger
Browse files
Remove tick_mode linear.
parent
412eede0
Pipeline
#16008
passed with stages
in 21 minutes and 47 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
nifty/plotting/descriptors/axis.py
View file @
46edd859
...
...
@@ -33,7 +33,6 @@ class Axis(PlotlyWrapper):
ply_object
[
'tickfont'
]
=
{
'size'
:
self
.
font_size
,
'family'
:
self
.
font
}
ply_object
[
'exponentformat'
]
=
'power'
ply_object
[
'tickmode'
]
=
'linear'
# ply_object['domain'] = {'0': '0.04',
# '1': '1'}
return
ply_object
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment