我一直在使用plotly for Python,但总是遇到上面提到的相同的错误消息。我在Anaconda上安装了plotly,分别在Jupyter和Spyder上得到了错误消息:import pandas as pddf = df = pd.read_csv(r'C:\Users\hendev\Desktop\FIFA18 - Ultimate Team players.csv')
import p
我安装了plotly.py来使用Jupyter进行一些绘图,但是我不能导入它。Requirement already up-to-date: plotly in c:\python34\lib\site-packagesup-to-date: six in c:\python34\lib\site-packages (from plotly)
Requirement already up-to-date: p
我试着用python中的plotly绘制图形。在我的数据框中,我有两列: Integer Value和EntryDate。在同一日期,有可能有多个值。我希望我的图表在同一日期绘制同一行中的所有值。Image is attached here import sysimport pandas as pdpio.renderers.default= 'vscode'
impor
在python中使用plotly,我希望绘制具有多个y轴的条形图,因为其中一个轴的值明显大于另一个轴。 ? 我尝试过使用plotly.subplots.make_subplots来解决这个问题,但是我不能让它们像普通的plotly barmode='group'功能那样彼此相邻地绘制。import plotly.graph_objects as go
from plotly.s
实际上,我是python的新手。当我尝试编译以下代码时: # Learn about API authenticationhere: https://plot.ly/python/getting-started
# Find your api_key here: https://plot.ly/settings/api:
我的工作是绘制一些数据在气泡图中使用巧妙的。output['mean'],在y上绘制output['count']。/site-packages/plotly/plotly/plotly.py", line 307, in plot_mpl
fig = tools.mpl_to_plotly(fig, resize/anaconda/lib/<