<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kawasakisendai2</author_name>
  <author_url>https://blog.hatena.ne.jp/kawasakisendai2/</author_url>
  <blog_title>わかさぎのブログ</blog_title>
  <blog_url>https://kawasakisendai2.hateblo.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>import plotly.graph_objects as go #Figureオブジェクト作成fig = go.Figure() #traceを作成trace1 = go.Scatter(x=[1, 2, 3, 4], y=[1, 4, 9, 16]) #traceをFigureに追加fig.add_trace(trace1) #レイアウトの設定fig.update_layout(title='グラフのタイトル', width=1000, height=500) #軸の設定fig.update_xaxes(title='横軸')fig.update_yaxes(title='縦軸') #グ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkawasakisendai2.hateblo.jp%2Fentry%2F2021%2F10%2F20%2F192704&quot; title=&quot;plotlyできれいなグラフを作るplotly-go - わかさぎのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-10-20 19:27:04</published>
  <title>plotlyできれいなグラフを作るplotly-go</title>
  <type>rich</type>
  <url>https://kawasakisendai2.hateblo.jp/entry/2021/10/20/192704</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
