资源简介
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语言程序设计-梁勇带书签
- 下一篇:WebVTT to SRT
相关资源
- Python基础教程(第3版).rar
- GRAYHATPYTHON高清.英文.书签版.pdf
- Python简明教程第四版.rar
- Python编程:从入门到实践带书签完整
- Python基础教程(第3版).pdf109608
- vamei-从Python开始学编程.pdf
- 利用Python进行数据分析.pdf
- 小甲鱼零基础学python课后习题和答案
- Python编程:从入门到实践-PythonCrashC
- Python神经网络编程.zip
- Python编程从入门到实践.rar
- FlaskWeb开发:基于Python的Web应用开发实
- Python基础教程(第三版).pdf
- Python编程从入门到实践.zip
- pythoncookbook(第3版)高清中文完整版
- Python编程:从入门到实践高清版.zip
- Python练习集100题.pdf
- python2714_chm.zip
- Python编程无师自通——专业程序员的
- selenium2python自动化测试.pdf
- Python编程无师自通——专业程序员的
- 《FlaskWeb开发:基于Python的Web应用开发
- pyqt5_python_Gui入门教程.docx
- 从记录到编程--Python在ABAQUS程序化参数
- 量化交易之路之python-源代码.rar
- 从零开始学Python第二版高清pdf版.zip
- Python编程从入门到实践(图灵程序设
- Python编程:从入门到实践(高清完整
- Djangopython实现数据挖掘和分析.doc
- 自动化测试实战基于Python语言(虫师
评论
共有 条评论