Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AossTower
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetObs
AossTower
Commits
377e4986
Commit
377e4986
authored
8 years ago
by
kgao
Browse files
Options
Downloads
Patches
Plain Diff
Changed font size of title
Title was a bit too big changed it to 13
parent
5e5ffdf9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aosstower/tower_quicklooks/create_quicklook.py
+2
-2
2 additions, 2 deletions
aosstower/tower_quicklooks/create_quicklook.py
with
2 additions
and
2 deletions
aosstower/tower_quicklooks/create_quicklook.py
+
2
−
2
View file @
377e4986
...
...
@@ -416,7 +416,7 @@ def create_full_plot(frame, ymin, ymax, create_air_dew_plot, output):
# create plots
if
need_subplots
:
if
plots_created
==
1
:
plt
.
figure
().
suptitle
(
'
AO&SS Building Tower Meteorogram
'
+
dateString
)
plt
.
figure
().
suptitle
(
'
AO&SS Building Tower Meteorogram
'
+
dateString
,
fontsize
=
13
)
ax1
=
plt
.
subplot
(
plotNumber
+
plots_created
)
ax1
.
set_title
(
TITLES
[
name
],
x
=
0.5
,
y
=
get_subtitle_location
(
numberPlots
),
fontsize
=
8
)
...
...
@@ -428,7 +428,7 @@ def create_full_plot(frame, ymin, ymax, create_air_dew_plot, output):
plots_created
+=
1
else
:
plt
.
figure
().
suptitle
(
'
AO&SS Building Tower
'
+
IND_TITLES
[
name
]
+
'
'
+
dateString
)
plt
.
figure
().
suptitle
(
'
AO&SS Building Tower
'
+
IND_TITLES
[
name
]
+
'
'
+
dateString
,
fontsize
=
13
)
plt
.
ylabel
(
TITLES
[
name
])
#if we don't need two lines in same plot, plot
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment