Merge branch 'forms' into main

This commit is contained in:
Patrick McGuire
2022-02-14 13:56:35 -05:00
committed by GitHub
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Simple new installer
HOME=/home/pi
USER=pi
branch=main
branch=forms
if ! which git &> /dev/null;then
sudo apt update
sudo apt -y install git
+1 -1
View File
@@ -89,7 +89,7 @@ heat_frame = pd.DataFrame(data=0, index=heat.index, columns = hours_in_day)
heat=(heat+heat_frame).fillna(0)
#Generatie heatmap plot
plot = sns.heatmap(heat, norm=LogNorm(), annot=True, annot_kws={"fontsize":7}, cmap = pal , square = False, cbar=False, linewidths = 0.5, linecolor = "Grey", ax=axs[2], yticklabels = False)
plot = sns.heatmap(heat, norm=LogNorm(), annot=True, fmt="g", annot_kws={"fontsize":7}, cmap = pal , square = False, cbar=False, linewidths = 0.5, linecolor = "Grey", ax=axs[2], yticklabels = False)
# Set heatmap border
for _, spine in plot.spines.items():
+2
View File
@@ -119,6 +119,7 @@ a {
text-align: center;
}
img {
width:75%;
}
@@ -253,6 +254,7 @@ while($rows = $specificstats->fetch_assoc()) {
</div>";
}}
?>
</section>
</html>