brk-code

plotly.py の API リファレンス

plotly.py (plotly/plotly.py) の公開 API 400 件 —— クラス 48、関数 26、メソッド 326。実際のソースを静的解析して抽出した正確なシグネチャを掲載しています。

リポジトリ: plotly/plotly.py

種別件数
クラス48
関数26
メソッド326

API 一覧

class_plotly_utils.basevalidators.BaseValidator
Base class for all validator classes
class_plotly_utils.basevalidators.ColorValidator
"color": { "description": "A string describing color.
class_plotly_utils.basevalidators.ColorlistValidator
"colorlist": { "description": "A list of colors.
class_plotly_utils.basevalidators.DataArrayValidator
"data_array": { "description": "An {array} of data.
class_plotly_utils.basevalidators.EnumeratedValidator
"enumerated": { "description": "Enumerated value type.
class_plotly_utils.basevalidators.LiteralValidator
Validator for readonly literal values
class_plotly_utils.basevalidators.StringValidator
"string": { "description": "A string value.
func_plotly_utils.basevalidators.fullmatch(regex, string, flags=0)
Emulate python-3.4 re.fullmatch().
func_plotly_utils.colors.validate_colors_dict(colors, colortype='tuple')
Validates dictionary of color(s)
func_plotly_utils.optional_imports.get_module(name, should_load=True)
Return module or None.
class_plotly_utils.png.Default
The default for the greyscale parameter.
class_plotly_utils.png.FormatError
Problem with input file format.
class_plotly_utils.png.Image
A PNG image.
method_plotly_utils.png.Image.save(file)
Save the image to the named *file*.
method_plotly_utils.png.Image.write(file)
Write the image to the open file object.
class_plotly_utils.png.Reader
Pure Python PNG decoder in pure Python.
method_plotly_utils.png.Reader.asRGB()
Return image as RGB pixels.
method_plotly_utils.png.Reader.asRGBA()
Return image as RGBA pixels.
method_plotly_utils.png.Reader.process_chunk(lenient=False)
Process the next chunk and its data.
method_plotly_utils.png.Reader.read(lenient=False)
Read the PNG file and decode it.
func_plotly_utils.png.Reader.rows_from_interlace()
Yield each row from an interlaced PNG.
method_plotly_utils.png.Reader.undo_filter(filter_type, scanline, previous)
Undo the filter for a scanline.
class_plotly_utils.png.Writer
PNG encoder in pure Python.
method_plotly_utils.png.Writer.write(outfile, rows)
Write a PNG image to the output file.
method_plotly_utils.png.Writer.write_packed(outfile, rows)
Write PNG file to `outfile`.
method_plotly_utils.png.Writer.write_passes(outfile, rows)
Write a PNG image to the output file.
func_plotly_utils.png.binary_stdin()
A sys.stdin that returns bytes.
func_plotly_utils.png.binary_stdout()
A sys.stdout that accepts bytes.
func_plotly_utils.png.convert_l_to_rgba(row, result)
Convert a grayscale image to RGBA.
func_plotly_utils.png.convert_rgb_to_rgba(row, result)
Convert an RGB image to RGBA.
func_plotly_utils.png.is_natural(x)
A non-negative integer.
func_plotly_utils.png.pack_rows(rows, bitdepth)
Yield packed rows that are a byte array.
func_plotly_utils.png.undo_filter_average(filter_unit, scanline, previous, result)
Undo up filter.
func_plotly_utils.png.undo_filter_paeth(filter_unit, scanline, previous, result)
Undo Paeth filter.
func_plotly_utils.png.undo_filter_sub(filter_unit, scanline, previous, result)
Undo sub filter.
func_plotly_utils.png.undo_filter_up(filter_unit, scanline, previous, result)
Undo up filter.
func_plotly_utils.utils.cumsum(x)
Custom cumsum to avoid a numpy import.
funccodegen.perform_codegen(outdir, noformat=False)
Generate code (and possibly reformat).
classcodegen.utils.FrameNode
Class representing datatypes in the frames hierarchy
classcodegen.utils.LayoutNode
Class representing datatypes in the layout hierarchy
classcodegen.utils.PlotlyNode
Base class that represents a node in the plot-schema.json file
methodcodegen.utils.PlotlyNode.datatype() -> str
Datatype string for this node.
methodcodegen.utils.PlotlyNode.has_child(name) -> bool
Check whether node has child of the specified name
methodcodegen.utils.PlotlyNode.is_array() -> bool
Node has an array datatype Returns ------- bool
methodcodegen.utils.PlotlyNode.is_compound() -> bool
Node has a compound (in contrast to simple) datatype.
methodcodegen.utils.PlotlyNode.is_datatype() -> bool
Node represents any kind of datatype Returns ------- bool
methodcodegen.utils.PlotlyNode.is_literal() -> bool
Node has a particular literal value (e.g.
methodcodegen.utils.PlotlyNode.is_simple() -> bool
Node has a simple datatype (e.g.
methodcodegen.utils.PlotlyNode.parent()
Parent node Returns ------- PlotlyNode
methodcodegen.utils.PlotlyNode.plotly_name()
Name of the node.
methodcodegen.utils.PlotlyNode.tidy_path_part(p)
Return a tidy version of raw path entry.
classcodegen.utils.TraceNode
Class representing datatypes in the trace hierarchy
funccommands.get_bundle_schema_local(local)
Get paths to local build files.
funccommands.get_github_urls(repo, revision)
Get URLs for required files from GitHub.
funccommands.main()
Main driver.
funccommands.make_parser()
Make argument parser.
funccommands.overwrite_plotlyjs_version_file(plotlyjs_version)
Replace plotly.js version file.
funccommands.overwrite_schema(url)
Replace plot-schema.json with web copy.
funccommands.parse_args(parser:argparse.ArgumentParser)
Parse command line arguments.
classplotly.basedatatypes.BaseFigure
Base class for all figure types (both widget and non-widget)
classplotly.basedatatypes.BaseFrameHierarchyType
Base class for all types in the trace hierarchy
classplotly.basedatatypes.BaseLayoutHierarchyType
Base class for all types in the layout hierarchy
classplotly.basedatatypes.BaseLayoutType
Base class for the layout type.
classplotly.basedatatypes.BaseTraceHierarchyType
Base class for all types in the trace hierarchy
classplotly.basedatatypes.BaseTraceType
Base class for the all trace types.
classplotly.basewidget.BaseFigureWidget
Base class for FigureWidget.
methodplotly.callbacks.LassoSelector.type()
The selector's type Returns ------- str
methodplotly.callbacks.Points.trace_name()
Name of the trace Returns ------- str
funcplotly.data.iris(return_type='pandas')
Each row represents a flower.
funcplotly.express._core.invert_label(args, column)
Invert mapping.
funcplotly.figure_factory._violin.make_YAxis(yaxis_title)
Makes the y-axis for a violin plot.
methodplotly.graph_objs._bar.Bar.customdata()
Assigns extra data each datum.
methodplotly.graph_objs._bar.Bar.dx()
Sets the x coordinate step.
methodplotly.graph_objs._bar.Bar.dy()
Sets the y coordinate step.
methodplotly.graph_objs._bar.Bar.ids()
Assigns id labels to each datum.
methodplotly.graph_objs._bar.Bar.legendgroup()
Sets the legend group for this trace.
methodplotly.graph_objs._bar.Bar.legendrank()
Sets the legend rank for this trace.
methodplotly.graph_objs._bar.Bar.name()
Sets the trace name.
methodplotly.graph_objs._bar.Bar.opacity()
Sets the opacity of the trace.
methodplotly.graph_objs._bar.Bar.orientation()
Sets the orientation of the bars.
methodplotly.graph_objs._bar.Bar.textfont()
Sets the font used for `text`.
methodplotly.graph_objs._bar.Bar.textposition()
Specifies the location of the `text`.
methodplotly.graph_objs._bar.Bar.x()
Sets the x coordinates.
methodplotly.graph_objs._bar.Bar.x0()
Alternate to `x`.
methodplotly.graph_objs._bar.Bar.y()
Sets the y coordinates.
methodplotly.graph_objs._bar.Bar.y0()
Alternate to `y`.
methodplotly.graph_objs._box.Box.customdata()
Assigns extra data each datum.
methodplotly.graph_objs._box.Box.fillcolor()
Sets the fill color.
methodplotly.graph_objs._box.Box.hovertext()
Same as `text`.
methodplotly.graph_objs._box.Box.ids()
Assigns id labels to each datum.
methodplotly.graph_objs._box.Box.legendgroup()
Sets the legend group for this trace.
methodplotly.graph_objs._box.Box.legendrank()
Sets the legend rank for this trace.
methodplotly.graph_objs._box.Box.lowerfence()
Sets the lower fence values.
methodplotly.graph_objs._box.Box.mean()
Sets the mean values.
methodplotly.graph_objs._box.Box.median()
Sets the median values.
methodplotly.graph_objs._box.Box.name()
Sets the trace name.
methodplotly.graph_objs._box.Box.opacity()
Sets the opacity of the trace.
methodplotly.graph_objs._box.Box.orientation()
Sets the orientation of the box(es).
methodplotly.graph_objs._box.Box.q1()
Sets the Quartile 1 values.
methodplotly.graph_objs._box.Box.q3()
Sets the Quartile 3 values.
methodplotly.graph_objs._box.Box.sd()
Sets the standard deviation values.
methodplotly.graph_objs._box.Box.upperfence()
Sets the upper fence values.
methodplotly.graph_objs._box.Box.x()
Sets the x sample data or coordinates.
methodplotly.graph_objs._box.Box.y()
Sets the y sample data or coordinates.
classplotly.graph_objs._deprecations.AngularAxis
plotly.graph_objs.AngularAxis is deprecated.
classplotly.graph_objs._deprecations.Annotation
plotly.graph_objs.Annotation is deprecated.
classplotly.graph_objs._deprecations.Annotations
plotly.graph_objs.Annotations is deprecated.
classplotly.graph_objs._deprecations.ColorBar
plotly.graph_objs.ColorBar is deprecated.
classplotly.graph_objs._deprecations.Contours
plotly.graph_objs.Contours is deprecated.
classplotly.graph_objs._deprecations.Data
plotly.graph_objs.Data is deprecated.
classplotly.graph_objs._deprecations.ErrorX
plotly.graph_objs.ErrorX is deprecated.
classplotly.graph_objs._deprecations.ErrorY
plotly.graph_objs.ErrorY is deprecated.
classplotly.graph_objs._deprecations.ErrorZ
plotly.graph_objs.ErrorZ is deprecated.
classplotly.graph_objs._deprecations.Font
plotly.graph_objs.Font is deprecated.
classplotly.graph_objs._deprecations.Frames
plotly.graph_objs.Frames is deprecated.
classplotly.graph_objs._deprecations.Histogram2dcontour
plotly.graph_objs.Histogram2dcontour is deprecated.
classplotly.graph_objs._deprecations.Legend
plotly.graph_objs.Legend is deprecated.
classplotly.graph_objs._deprecations.Line
plotly.graph_objs.Line is deprecated.
classplotly.graph_objs._deprecations.Margin
plotly.graph_objs.Margin is deprecated.
classplotly.graph_objs._deprecations.Marker
plotly.graph_objs.Marker is deprecated.
classplotly.graph_objs._deprecations.RadialAxis
plotly.graph_objs.RadialAxis is deprecated.
classplotly.graph_objs._deprecations.Scene
plotly.graph_objs.Scene is deprecated.
classplotly.graph_objs._deprecations.Stream
plotly.graph_objs.Stream is deprecated.
classplotly.graph_objs._deprecations.Trace
plotly.graph_objs.Trace is deprecated.
classplotly.graph_objs._deprecations.XAxis
plotly.graph_objs.XAxis is deprecated.
classplotly.graph_objs._deprecations.XBins
plotly.graph_objs.XBins is deprecated.
classplotly.graph_objs._deprecations.YAxis
plotly.graph_objs.YAxis is deprecated.
classplotly.graph_objs._deprecations.YBins
plotly.graph_objs.YBins is deprecated.
classplotly.graph_objs._deprecations.ZAxis
plotly.graph_objs.ZAxis is deprecated.
methodplotly.graph_objs._frame.Frame.data()
A list of traces this frame modifies.
methodplotly.graph_objs._histogram.Histogram.customdata()
Assigns extra data each datum.
methodplotly.graph_objs._histogram.Histogram.hovertext()
Same as `text`.
methodplotly.graph_objs._histogram.Histogram.ids()
Assigns id labels to each datum.
methodplotly.graph_objs._histogram.Histogram.name()
Sets the trace name.
methodplotly.graph_objs._histogram.Histogram.opacity()
Sets the opacity of the trace.
methodplotly.graph_objs._histogram.Histogram.orientation()
Sets the orientation of the bars.
methodplotly.graph_objs._histogram.Histogram.textfont()
Sets the text font.
methodplotly.graph_objs._image.Image.customdata()
Assigns extra data each datum.
methodplotly.graph_objs._image.Image.dx()
Set the pixel's horizontal size.
methodplotly.graph_objs._image.Image.hovertext()
Same as `text`.
methodplotly.graph_objs._image.Image.ids()
Assigns id labels to each datum.
methodplotly.graph_objs._image.Image.legendrank()
Sets the legend rank for this trace.
methodplotly.graph_objs._image.Image.name()
Sets the trace name.
methodplotly.graph_objs._image.Image.opacity()
Sets the opacity of the trace.
methodplotly.graph_objs._image.Image.x0()
Set the image's x position.
methodplotly.graph_objs._image.Image.y0()
Set the image's y position.
methodplotly.graph_objs._indicator.Indicator.customdata()
Assigns extra data each datum.
methodplotly.graph_objs._indicator.Indicator.gauge()
The gauge of the Indicator plot.
methodplotly.graph_objs._indicator.Indicator.ids()
Assigns id labels to each datum.
methodplotly.graph_objs._indicator.Indicator.name()
Sets the trace name.
methodplotly.graph_objs._indicator.Indicator.value()
Sets the number to be displayed.
methodplotly.graph_objs._layout.Layout.barcornerradius()
Sets the rounding of bar corners.
methodplotly.graph_objs._layout.Layout.colorway()
Sets the default trace colors.
methodplotly.graph_objs._layout.Layout.font()
Sets the global font.
methodplotly.graph_objs._layout.Layout.height()
Sets the plot's height (in px).
methodplotly.graph_objs._layout.Layout.piecolorway()
Sets the default pie slice colors.
methodplotly.graph_objs._layout.Layout.width()
Sets the plot's width (in px).
methodplotly.graph_objs._sankey.Sankey.customdata()
Assigns extra data each datum.
methodplotly.graph_objs._sankey.Sankey.ids()
Assigns id labels to each datum.
methodplotly.graph_objs._sankey.Sankey.legendrank()
Sets the legend rank for this trace.
methodplotly.graph_objs._sankey.Sankey.link()
The links of the Sankey plot.
methodplotly.graph_objs._sankey.Sankey.name()
Sets the trace name.
methodplotly.graph_objs._sankey.Sankey.node()
The nodes of the Sankey plot.
methodplotly.graph_objs._surface.Surface.colorscale()
Sets the colorscale.
methodplotly.graph_objs._surface.Surface.connectgaps()
Determines whether or not gaps (i.e.
methodplotly.graph_objs._surface.Surface.customdata()
Assigns extra data each datum.
methodplotly.graph_objs._surface.Surface.hovertext()
Same as `text`.
methodplotly.graph_objs._surface.Surface.ids()
Assigns id labels to each datum.
methodplotly.graph_objs._surface.Surface.legendrank()
Sets the legend rank for this trace.
methodplotly.graph_objs._surface.Surface.name()
Sets the trace name.
methodplotly.graph_objs._surface.Surface.opacity()
Sets the opacity of the surface.
methodplotly.graph_objs._surface.Surface.opacityscale()
Sets the opacityscale.
methodplotly.graph_objs._surface.Surface.reversescale()
Reverses the color mapping if true.
methodplotly.graph_objs._surface.Surface.x()
Sets the x coordinates.
methodplotly.graph_objs._surface.Surface.y()
Sets the y coordinates.
methodplotly.graph_objs._surface.Surface.z()
Sets the z coordinates.
methodplotly.graph_objs._table.Table.customdata()
Assigns extra data each datum.
methodplotly.graph_objs._table.Table.ids()
Assigns id labels to each datum.
methodplotly.graph_objs._table.Table.legendrank()
Sets the legend rank for this trace.
methodplotly.graph_objs._table.Table.name()
Sets the trace name.
methodplotly.graph_objs._volume.Volume.colorscale()
Sets the colorscale.
methodplotly.graph_objs._volume.Volume.customdata()
Assigns extra data each datum.
methodplotly.graph_objs._volume.Volume.hovertext()
Same as `text`.
methodplotly.graph_objs._volume.Volume.ids()
Assigns id labels to each datum.
methodplotly.graph_objs._volume.Volume.legendrank()
Sets the legend rank for this trace.
methodplotly.graph_objs._volume.Volume.name()
Sets the trace name.
methodplotly.graph_objs._volume.Volume.opacity()
Sets the opacity of the surface.
methodplotly.graph_objs._volume.Volume.opacityscale()
Sets the opacityscale.
methodplotly.graph_objs._volume.Volume.reversescale()
Reverses the color mapping if true.
methodplotly.graph_objs.bar._marker.Marker.color()
Sets the marker color.
methodplotly.graph_objs.bar._marker.Marker.colorscale()
Sets the colorscale.
methodplotly.graph_objs.bar._marker.Marker.cornerradius()
Sets the rounding of corners.
methodplotly.graph_objs.bar._marker.Marker.opacity()
Sets the opacity of the bars.
methodplotly.graph_objs.bar._marker.Marker.pattern()
Sets the pattern within the marker.
methodplotly.graph_objs.bar._marker.Marker.reversescale()
Reverses the color mapping if true.
methodplotly.graph_objs.bar.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.bar.hoverlabel._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.bar.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.bar.legendgrouptitle._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.bar.marker._colorbar.ColorBar.bgcolor()
Sets the color of padded area.
methodplotly.graph_objs.bar.marker._colorbar.ColorBar.bordercolor()
Sets the axis line color.
methodplotly.graph_objs.bar.marker._colorbar.ColorBar.outlinecolor()
Sets the axis line color.
methodplotly.graph_objs.bar.marker._colorbar.ColorBar.tickcolor()
Sets the tick color.
methodplotly.graph_objs.bar.marker._colorbar.ColorBar.ticklen()
Sets the tick length (in px).
methodplotly.graph_objs.bar.marker._colorbar.ColorBar.tickprefix()
Sets a tick label prefix.
methodplotly.graph_objs.bar.marker._colorbar.ColorBar.ticksuffix()
Sets a tick label suffix.
methodplotly.graph_objs.bar.marker._colorbar.ColorBar.tickwidth()
Sets the tick width (in px).
methodplotly.graph_objs.bar.marker._colorbar.ColorBar.xref()
Sets the container `x` refers to.
methodplotly.graph_objs.bar.marker._colorbar.ColorBar.yref()
Sets the container `y` refers to.
methodplotly.graph_objs.bar.marker._line.Line.color()
Sets the marker.line color.
methodplotly.graph_objs.bar.marker._line.Line.colorscale()
Sets the colorscale.
methodplotly.graph_objs.bar.marker.colorbar._title.Title.font()
Sets this color bar's title font.
methodplotly.graph_objs.bar.marker.colorbar._title.Title.text()
Sets the title of the color bar.
methodplotly.graph_objs.bar.marker.colorbar.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.bar.marker.colorbar.title._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.barpolar._marker.Marker.color()
Sets the marker color.
methodplotly.graph_objs.barpolar._marker.Marker.colorscale()
Sets the colorscale.
methodplotly.graph_objs.barpolar._marker.Marker.opacity()
Sets the opacity of the bars.
methodplotly.graph_objs.barpolar._marker.Marker.pattern()
Sets the pattern within the marker.
methodplotly.graph_objs.barpolar.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.barpolar.hoverlabel._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.barpolar.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.barpolar.legendgrouptitle._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.barpolar.marker._colorbar.ColorBar.bgcolor()
Sets the color of padded area.
methodplotly.graph_objs.barpolar.marker._colorbar.ColorBar.bordercolor()
Sets the axis line color.
methodplotly.graph_objs.barpolar.marker._colorbar.ColorBar.outlinecolor()
Sets the axis line color.
methodplotly.graph_objs.barpolar.marker._colorbar.ColorBar.tickcolor()
Sets the tick color.
methodplotly.graph_objs.barpolar.marker._colorbar.ColorBar.ticklen()
Sets the tick length (in px).
methodplotly.graph_objs.barpolar.marker._colorbar.ColorBar.tickprefix()
Sets a tick label prefix.
methodplotly.graph_objs.barpolar.marker._colorbar.ColorBar.ticksuffix()
Sets a tick label suffix.
methodplotly.graph_objs.barpolar.marker._colorbar.ColorBar.tickwidth()
Sets the tick width (in px).
methodplotly.graph_objs.barpolar.marker._line.Line.color()
Sets the marker.line color.
methodplotly.graph_objs.barpolar.marker._line.Line.colorscale()
Sets the colorscale.
methodplotly.graph_objs.barpolar.marker.colorbar.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.box._marker.Marker.color()
Sets the marker color.
methodplotly.graph_objs.box._marker.Marker.opacity()
Sets the marker opacity.
methodplotly.graph_objs.box._marker.Marker.size()
Sets the marker size (in px).
methodplotly.graph_objs.box._marker.Marker.symbol()
Sets the marker symbol type.
methodplotly.graph_objs.box.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.box.hoverlabel._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.box.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.box.legendgrouptitle._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.box.marker._line.Line.color()
Sets the marker.line color.
methodplotly.graph_objs.candlestick.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.candlestick.hoverlabel._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.candlestick.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.candlestick.legendgrouptitle._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.carpet._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.carpet._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.carpet.aaxis._title.Title.font()
Sets this axis' title font.
methodplotly.graph_objs.carpet.aaxis._title.Title.text()
Sets the title of this axis.
methodplotly.graph_objs.carpet.aaxis.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.carpet.aaxis.title._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.carpet.baxis._title.Title.font()
Sets this axis' title font.
methodplotly.graph_objs.carpet.baxis._title.Title.text()
Sets the title of this axis.
methodplotly.graph_objs.carpet.baxis.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.carpet.baxis.title._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.carpet.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.carpet.legendgrouptitle._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.choropleth._colorbar.ColorBar.bgcolor()
Sets the color of padded area.
methodplotly.graph_objs.choropleth._colorbar.ColorBar.bordercolor()
Sets the axis line color.
methodplotly.graph_objs.choropleth._colorbar.ColorBar.outlinecolor()
Sets the axis line color.
methodplotly.graph_objs.choropleth._colorbar.ColorBar.tickcolor()
Sets the tick color.
methodplotly.graph_objs.choropleth._colorbar.ColorBar.ticklen()
Sets the tick length (in px).
methodplotly.graph_objs.choropleth._colorbar.ColorBar.tickprefix()
Sets a tick label prefix.
methodplotly.graph_objs.choropleth._colorbar.ColorBar.ticksuffix()
Sets a tick label suffix.
methodplotly.graph_objs.choropleth._colorbar.ColorBar.tickwidth()
Sets the tick width (in px).
methodplotly.graph_objs.choropleth._colorbar.ColorBar.xref()
Sets the container `x` refers to.
methodplotly.graph_objs.choropleth._colorbar.ColorBar.yref()
Sets the container `y` refers to.
methodplotly.graph_objs.choropleth._marker.Marker.opacity()
Sets the opacity of the locations.
methodplotly.graph_objs.choropleth.colorbar._title.Title.font()
Sets this color bar's title font.
methodplotly.graph_objs.choropleth.colorbar._title.Title.text()
Sets the title of the color bar.
methodplotly.graph_objs.choropleth.colorbar.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.choropleth.colorbar.title._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.choropleth.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.choropleth.hoverlabel._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.choropleth.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.choropleth.legendgrouptitle._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.choropleth.marker._line.Line.color()
Sets the marker.line color.
methodplotly.graph_objs.choroplethmap._colorbar.ColorBar.bgcolor()
Sets the color of padded area.
methodplotly.graph_objs.choroplethmap._colorbar.ColorBar.bordercolor()
Sets the axis line color.
methodplotly.graph_objs.choroplethmap._colorbar.ColorBar.outlinecolor()
Sets the axis line color.
methodplotly.graph_objs.choroplethmap._colorbar.ColorBar.tickcolor()
Sets the tick color.
methodplotly.graph_objs.choroplethmap._colorbar.ColorBar.ticklen()
Sets the tick length (in px).
methodplotly.graph_objs.choroplethmap._colorbar.ColorBar.tickprefix()
Sets a tick label prefix.
methodplotly.graph_objs.choroplethmap._colorbar.ColorBar.ticksuffix()
Sets a tick label suffix.
methodplotly.graph_objs.choroplethmap._colorbar.ColorBar.tickwidth()
Sets the tick width (in px).
methodplotly.graph_objs.choroplethmap._colorbar.ColorBar.xref()
Sets the container `x` refers to.
methodplotly.graph_objs.choroplethmap._colorbar.ColorBar.yref()
Sets the container `y` refers to.
methodplotly.graph_objs.choroplethmap.colorbar._title.Title.text()
Sets the title of the color bar.
methodplotly.graph_objs.choroplethmap.colorbar.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.choroplethmap.colorbar.title._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.choroplethmap.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.choroplethmap.hoverlabel._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.choroplethmap.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.choroplethmap.marker._line.Line.color()
Sets the marker.line color.
methodplotly.graph_objs.choroplethmapbox._colorbar.ColorBar.bgcolor()
Sets the color of padded area.
methodplotly.graph_objs.choroplethmapbox._colorbar.ColorBar.bordercolor()
Sets the axis line color.
methodplotly.graph_objs.choroplethmapbox._colorbar.ColorBar.outlinecolor()
Sets the axis line color.
methodplotly.graph_objs.choroplethmapbox._colorbar.ColorBar.tickcolor()
Sets the tick color.
methodplotly.graph_objs.choroplethmapbox._colorbar.ColorBar.ticklen()
Sets the tick length (in px).
methodplotly.graph_objs.choroplethmapbox._colorbar.ColorBar.tickprefix()
Sets a tick label prefix.
methodplotly.graph_objs.choroplethmapbox._colorbar.ColorBar.ticksuffix()
Sets a tick label suffix.
methodplotly.graph_objs.choroplethmapbox._colorbar.ColorBar.tickwidth()
Sets the tick width (in px).
methodplotly.graph_objs.choroplethmapbox.colorbar.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.choroplethmapbox.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.choroplethmapbox.hoverlabel._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.choroplethmapbox.marker._line.Line.color()
Sets the marker.line color.
methodplotly.graph_objs.cone._colorbar.ColorBar.bgcolor()
Sets the color of padded area.
methodplotly.graph_objs.cone._colorbar.ColorBar.bordercolor()
Sets the axis line color.
methodplotly.graph_objs.cone._colorbar.ColorBar.outlinecolor()
Sets the axis line color.
methodplotly.graph_objs.cone._colorbar.ColorBar.tickcolor()
Sets the tick color.
methodplotly.graph_objs.cone._colorbar.ColorBar.ticklen()
Sets the tick length (in px).
methodplotly.graph_objs.cone._colorbar.ColorBar.tickmode()
Sets the tick mode for this axis.
methodplotly.graph_objs.cone._colorbar.ColorBar.tickprefix()
Sets a tick label prefix.
methodplotly.graph_objs.cone._colorbar.ColorBar.ticksuffix()
Sets a tick label suffix.
methodplotly.graph_objs.cone._colorbar.ColorBar.tickwidth()
Sets the tick width (in px).
methodplotly.graph_objs.cone._colorbar.ColorBar.xref()
Sets the container `x` refers to.
methodplotly.graph_objs.cone._colorbar.ColorBar.yref()
Sets the container `y` refers to.
methodplotly.graph_objs.cone.colorbar._title.Title.font()
Sets this color bar's title font.
methodplotly.graph_objs.cone.colorbar._title.Title.text()
Sets the title of the color bar.
methodplotly.graph_objs.cone.colorbar.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.cone.colorbar.title._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.cone.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.cone.hoverlabel._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.cone.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.cone.legendgrouptitle._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.contour._colorbar.ColorBar.bgcolor()
Sets the color of padded area.
methodplotly.graph_objs.contour._colorbar.ColorBar.bordercolor()
Sets the axis line color.
methodplotly.graph_objs.contour._colorbar.ColorBar.outlinecolor()
Sets the axis line color.
methodplotly.graph_objs.contour._colorbar.ColorBar.tickcolor()
Sets the tick color.
methodplotly.graph_objs.contour._colorbar.ColorBar.ticklen()
Sets the tick length (in px).
methodplotly.graph_objs.contour._colorbar.ColorBar.tickmode()
Sets the tick mode for this axis.
methodplotly.graph_objs.contour._colorbar.ColorBar.tickprefix()
Sets a tick label prefix.
methodplotly.graph_objs.contour._colorbar.ColorBar.ticksuffix()
Sets a tick label suffix.
methodplotly.graph_objs.contour._colorbar.ColorBar.tickwidth()
Sets the tick width (in px).
methodplotly.graph_objs.contour._colorbar.ColorBar.xref()
Sets the container `x` refers to.
methodplotly.graph_objs.contour._colorbar.ColorBar.yref()
Sets the container `y` refers to.
methodplotly.graph_objs.contour._contours.Contours.end()
Sets the end contour level value.
methodplotly.graph_objs.contour._contours.Contours.operation()
Sets the constraint operation.
methodplotly.graph_objs.contour._line.Line.color()
Sets the color of the contour level.
methodplotly.graph_objs.contour._line.Line.dash()
Sets the dash style of lines.
methodplotly.graph_objs.contour.colorbar._title.Title.font()
Sets this color bar's title font.
methodplotly.graph_objs.contour.colorbar._title.Title.text()
Sets the title of the color bar.
methodplotly.graph_objs.contour.colorbar.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.contour.colorbar.title._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.contour.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.contour.hoverlabel._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.contour.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.contour.legendgrouptitle._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.contourcarpet._colorbar.ColorBar.bgcolor()
Sets the color of padded area.
methodplotly.graph_objs.contourcarpet._colorbar.ColorBar.bordercolor()
Sets the axis line color.
methodplotly.graph_objs.contourcarpet._colorbar.ColorBar.outlinecolor()
Sets the axis line color.
methodplotly.graph_objs.contourcarpet._colorbar.ColorBar.tickcolor()
Sets the tick color.
methodplotly.graph_objs.contourcarpet._colorbar.ColorBar.ticklen()
Sets the tick length (in px).
methodplotly.graph_objs.contourcarpet._colorbar.ColorBar.tickprefix()
Sets a tick label prefix.
methodplotly.graph_objs.contourcarpet._colorbar.ColorBar.ticksuffix()
Sets a tick label suffix.
methodplotly.graph_objs.contourcarpet._colorbar.ColorBar.tickwidth()
Sets the tick width (in px).
methodplotly.graph_objs.contourcarpet._colorbar.ColorBar.xref()
Sets the container `x` refers to.
methodplotly.graph_objs.contourcarpet._colorbar.ColorBar.yref()
Sets the container `y` refers to.
methodplotly.graph_objs.contourcarpet._contours.Contours.end()
Sets the end contour level value.
methodplotly.graph_objs.contourcarpet._contours.Contours.operation()
Sets the constraint operation.
methodplotly.graph_objs.contourcarpet._line.Line.dash()
Sets the dash style of lines.
methodplotly.graph_objs.contourcarpet.colorbar._title.Title.text()
Sets the title of the color bar.
methodplotly.graph_objs.contourcarpet.colorbar.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.contourcarpet.colorbar.title._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.contourcarpet.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.densitymap._colorbar.ColorBar.bgcolor()
Sets the color of padded area.
methodplotly.graph_objs.densitymap._colorbar.ColorBar.bordercolor()
Sets the axis line color.
methodplotly.graph_objs.densitymap._colorbar.ColorBar.outlinecolor()
Sets the axis line color.
methodplotly.graph_objs.densitymap._colorbar.ColorBar.tickcolor()
Sets the tick color.
methodplotly.graph_objs.densitymap._colorbar.ColorBar.ticklen()
Sets the tick length (in px).
methodplotly.graph_objs.densitymap._colorbar.ColorBar.tickprefix()
Sets a tick label prefix.
methodplotly.graph_objs.densitymap._colorbar.ColorBar.ticksuffix()
Sets a tick label suffix.
methodplotly.graph_objs.densitymap._colorbar.ColorBar.tickwidth()
Sets the tick width (in px).
methodplotly.graph_objs.densitymap._colorbar.ColorBar.xref()
Sets the container `x` refers to.
methodplotly.graph_objs.densitymap._colorbar.ColorBar.yref()
Sets the container `y` refers to.
methodplotly.graph_objs.densitymap.colorbar._title.Title.font()
Sets this color bar's title font.
methodplotly.graph_objs.densitymap.colorbar._title.Title.text()
Sets the title of the color bar.
methodplotly.graph_objs.densitymap.colorbar.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.densitymap.colorbar.title._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.densitymap.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.densitymap.hoverlabel._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.densitymap.legendgrouptitle._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.densitymap.legendgrouptitle._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.densitymapbox._colorbar.ColorBar.bgcolor()
Sets the color of padded area.
methodplotly.graph_objs.densitymapbox._colorbar.ColorBar.bordercolor()
Sets the axis line color.
methodplotly.graph_objs.densitymapbox._colorbar.ColorBar.outlinecolor()
Sets the axis line color.
methodplotly.graph_objs.densitymapbox._colorbar.ColorBar.tickcolor()
Sets the tick color.
methodplotly.graph_objs.densitymapbox._colorbar.ColorBar.ticklen()
Sets the tick length (in px).
methodplotly.graph_objs.densitymapbox._colorbar.ColorBar.tickprefix()
Sets a tick label prefix.
methodplotly.graph_objs.densitymapbox._colorbar.ColorBar.ticksuffix()
Sets a tick label suffix.
methodplotly.graph_objs.densitymapbox._colorbar.ColorBar.tickwidth()
Sets the tick width (in px).
methodplotly.graph_objs.densitymapbox._colorbar.ColorBar.xref()
Sets the container `x` refers to.
methodplotly.graph_objs.densitymapbox._colorbar.ColorBar.yref()
Sets the container `y` refers to.
methodplotly.graph_objs.densitymapbox.colorbar._title.Title.text()
Sets the title of the color bar.
methodplotly.graph_objs.densitymapbox.colorbar.title._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.densitymapbox.colorbar.title._font.Font.variant()
Sets the variant of the font.
methodplotly.graph_objs.densitymapbox.hoverlabel._font.Font.textcase()
Sets capitalization of text.
methodplotly.graph_objs.densitymapbox.hoverlabel._font.Font.variant()
Sets the variant of the font.

この情報について

掲載しているシグネチャは plotly/plotly.py の公開ソースコードを Python の ast モジュールで静的解析し、引数名・デフォルト値・ 型注釈・戻り値型をそのまま抽出したものです。実装コードは保存していません。 詳しくは仕組みの解説をご覧ください。

収録ライブラリ一覧(全 805 件)へ戻る