概述
# 需要导入模块: 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方法代码示例所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复