Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
31a51b9f
Commit
31a51b9f
authored
Aug 02, 2017
by
Theo Steininger
Browse files
Fixed font naming in heatmap.py
parent
47567c7e
Pipeline
#15842
passed with stages
in 18 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/plotting/descriptors/axis.py
View file @
31a51b9f
...
...
@@ -33,6 +33,7 @@ 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
nifty/plotting/plots/heatmaps/heatmap.py
View file @
31a51b9f
...
...
@@ -23,7 +23,7 @@ class Heatmap(PlotlyWrapper):
self
.
zmin
=
zmin
self
.
zmax
=
zmax
self
.
_font_size
=
22
self
.
_font_family
=
'B
en
to'
self
.
_font_family
=
'B
al
to'
def
at
(
self
,
data
):
if
isinstance
(
data
,
list
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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