当前位置:网站首页>dash plotly
dash plotly
2022-07-07 07:50:00 【SyncStudy】
from dash import Dash, dcc, html
import pandas as pd
app = Dash(name)
df = pd.read_csv (‘robot.txt’, sep =’ ')
df2 = df.set_axis([‘Time’, ‘Power’, ‘Robot’], axis=1, inplace=False)
print(df2[‘Time’])
app.layout = html.Div([
dcc.Graph(
figure=dict(
data=[
dict(
x=df2[‘Time’],
y=df2[‘Power’].loc[df2[‘Robot’]‘robot1’],#df.loc[df[‘column_name’] == some_value]
name=‘Robot 1’,
marker=dict(
color=‘rgb(55, 83, 109)’
)
),
dict(
x=df2[‘Time’],
y=df2[‘Power’].loc[df2[‘Robot’]‘robot2’],#df.loc[df[‘column_name’] == some_value]
name=‘Robot 2’,
marker=dict(
color=‘rgb(26, 118, 255)’
)
)
],
layout=dict(
title=‘Robot Power’,
showlegend=True,
legend=dict(
x=0,
y=1.0
),
margin=dict(l=40, r=0, t=40, b=30)
)
),
style={‘height’: 300},
id=‘my-graph’
)
])
if name == ‘main’:
app.run_server(debug=True)
边栏推荐
- [guess-ctf2019] fake compressed packets
- pytest+allure+jenkins环境--填坑完毕
- Installing postgresql11 database under centos7
- Leetcode-206. Reverse Linked List
- pytest+allure+jenkins環境--填坑完畢
- Jenkins远程构建项目超时的问题
- Weibo publishing cases
- [webrtc] M98 screen and window acquisition
- pytest+allure+jenkins安装问题:pytest: error: unrecognized arguments: --alluredir
- [advanced digital IC Verification] command query method and common command interpretation of VCs tool
猜你喜欢
Jenkins远程构建项目超时的问题
[2022 CISCN]初赛 web题目复现
The metauniverse of the platofarm farm continues to expand, with Dao governance as the core
2022制冷与空调设备运行操作复训题库及答案
即刻报名|飞桨黑客马拉松第三期等你挑战
Iterable、Collection、List 的常见方法签名以及含义
SQL优化的魅力!从 30248s 到 0.001s
A bit of knowledge - about Apple Certified MFI
[webrtc] m98 Screen and Window Collection
mysql多列索引(组合索引)特点和使用场景
随机推荐
智联+影音,AITO问界M7想干翻的不止理想One
Invalid table alias or column reference`xxx`
【webrtc】m98 screen和window采集
微信小程序中的路由跳转
Kbu1510-asemi power supply special 15A rectifier bridge kbu1510
The metauniverse of the platofarm farm continues to expand, with Dao governance as the core
按键精灵采集学习-矿药采集及跑图
【Unity】物体做圆周运动的几个思路
Jenkins远程构建项目超时的问题
Pytest + allure + Jenkins Environment - - achèvement du remplissage de la fosse
The configuration that needs to be modified when switching between high and low versions of MySQL 5-8 (take aicode as an example here)
Wx is used in wechat applet Showtoast() for interface interaction
@component(““)
Write CPU yourself -- Chapter 9 -- learning notes
C语言通信行程卡后台系统
What is the interval in gatk4??
misc ez_ usb
gslx680触摸屏驱动源码码分析(gslX680.c)
Route jump in wechat applet
buuctf misc USB