2019-12-22から1日間の記事一覧

Plotlyを使ってみた

Version 4 Migration Guide in Python import plotly.graph_objects as go from plotly.subplots import make_subplots import pandas as pd # Make figure with subplots fig = make_subplots(rows=1, cols=2, specs=[[{"type": "bar"}, {"type": "surface"…