• 大小: 101.34M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-11-15
  • 语言: Python
  • 标签: 其他  

资源简介

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个文件信息

评论

共有 条评论