2015-03-08から1日間の記事一覧

Python, iPython, plotly, 散布図の作成 3種類とplotlyへ渡す

散布図の作成方法。 3種類発見したので、メモメモ。 あと、plotlyをipython中に表示させる。 import matplotlib.pyplot as plt import numpy as np import pandas as pd from ggplot import * import plotly.plotly as py df= pd.DataFrame(np.random.randn…

Python, iPython, plotly, plotlyとBokeh

PlotlyとBokehをWinpythonにインストールしてみた。 pip install bokeh pip install plotly Installation — Bokeh 0.8.1 documentation Python Graphing Library | Documentation and Examples | plotly 両方ともpythonで作ったplotをhtmlへ変換して、いい感…