Spaces:
Sleeping
Sleeping
Commit
·
194c559
1
Parent(s):
308c84b
test5
Browse files
app.py
CHANGED
@@ -542,8 +542,8 @@ def main():
|
|
542 |
fig3 = plt.figure(figsize=(8, 8))
|
543 |
ax3 = fig3.add_subplot(111)
|
544 |
|
545 |
-
colors = ["#FF9800", "#
|
546 |
-
explode = (0.1, 0
|
547 |
|
548 |
wedges, texts, autotexts = ax3.pie(
|
549 |
breakdown_df["kWh"],
|
|
|
542 |
fig3 = plt.figure(figsize=(8, 8))
|
543 |
ax3 = fig3.add_subplot(111)
|
544 |
|
545 |
+
colors = ["#FF9800", "#4CAF50"]
|
546 |
+
explode = (0.1, 0)
|
547 |
|
548 |
wedges, texts, autotexts = ax3.pie(
|
549 |
breakdown_df["kWh"],
|