Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Parish, Chad
data_visualization_paper
Commits
516db68b
Commit
516db68b
authored
Mar 20, 2019
by
Parish, Chad
Browse files
Fix small typos
parent
751286b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
colormaps.ipynb
View file @
516db68b
...
...
@@ -115,11 +115,11 @@
clr
=
'black'
ax
[
j
,
i
].
text
(
0.98
,
0.02
,
'('
+
alphabet
[
count
]
+
')'
,
transform
=
ax
[
j
,
i
].
transAxes
,
fontsize
=
20
,
verticalalignment
=
'bottom'
,
horizontalalignment
=
'right'
,
color
=
clr
,
bbox
=
{
'facecolor'
:
'white'
,
'alpha'
:
0.7
,
'pad'
:
2
,
'edgecolor'
:
'white'
})
count
+=
1
ax
[
j
,
i
].
# Label the rows and columns
for
i
,
x
in
enumerate
(
colormap_type
):
ax
[
0
,
i
].
set_title
(
x
,
size
=
24
)
for
j
,
y
in
enumerate
(
data_type
):
...
...
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