Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c83f4f2

Browse files
committed
Added Dark Theme to all four plots and updated the screenshots in the README.md
1 parent 8a3bf48 commit c83f4f2

File tree

9 files changed

+9
-6
lines changed

9 files changed

+9
-6
lines changed

‎Data-Visualization/Contour Plots/contour_plot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@
4343
height=600,
4444
margin=dict(l=50, r=50, b=100, t=100, pad=4)
4545
)
46+
47+
fig.layout.template = 'plotly_dark'
4648
fig.show()
-30 Bytes
Loading[フレーム]
-3.47 KB
Loading[フレーム]

‎Data-Visualization/FunnelChart/FunnelCharts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
title = "Funnel Chart for Food Sales in Asian Countries",
3030
showlegend = True
3131
)
32+
fig.layout.template = 'plotly_dark'
3233
fig.show()

‎Data-Visualization/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ pip install plotly
3636
[Elita Menezes](https://github.com/ELITA04/)
3737

3838
## 8. Contour Plot
39-
[![contourplot.png](https://i.postimg.cc/q7w2RdBT/contourplot.png)](https://postimg.cc/v114qk6q)
39+
[![contourplot.png](https://i.postimg.cc/DyCHL12x/contourplot.png)](https://postimg.cc/1fqvZnVF)
4040

4141
## 9. Ternary Plot
42-
[![ternaryplot.png](https://i.postimg.cc/2SpQ9w9P/ternaryplot.png)](https://postimg.cc/crmtrQSm)
42+
[![ternaryplot.png](https://i.postimg.cc/Xv5zRh9P/ternaryplot.png)](https://postimg.cc/8F14WZKd)
4343
## 10. Waterfall Chart
44-
[![Water-Fall.png](https://i.postimg.cc/nznTRkrH/Water-Fall.png)](https://postimg.cc/mc6Qh77q)
44+
[![Water-Fall.png](https://i.postimg.cc/KvspRFNV/Water-Fall.png)](https://postimg.cc/TpgJ4zBq)
4545
## 11. Funnel Chart
46-
[![Funnel-Chart.png](https://i.postimg.cc/bvhRrTQQ/Funnel-Chart.png)](https://postimg.cc/FYTSn0CR)
46+
[![Funnel-Chart.png](https://i.postimg.cc/503n1Mys/Funnel-Chart.png)](https://postimg.cc/YGv1fZ1F)
4747

4848

4949
# Author

‎Data-Visualization/TernaryPlots/TernaryPlot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
'showlegend': False
2727
})
2828

29-
29+
fig.layout.template='plotly_dark'
3030
fig.show()
15.5 KB
Loading[フレーム]
339 Bytes
Loading[フレーム]

‎Data-Visualization/WaterfallChart/Waterfall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
xaxis_title='X Axis Title',
2121
yaxis_title='Y Axis Title',
2222
)
23-
23+
fig.layout.template='plotly_dark'
2424
fig.show()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /