我是靠谱客的博主 可耐世界,最近开发中收集的这篇文章主要介绍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 subplots_Python tools.make_subplots方法代码示例所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部