我是靠谱客的博主 可耐世界,这篇文章主要介绍python subplots_Python tools.make_subplots方法代码示例,现在分享给大家,希望可以做个参考。

# 需要导入模块: from plotly import tools [as 别名]

# 或者: from plotly.tools import make_subplots [as 别名]

def build_sub_plots(self, grid, row, column, ptrace): # pylint:disable=too-many-arguments

"""

Draws plot in different plot canvases (not overlapping)

params:

grid (string): 'row' or 'col'. Plot are created in rows or columns

row (int): number of rows (if row is selected)

column (int): number of columns (if column is selected)

ptrace (list of Plot Traces): list of all the different Plot Traces

:return: the final html path containing the plot with the js_string for

the interaction

Console usage:

.. code-block:: python

# create the initial object

settings = PlotSettings(plot_type, plot_properties, layout_properties)

factory = PlotFactory(settings)

# finally create the Fi

最后

以上就是可耐世界最近收集整理的关于python subplots_Python tools.make_subplots方法代码示例的全部内容,更多相关python内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(38)

评论列表共有 0 条评论

立即
投稿
返回
顶部