plotly.py API reference
400 public APIs from plotly.py (plotly/plotly.py) — 48 classes, 26 functions, 326 methods. Signatures extracted by static analysis of the actual source.
Repository: plotly/plotly.py
| Kind | Count |
|---|---|
| Classes | 48 |
| Functions | 26 |
| Methods | 326 |
API list
class
_plotly_utils.basevalidators.BaseValidatorBase 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.LiteralValidatorValidator 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.DefaultThe default for the greyscale parameter.
class
_plotly_utils.png.FormatErrorProblem with input file format.
class
_plotly_utils.png.ImageA 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.ReaderPure 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.WriterPNG 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.
func
codegen.perform_codegen(outdir, noformat=False)Generate code (and possibly reformat).
class
codegen.utils.FrameNodeClass representing datatypes in the frames hierarchy
class
codegen.utils.LayoutNodeClass representing datatypes in the layout hierarchy
class
codegen.utils.PlotlyNodeBase class that represents a node in the plot-schema.json file
method
codegen.utils.PlotlyNode.datatype() -> strDatatype string for this node.
method
codegen.utils.PlotlyNode.has_child(name) -> boolCheck whether node has child of the specified name
method
codegen.utils.PlotlyNode.is_array() -> boolNode has an array datatype Returns ------- bool
method
codegen.utils.PlotlyNode.is_compound() -> boolNode has a compound (in contrast to simple) datatype.
method
codegen.utils.PlotlyNode.is_datatype() -> boolNode represents any kind of datatype Returns ------- bool
method
codegen.utils.PlotlyNode.is_literal() -> boolNode has a particular literal value (e.g.
method
codegen.utils.PlotlyNode.is_simple() -> boolNode has a simple datatype (e.g.
method
codegen.utils.PlotlyNode.parent()Parent node Returns ------- PlotlyNode
method
codegen.utils.PlotlyNode.plotly_name()Name of the node.
method
codegen.utils.PlotlyNode.tidy_path_part(p)Return a tidy version of raw path entry.
class
codegen.utils.TraceNodeClass representing datatypes in the trace hierarchy
func
commands.get_bundle_schema_local(local)Get paths to local build files.
func
commands.get_github_urls(repo, revision)Get URLs for required files from GitHub.
func
commands.main()Main driver.
func
commands.make_parser()Make argument parser.
func
commands.overwrite_plotlyjs_version_file(plotlyjs_version)Replace plotly.js version file.
func
commands.overwrite_schema(url)Replace plot-schema.json with web copy.
func
commands.parse_args(parser:argparse.ArgumentParser)Parse command line arguments.
class
plotly.basedatatypes.BaseFigureBase class for all figure types (both widget and non-widget)
class
plotly.basedatatypes.BaseFrameHierarchyTypeBase class for all types in the trace hierarchy
class
plotly.basedatatypes.BaseLayoutHierarchyTypeBase class for all types in the layout hierarchy
class
plotly.basedatatypes.BaseLayoutTypeBase class for the layout type.
class
plotly.basedatatypes.BaseTraceHierarchyTypeBase class for all types in the trace hierarchy
class
plotly.basedatatypes.BaseTraceTypeBase class for the all trace types.
class
plotly.basewidget.BaseFigureWidgetBase class for FigureWidget.
method
plotly.callbacks.LassoSelector.type()The selector's type Returns ------- str
method
plotly.callbacks.Points.trace_name()Name of the trace Returns ------- str
func
plotly.data.iris(return_type='pandas')Each row represents a flower.
func
plotly.express._core.invert_label(args, column)Invert mapping.
func
plotly.figure_factory._violin.make_YAxis(yaxis_title)Makes the y-axis for a violin plot.
method
plotly.graph_objs._bar.Bar.customdata()Assigns extra data each datum.
method
plotly.graph_objs._bar.Bar.dx()Sets the x coordinate step.
method
plotly.graph_objs._bar.Bar.dy()Sets the y coordinate step.
method
plotly.graph_objs._bar.Bar.ids()Assigns id labels to each datum.
method
plotly.graph_objs._bar.Bar.legendgroup()Sets the legend group for this trace.
method
plotly.graph_objs._bar.Bar.legendrank()Sets the legend rank for this trace.
method
plotly.graph_objs._bar.Bar.name()Sets the trace name.
method
plotly.graph_objs._bar.Bar.opacity()Sets the opacity of the trace.
method
plotly.graph_objs._bar.Bar.orientation()Sets the orientation of the bars.
method
plotly.graph_objs._bar.Bar.textfont()Sets the font used for `text`.
method
plotly.graph_objs._bar.Bar.textposition()Specifies the location of the `text`.
method
plotly.graph_objs._bar.Bar.x()Sets the x coordinates.
method
plotly.graph_objs._bar.Bar.x0()Alternate to `x`.
method
plotly.graph_objs._bar.Bar.y()Sets the y coordinates.
method
plotly.graph_objs._bar.Bar.y0()Alternate to `y`.
method
plotly.graph_objs._box.Box.customdata()Assigns extra data each datum.
method
plotly.graph_objs._box.Box.fillcolor()Sets the fill color.
method
plotly.graph_objs._box.Box.hovertext()Same as `text`.
method
plotly.graph_objs._box.Box.ids()Assigns id labels to each datum.
method
plotly.graph_objs._box.Box.legendgroup()Sets the legend group for this trace.
method
plotly.graph_objs._box.Box.legendrank()Sets the legend rank for this trace.
method
plotly.graph_objs._box.Box.lowerfence()Sets the lower fence values.
method
plotly.graph_objs._box.Box.mean()Sets the mean values.
method
plotly.graph_objs._box.Box.median()Sets the median values.
method
plotly.graph_objs._box.Box.name()Sets the trace name.
method
plotly.graph_objs._box.Box.opacity()Sets the opacity of the trace.
method
plotly.graph_objs._box.Box.orientation()Sets the orientation of the box(es).
method
plotly.graph_objs._box.Box.q1()Sets the Quartile 1 values.
method
plotly.graph_objs._box.Box.q3()Sets the Quartile 3 values.
method
plotly.graph_objs._box.Box.sd()Sets the standard deviation values.
method
plotly.graph_objs._box.Box.upperfence()Sets the upper fence values.
method
plotly.graph_objs._box.Box.x()Sets the x sample data or coordinates.
method
plotly.graph_objs._box.Box.y()Sets the y sample data or coordinates.
class
plotly.graph_objs._deprecations.AngularAxisplotly.graph_objs.AngularAxis is deprecated.
class
plotly.graph_objs._deprecations.Annotationplotly.graph_objs.Annotation is deprecated.
class
plotly.graph_objs._deprecations.Annotationsplotly.graph_objs.Annotations is deprecated.
class
plotly.graph_objs._deprecations.ColorBarplotly.graph_objs.ColorBar is deprecated.
class
plotly.graph_objs._deprecations.Contoursplotly.graph_objs.Contours is deprecated.
class
plotly.graph_objs._deprecations.Dataplotly.graph_objs.Data is deprecated.
class
plotly.graph_objs._deprecations.ErrorXplotly.graph_objs.ErrorX is deprecated.
class
plotly.graph_objs._deprecations.ErrorYplotly.graph_objs.ErrorY is deprecated.
class
plotly.graph_objs._deprecations.ErrorZplotly.graph_objs.ErrorZ is deprecated.
class
plotly.graph_objs._deprecations.Fontplotly.graph_objs.Font is deprecated.
class
plotly.graph_objs._deprecations.Framesplotly.graph_objs.Frames is deprecated.
class
plotly.graph_objs._deprecations.Histogram2dcontourplotly.graph_objs.Histogram2dcontour is deprecated.
class
plotly.graph_objs._deprecations.Legendplotly.graph_objs.Legend is deprecated.
class
plotly.graph_objs._deprecations.Lineplotly.graph_objs.Line is deprecated.
class
plotly.graph_objs._deprecations.Marginplotly.graph_objs.Margin is deprecated.
class
plotly.graph_objs._deprecations.Markerplotly.graph_objs.Marker is deprecated.
class
plotly.graph_objs._deprecations.RadialAxisplotly.graph_objs.RadialAxis is deprecated.
class
plotly.graph_objs._deprecations.Sceneplotly.graph_objs.Scene is deprecated.
class
plotly.graph_objs._deprecations.Streamplotly.graph_objs.Stream is deprecated.
class
plotly.graph_objs._deprecations.Traceplotly.graph_objs.Trace is deprecated.
class
plotly.graph_objs._deprecations.XAxisplotly.graph_objs.XAxis is deprecated.
class
plotly.graph_objs._deprecations.XBinsplotly.graph_objs.XBins is deprecated.
class
plotly.graph_objs._deprecations.YAxisplotly.graph_objs.YAxis is deprecated.
class
plotly.graph_objs._deprecations.YBinsplotly.graph_objs.YBins is deprecated.
class
plotly.graph_objs._deprecations.ZAxisplotly.graph_objs.ZAxis is deprecated.
method
plotly.graph_objs._frame.Frame.data()A list of traces this frame modifies.
method
plotly.graph_objs._histogram.Histogram.customdata()Assigns extra data each datum.
method
plotly.graph_objs._histogram.Histogram.hovertext()Same as `text`.
method
plotly.graph_objs._histogram.Histogram.ids()Assigns id labels to each datum.
method
plotly.graph_objs._histogram.Histogram.name()Sets the trace name.
method
plotly.graph_objs._histogram.Histogram.opacity()Sets the opacity of the trace.
method
plotly.graph_objs._histogram.Histogram.orientation()Sets the orientation of the bars.
method
plotly.graph_objs._histogram.Histogram.textfont()Sets the text font.
method
plotly.graph_objs._image.Image.customdata()Assigns extra data each datum.
method
plotly.graph_objs._image.Image.dx()Set the pixel's horizontal size.
method
plotly.graph_objs._image.Image.hovertext()Same as `text`.
method
plotly.graph_objs._image.Image.ids()Assigns id labels to each datum.
method
plotly.graph_objs._image.Image.legendrank()Sets the legend rank for this trace.
method
plotly.graph_objs._image.Image.name()Sets the trace name.
method
plotly.graph_objs._image.Image.opacity()Sets the opacity of the trace.
method
plotly.graph_objs._image.Image.x0()Set the image's x position.
method
plotly.graph_objs._image.Image.y0()Set the image's y position.
method
plotly.graph_objs._indicator.Indicator.customdata()Assigns extra data each datum.
method
plotly.graph_objs._indicator.Indicator.gauge()The gauge of the Indicator plot.
method
plotly.graph_objs._indicator.Indicator.ids()Assigns id labels to each datum.
method
plotly.graph_objs._indicator.Indicator.name()Sets the trace name.
method
plotly.graph_objs._indicator.Indicator.value()Sets the number to be displayed.
method
plotly.graph_objs._layout.Layout.barcornerradius()Sets the rounding of bar corners.
method
plotly.graph_objs._layout.Layout.colorway()Sets the default trace colors.
method
plotly.graph_objs._layout.Layout.font()Sets the global font.
method
plotly.graph_objs._layout.Layout.height()Sets the plot's height (in px).
method
plotly.graph_objs._layout.Layout.piecolorway()Sets the default pie slice colors.
method
plotly.graph_objs._layout.Layout.width()Sets the plot's width (in px).
method
plotly.graph_objs._sankey.Sankey.customdata()Assigns extra data each datum.
method
plotly.graph_objs._sankey.Sankey.ids()Assigns id labels to each datum.
method
plotly.graph_objs._sankey.Sankey.legendrank()Sets the legend rank for this trace.
method
plotly.graph_objs._sankey.Sankey.link()The links of the Sankey plot.
method
plotly.graph_objs._sankey.Sankey.name()Sets the trace name.
method
plotly.graph_objs._sankey.Sankey.node()The nodes of the Sankey plot.
method
plotly.graph_objs._surface.Surface.colorscale()Sets the colorscale.
method
plotly.graph_objs._surface.Surface.connectgaps()Determines whether or not gaps (i.e.
method
plotly.graph_objs._surface.Surface.customdata()Assigns extra data each datum.
method
plotly.graph_objs._surface.Surface.hovertext()Same as `text`.
method
plotly.graph_objs._surface.Surface.ids()Assigns id labels to each datum.
method
plotly.graph_objs._surface.Surface.legendrank()Sets the legend rank for this trace.
method
plotly.graph_objs._surface.Surface.name()Sets the trace name.
method
plotly.graph_objs._surface.Surface.opacity()Sets the opacity of the surface.
method
plotly.graph_objs._surface.Surface.opacityscale()Sets the opacityscale.
method
plotly.graph_objs._surface.Surface.reversescale()Reverses the color mapping if true.
method
plotly.graph_objs._surface.Surface.x()Sets the x coordinates.
method
plotly.graph_objs._surface.Surface.y()Sets the y coordinates.
method
plotly.graph_objs._surface.Surface.z()Sets the z coordinates.
method
plotly.graph_objs._table.Table.customdata()Assigns extra data each datum.
method
plotly.graph_objs._table.Table.ids()Assigns id labels to each datum.
method
plotly.graph_objs._table.Table.legendrank()Sets the legend rank for this trace.
method
plotly.graph_objs._table.Table.name()Sets the trace name.
method
plotly.graph_objs._volume.Volume.colorscale()Sets the colorscale.
method
plotly.graph_objs._volume.Volume.customdata()Assigns extra data each datum.
method
plotly.graph_objs._volume.Volume.hovertext()Same as `text`.
method
plotly.graph_objs._volume.Volume.ids()Assigns id labels to each datum.
method
plotly.graph_objs._volume.Volume.legendrank()Sets the legend rank for this trace.
method
plotly.graph_objs._volume.Volume.name()Sets the trace name.
method
plotly.graph_objs._volume.Volume.opacity()Sets the opacity of the surface.
method
plotly.graph_objs._volume.Volume.opacityscale()Sets the opacityscale.
method
plotly.graph_objs._volume.Volume.reversescale()Reverses the color mapping if true.
method
plotly.graph_objs.bar._marker.Marker.color()Sets the marker color.
method
plotly.graph_objs.bar._marker.Marker.colorscale()Sets the colorscale.
method
plotly.graph_objs.bar._marker.Marker.cornerradius()Sets the rounding of corners.
method
plotly.graph_objs.bar._marker.Marker.opacity()Sets the opacity of the bars.
method
plotly.graph_objs.bar._marker.Marker.pattern()Sets the pattern within the marker.
method
plotly.graph_objs.bar._marker.Marker.reversescale()Reverses the color mapping if true.
method
plotly.graph_objs.bar.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.bar.hoverlabel._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.bar.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.bar.legendgrouptitle._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.bar.marker._colorbar.ColorBar.bgcolor()Sets the color of padded area.
method
plotly.graph_objs.bar.marker._colorbar.ColorBar.bordercolor()Sets the axis line color.
method
plotly.graph_objs.bar.marker._colorbar.ColorBar.outlinecolor()Sets the axis line color.
method
plotly.graph_objs.bar.marker._colorbar.ColorBar.tickcolor()Sets the tick color.
method
plotly.graph_objs.bar.marker._colorbar.ColorBar.ticklen()Sets the tick length (in px).
method
plotly.graph_objs.bar.marker._colorbar.ColorBar.tickprefix()Sets a tick label prefix.
method
plotly.graph_objs.bar.marker._colorbar.ColorBar.ticksuffix()Sets a tick label suffix.
method
plotly.graph_objs.bar.marker._colorbar.ColorBar.tickwidth()Sets the tick width (in px).
method
plotly.graph_objs.bar.marker._colorbar.ColorBar.xref()Sets the container `x` refers to.
method
plotly.graph_objs.bar.marker._colorbar.ColorBar.yref()Sets the container `y` refers to.
method
plotly.graph_objs.bar.marker._line.Line.color()Sets the marker.line color.
method
plotly.graph_objs.bar.marker._line.Line.colorscale()Sets the colorscale.
method
plotly.graph_objs.bar.marker.colorbar._title.Title.font()Sets this color bar's title font.
method
plotly.graph_objs.bar.marker.colorbar._title.Title.text()Sets the title of the color bar.
method
plotly.graph_objs.bar.marker.colorbar.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.bar.marker.colorbar.title._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.barpolar._marker.Marker.color()Sets the marker color.
method
plotly.graph_objs.barpolar._marker.Marker.colorscale()Sets the colorscale.
method
plotly.graph_objs.barpolar._marker.Marker.opacity()Sets the opacity of the bars.
method
plotly.graph_objs.barpolar._marker.Marker.pattern()Sets the pattern within the marker.
method
plotly.graph_objs.barpolar.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.barpolar.hoverlabel._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.barpolar.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.barpolar.legendgrouptitle._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.barpolar.marker._colorbar.ColorBar.bgcolor()Sets the color of padded area.
method
plotly.graph_objs.barpolar.marker._colorbar.ColorBar.bordercolor()Sets the axis line color.
method
plotly.graph_objs.barpolar.marker._colorbar.ColorBar.outlinecolor()Sets the axis line color.
method
plotly.graph_objs.barpolar.marker._colorbar.ColorBar.tickcolor()Sets the tick color.
method
plotly.graph_objs.barpolar.marker._colorbar.ColorBar.ticklen()Sets the tick length (in px).
method
plotly.graph_objs.barpolar.marker._colorbar.ColorBar.tickprefix()Sets a tick label prefix.
method
plotly.graph_objs.barpolar.marker._colorbar.ColorBar.ticksuffix()Sets a tick label suffix.
method
plotly.graph_objs.barpolar.marker._colorbar.ColorBar.tickwidth()Sets the tick width (in px).
method
plotly.graph_objs.barpolar.marker._line.Line.color()Sets the marker.line color.
method
plotly.graph_objs.barpolar.marker._line.Line.colorscale()Sets the colorscale.
method
plotly.graph_objs.barpolar.marker.colorbar.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.box._marker.Marker.color()Sets the marker color.
method
plotly.graph_objs.box._marker.Marker.opacity()Sets the marker opacity.
method
plotly.graph_objs.box._marker.Marker.size()Sets the marker size (in px).
method
plotly.graph_objs.box._marker.Marker.symbol()Sets the marker symbol type.
method
plotly.graph_objs.box.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.box.hoverlabel._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.box.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.box.legendgrouptitle._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.box.marker._line.Line.color()Sets the marker.line color.
method
plotly.graph_objs.candlestick.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.candlestick.hoverlabel._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.candlestick.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.candlestick.legendgrouptitle._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.carpet._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.carpet._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.carpet.aaxis._title.Title.font()Sets this axis' title font.
method
plotly.graph_objs.carpet.aaxis._title.Title.text()Sets the title of this axis.
method
plotly.graph_objs.carpet.aaxis.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.carpet.aaxis.title._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.carpet.baxis._title.Title.font()Sets this axis' title font.
method
plotly.graph_objs.carpet.baxis._title.Title.text()Sets the title of this axis.
method
plotly.graph_objs.carpet.baxis.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.carpet.baxis.title._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.carpet.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.carpet.legendgrouptitle._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.choropleth._colorbar.ColorBar.bgcolor()Sets the color of padded area.
method
plotly.graph_objs.choropleth._colorbar.ColorBar.bordercolor()Sets the axis line color.
method
plotly.graph_objs.choropleth._colorbar.ColorBar.outlinecolor()Sets the axis line color.
method
plotly.graph_objs.choropleth._colorbar.ColorBar.tickcolor()Sets the tick color.
method
plotly.graph_objs.choropleth._colorbar.ColorBar.ticklen()Sets the tick length (in px).
method
plotly.graph_objs.choropleth._colorbar.ColorBar.tickprefix()Sets a tick label prefix.
method
plotly.graph_objs.choropleth._colorbar.ColorBar.ticksuffix()Sets a tick label suffix.
method
plotly.graph_objs.choropleth._colorbar.ColorBar.tickwidth()Sets the tick width (in px).
method
plotly.graph_objs.choropleth._colorbar.ColorBar.xref()Sets the container `x` refers to.
method
plotly.graph_objs.choropleth._colorbar.ColorBar.yref()Sets the container `y` refers to.
method
plotly.graph_objs.choropleth._marker.Marker.opacity()Sets the opacity of the locations.
method
plotly.graph_objs.choropleth.colorbar._title.Title.font()Sets this color bar's title font.
method
plotly.graph_objs.choropleth.colorbar._title.Title.text()Sets the title of the color bar.
method
plotly.graph_objs.choropleth.colorbar.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.choropleth.colorbar.title._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.choropleth.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.choropleth.hoverlabel._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.choropleth.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.choropleth.legendgrouptitle._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.choropleth.marker._line.Line.color()Sets the marker.line color.
method
plotly.graph_objs.choroplethmap._colorbar.ColorBar.bgcolor()Sets the color of padded area.
method
plotly.graph_objs.choroplethmap._colorbar.ColorBar.bordercolor()Sets the axis line color.
method
plotly.graph_objs.choroplethmap._colorbar.ColorBar.outlinecolor()Sets the axis line color.
method
plotly.graph_objs.choroplethmap._colorbar.ColorBar.tickcolor()Sets the tick color.
method
plotly.graph_objs.choroplethmap._colorbar.ColorBar.ticklen()Sets the tick length (in px).
method
plotly.graph_objs.choroplethmap._colorbar.ColorBar.tickprefix()Sets a tick label prefix.
method
plotly.graph_objs.choroplethmap._colorbar.ColorBar.ticksuffix()Sets a tick label suffix.
method
plotly.graph_objs.choroplethmap._colorbar.ColorBar.tickwidth()Sets the tick width (in px).
method
plotly.graph_objs.choroplethmap._colorbar.ColorBar.xref()Sets the container `x` refers to.
method
plotly.graph_objs.choroplethmap._colorbar.ColorBar.yref()Sets the container `y` refers to.
method
plotly.graph_objs.choroplethmap.colorbar._title.Title.text()Sets the title of the color bar.
method
plotly.graph_objs.choroplethmap.colorbar.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.choroplethmap.colorbar.title._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.choroplethmap.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.choroplethmap.hoverlabel._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.choroplethmap.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.choroplethmap.marker._line.Line.color()Sets the marker.line color.
method
plotly.graph_objs.choroplethmapbox._colorbar.ColorBar.bgcolor()Sets the color of padded area.
method
plotly.graph_objs.choroplethmapbox._colorbar.ColorBar.bordercolor()Sets the axis line color.
method
plotly.graph_objs.choroplethmapbox._colorbar.ColorBar.outlinecolor()Sets the axis line color.
method
plotly.graph_objs.choroplethmapbox._colorbar.ColorBar.tickcolor()Sets the tick color.
method
plotly.graph_objs.choroplethmapbox._colorbar.ColorBar.ticklen()Sets the tick length (in px).
method
plotly.graph_objs.choroplethmapbox._colorbar.ColorBar.tickprefix()Sets a tick label prefix.
method
plotly.graph_objs.choroplethmapbox._colorbar.ColorBar.ticksuffix()Sets a tick label suffix.
method
plotly.graph_objs.choroplethmapbox._colorbar.ColorBar.tickwidth()Sets the tick width (in px).
method
plotly.graph_objs.choroplethmapbox.colorbar.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.choroplethmapbox.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.choroplethmapbox.hoverlabel._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.choroplethmapbox.marker._line.Line.color()Sets the marker.line color.
method
plotly.graph_objs.cone._colorbar.ColorBar.bgcolor()Sets the color of padded area.
method
plotly.graph_objs.cone._colorbar.ColorBar.bordercolor()Sets the axis line color.
method
plotly.graph_objs.cone._colorbar.ColorBar.outlinecolor()Sets the axis line color.
method
plotly.graph_objs.cone._colorbar.ColorBar.tickcolor()Sets the tick color.
method
plotly.graph_objs.cone._colorbar.ColorBar.ticklen()Sets the tick length (in px).
method
plotly.graph_objs.cone._colorbar.ColorBar.tickmode()Sets the tick mode for this axis.
method
plotly.graph_objs.cone._colorbar.ColorBar.tickprefix()Sets a tick label prefix.
method
plotly.graph_objs.cone._colorbar.ColorBar.ticksuffix()Sets a tick label suffix.
method
plotly.graph_objs.cone._colorbar.ColorBar.tickwidth()Sets the tick width (in px).
method
plotly.graph_objs.cone._colorbar.ColorBar.xref()Sets the container `x` refers to.
method
plotly.graph_objs.cone._colorbar.ColorBar.yref()Sets the container `y` refers to.
method
plotly.graph_objs.cone.colorbar._title.Title.font()Sets this color bar's title font.
method
plotly.graph_objs.cone.colorbar._title.Title.text()Sets the title of the color bar.
method
plotly.graph_objs.cone.colorbar.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.cone.colorbar.title._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.cone.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.cone.hoverlabel._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.cone.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.cone.legendgrouptitle._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.contour._colorbar.ColorBar.bgcolor()Sets the color of padded area.
method
plotly.graph_objs.contour._colorbar.ColorBar.bordercolor()Sets the axis line color.
method
plotly.graph_objs.contour._colorbar.ColorBar.outlinecolor()Sets the axis line color.
method
plotly.graph_objs.contour._colorbar.ColorBar.tickcolor()Sets the tick color.
method
plotly.graph_objs.contour._colorbar.ColorBar.ticklen()Sets the tick length (in px).
method
plotly.graph_objs.contour._colorbar.ColorBar.tickmode()Sets the tick mode for this axis.
method
plotly.graph_objs.contour._colorbar.ColorBar.tickprefix()Sets a tick label prefix.
method
plotly.graph_objs.contour._colorbar.ColorBar.ticksuffix()Sets a tick label suffix.
method
plotly.graph_objs.contour._colorbar.ColorBar.tickwidth()Sets the tick width (in px).
method
plotly.graph_objs.contour._colorbar.ColorBar.xref()Sets the container `x` refers to.
method
plotly.graph_objs.contour._colorbar.ColorBar.yref()Sets the container `y` refers to.
method
plotly.graph_objs.contour._contours.Contours.end()Sets the end contour level value.
method
plotly.graph_objs.contour._contours.Contours.operation()Sets the constraint operation.
method
plotly.graph_objs.contour._line.Line.color()Sets the color of the contour level.
method
plotly.graph_objs.contour._line.Line.dash()Sets the dash style of lines.
method
plotly.graph_objs.contour.colorbar._title.Title.font()Sets this color bar's title font.
method
plotly.graph_objs.contour.colorbar._title.Title.text()Sets the title of the color bar.
method
plotly.graph_objs.contour.colorbar.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.contour.colorbar.title._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.contour.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.contour.hoverlabel._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.contour.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.contour.legendgrouptitle._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.contourcarpet._colorbar.ColorBar.bgcolor()Sets the color of padded area.
method
plotly.graph_objs.contourcarpet._colorbar.ColorBar.bordercolor()Sets the axis line color.
method
plotly.graph_objs.contourcarpet._colorbar.ColorBar.outlinecolor()Sets the axis line color.
method
plotly.graph_objs.contourcarpet._colorbar.ColorBar.tickcolor()Sets the tick color.
method
plotly.graph_objs.contourcarpet._colorbar.ColorBar.ticklen()Sets the tick length (in px).
method
plotly.graph_objs.contourcarpet._colorbar.ColorBar.tickprefix()Sets a tick label prefix.
method
plotly.graph_objs.contourcarpet._colorbar.ColorBar.ticksuffix()Sets a tick label suffix.
method
plotly.graph_objs.contourcarpet._colorbar.ColorBar.tickwidth()Sets the tick width (in px).
method
plotly.graph_objs.contourcarpet._colorbar.ColorBar.xref()Sets the container `x` refers to.
method
plotly.graph_objs.contourcarpet._colorbar.ColorBar.yref()Sets the container `y` refers to.
method
plotly.graph_objs.contourcarpet._contours.Contours.end()Sets the end contour level value.
method
plotly.graph_objs.contourcarpet._contours.Contours.operation()Sets the constraint operation.
method
plotly.graph_objs.contourcarpet._line.Line.dash()Sets the dash style of lines.
method
plotly.graph_objs.contourcarpet.colorbar._title.Title.text()Sets the title of the color bar.
method
plotly.graph_objs.contourcarpet.colorbar.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.contourcarpet.colorbar.title._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.contourcarpet.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.densitymap._colorbar.ColorBar.bgcolor()Sets the color of padded area.
method
plotly.graph_objs.densitymap._colorbar.ColorBar.bordercolor()Sets the axis line color.
method
plotly.graph_objs.densitymap._colorbar.ColorBar.outlinecolor()Sets the axis line color.
method
plotly.graph_objs.densitymap._colorbar.ColorBar.tickcolor()Sets the tick color.
method
plotly.graph_objs.densitymap._colorbar.ColorBar.ticklen()Sets the tick length (in px).
method
plotly.graph_objs.densitymap._colorbar.ColorBar.tickprefix()Sets a tick label prefix.
method
plotly.graph_objs.densitymap._colorbar.ColorBar.ticksuffix()Sets a tick label suffix.
method
plotly.graph_objs.densitymap._colorbar.ColorBar.tickwidth()Sets the tick width (in px).
method
plotly.graph_objs.densitymap._colorbar.ColorBar.xref()Sets the container `x` refers to.
method
plotly.graph_objs.densitymap._colorbar.ColorBar.yref()Sets the container `y` refers to.
method
plotly.graph_objs.densitymap.colorbar._title.Title.font()Sets this color bar's title font.
method
plotly.graph_objs.densitymap.colorbar._title.Title.text()Sets the title of the color bar.
method
plotly.graph_objs.densitymap.colorbar.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.densitymap.colorbar.title._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.densitymap.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.densitymap.hoverlabel._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.densitymap.legendgrouptitle._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.densitymap.legendgrouptitle._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.densitymapbox._colorbar.ColorBar.bgcolor()Sets the color of padded area.
method
plotly.graph_objs.densitymapbox._colorbar.ColorBar.bordercolor()Sets the axis line color.
method
plotly.graph_objs.densitymapbox._colorbar.ColorBar.outlinecolor()Sets the axis line color.
method
plotly.graph_objs.densitymapbox._colorbar.ColorBar.tickcolor()Sets the tick color.
method
plotly.graph_objs.densitymapbox._colorbar.ColorBar.ticklen()Sets the tick length (in px).
method
plotly.graph_objs.densitymapbox._colorbar.ColorBar.tickprefix()Sets a tick label prefix.
method
plotly.graph_objs.densitymapbox._colorbar.ColorBar.ticksuffix()Sets a tick label suffix.
method
plotly.graph_objs.densitymapbox._colorbar.ColorBar.tickwidth()Sets the tick width (in px).
method
plotly.graph_objs.densitymapbox._colorbar.ColorBar.xref()Sets the container `x` refers to.
method
plotly.graph_objs.densitymapbox._colorbar.ColorBar.yref()Sets the container `y` refers to.
method
plotly.graph_objs.densitymapbox.colorbar._title.Title.text()Sets the title of the color bar.
method
plotly.graph_objs.densitymapbox.colorbar.title._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.densitymapbox.colorbar.title._font.Font.variant()Sets the variant of the font.
method
plotly.graph_objs.densitymapbox.hoverlabel._font.Font.textcase()Sets capitalization of text.
method
plotly.graph_objs.densitymapbox.hoverlabel._font.Font.variant()Sets the variant of the font.
About this data
These signatures were extracted from the public source of plotly/plotly.py
using Python's ast module. Argument names, default values,
type annotations and return types are taken verbatim from the code.
Implementation bodies are never stored. See
how it works for details.