Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Pythonによる可視化まわりの話 〜Bokehを使ってみた〜

tsurubee
September 02, 2017

Pythonによる可視化まわりの話 〜Bokehを使ってみた〜

Matplotlib/seaborn/Bokeh

tsurubee

September 02, 2017
Tweet

More Decks by tsurubee

Other Decks in Programming

Transcript

  1. TFBCPSO Ø NBUQMPUMJCϕʔεͷ౷ܭσʔλՄࢹԽϥΠϒϥϦ Ø ͖Ε͍ͳάϥϑΛ؆୯ʹ࡞ΕΔ Ø ౷ܭղੳʹඇৗʹ༗༻ import matplotlib.pyplot as

    plt import numpy as np import seaborn as sns %matplotlib inline x = np.linspace(0, 2 * np.pi, 100) y = np.sin(x) plt.plot(x, y) ௥Ճ