資源簡介
PythonPlotlyCodes-master.zip
代碼片段和文件信息
import?plotly?as?py
from?plotly.graph_objs?import?Scatter?Layout?Data
trace0?=?Scatter(
????x=[1?2?3?4]
????y=[10?15?13?17]
)
trace1?=?Scatter(
????x=[1?2?3?4]
????y=[16?5?11?9]
)
data?=?Data([trace0?trace1])
py.offline.plot(data?filename?=?‘first_offline_start.html‘)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-03?12:24??PythonPlotlyCodes-master\
?????文件????????1157??2018-05-03?12:24??PythonPlotlyCodes-master\.gitignore
?????目錄???????????0??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter01\
?????文件?????2341425??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter01\first_offline_start.html
?????文件?????4824713??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter01\first_offline_start.ipynb
?????文件?????????290??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter01\first_offline_start.py
?????文件????????2234??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter01\first_start.ipynb
?????文件?????????612??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter01\first_start.py
?????文件?????1814954??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter01\temp-plot.html
?????目錄???????????0??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\
?????文件?????????382??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.10_HistogramsChart_1.py
?????文件?????????533??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.10_HistogramsChart_2.py
?????文件?????????417??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.10_HistogramsChart_3.py
?????文件?????????304??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.10_HistogramsChart_4.py
?????文件?????????681??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.10_HistogramsChart_5.py
?????文件?????????403??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.11_PieChart_1.py
?????文件?????????413??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.11_PieChart_2.py
?????文件?????????967??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.11_PieChart_3.py
?????文件????????2874??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.11_PieChart_4.py
?????文件?????????882??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.5_LineChart_1.py
?????文件????????2434??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.5_LineChart_2.py
?????文件????????1529??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.5_LineChart_3.py
?????文件????????2890??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.5_LineChart_4.py
?????文件????????4543??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.5_LineChart_5.py
?????文件?????????565??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.6_BarChart_1.py
?????文件?????????823??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.6_BarChart_2.py
?????文件????????1200??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.6_BarChart_3.py
?????文件????????1343??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.6_BarChart_4.py
?????文件?????????863??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.6_BarChart_5.py
?????文件?????????487??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.6_BarChart_6.py
?????文件?????????446??2018-05-03?12:24??PythonPlotlyCodes-master\Chapter02\2.7_HBarChart_1.py
............此處省略676個文件信息
- 上一篇:Python語言程序設(shè)計-梁勇帶書簽
- 下一篇:WebVTT to SRT
評論
共有 條評論