Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
plotlydocbot committed Oct 7, 2024
0 parents commit 15c4022
Show file tree
Hide file tree
Showing 1,199 changed files with 855,468 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
131 changes: 131 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@

<!DOCTYPE html>

<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>&lt;no title&gt; &#8212; 5.24.1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/plotly-style.css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<script type="text/javascript" src="_static/js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="_static/bootstrap-3.4.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>

</head><body>

<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><span><img src="_static/logo.png"></span>
</a>
<span class="navbar-text navbar-version pull-left"><b></b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">


<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="index.html">Site <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"><ul>
<li class="toctree-l1"><a class="reference internal" href="plotly.express.html"><code class="docutils literal notranslate"><span class="pre">plotly.express</span></code>: high-level interface for data visualization</a></li>
<li class="toctree-l1"><a class="reference internal" href="plotly.graph_objects.html"><code class="docutils literal notranslate"><span class="pre">plotly.graph_objects</span></code>: low-level interface to figures, traces and layout</a></li>
<li class="toctree-l1"><a class="reference internal" href="plotly.subplots.html"><code class="docutils literal notranslate"><span class="pre">plotly.subplots</span></code>: helper function for laying out multi-plot figures</a></li>
<li class="toctree-l1"><a class="reference internal" href="plotly.figure_factory.html"><code class="docutils literal notranslate"><span class="pre">plotly.figure_factory</span></code>: helper methods for building specific complex charts</a></li>
<li class="toctree-l1"><a class="reference internal" href="plotly.io.html"><code class="docutils literal notranslate"><span class="pre">plotly.io</span></code>: low-level interface for displaying, reading and writing figures</a></li>
</ul>
</ul>
</li>

<li class="dropdown">
<a role="button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page <b class="caret"></b></a>
<ul class="dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc"><ul class="simple">
</ul>
</ul>
</li>










</ul>



<form class="navbar-form navbar-right" action="search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>

</div>
</div>
</div>

<div class="container">
<div class="row">
<div class="body col-md-12 content" role="main">

<p>make html</p>


</div>

</div>
</div>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39373211-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</html>
1 change: 1 addition & 0 deletions _sources/README.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make html
9 changes: 9 additions & 0 deletions _sources/basefigure.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. _base:

.. currentmodule:: plotly.basedatatypes

.. autosummary::
:toctree: generated/

BaseFigure

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
plotly.graph\_objs.Figure.add\_traces
=====================================

.. currentmodule:: plotly.graph_objs

.. automethod:: Figure.add_traces
162 changes: 162 additions & 0 deletions _sources/generated/generated/plotly.graph_objs.Figure.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
plotly.graph\_objs.Figure
=========================

.. currentmodule:: plotly.graph_objs

.. autoclass:: Figure


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~Figure.__init__
~Figure.add_annotation
~Figure.add_bar
~Figure.add_barpolar
~Figure.add_box
~Figure.add_candlestick
~Figure.add_carpet
~Figure.add_choropleth
~Figure.add_choroplethmap
~Figure.add_choroplethmapbox
~Figure.add_cone
~Figure.add_contour
~Figure.add_contourcarpet
~Figure.add_densitymap
~Figure.add_densitymapbox
~Figure.add_funnel
~Figure.add_funnelarea
~Figure.add_heatmap
~Figure.add_heatmapgl
~Figure.add_histogram
~Figure.add_histogram2d
~Figure.add_histogram2dcontour
~Figure.add_hline
~Figure.add_hrect
~Figure.add_icicle
~Figure.add_image
~Figure.add_indicator
~Figure.add_isosurface
~Figure.add_layout_image
~Figure.add_mesh3d
~Figure.add_ohlc
~Figure.add_parcats
~Figure.add_parcoords
~Figure.add_pie
~Figure.add_pointcloud
~Figure.add_sankey
~Figure.add_scatter
~Figure.add_scatter3d
~Figure.add_scattercarpet
~Figure.add_scattergeo
~Figure.add_scattergl
~Figure.add_scattermap
~Figure.add_scattermapbox
~Figure.add_scatterpolar
~Figure.add_scatterpolargl
~Figure.add_scattersmith
~Figure.add_scatterternary
~Figure.add_selection
~Figure.add_shape
~Figure.add_splom
~Figure.add_streamtube
~Figure.add_sunburst
~Figure.add_surface
~Figure.add_table
~Figure.add_trace
~Figure.add_traces
~Figure.add_treemap
~Figure.add_violin
~Figure.add_vline
~Figure.add_volume
~Figure.add_vrect
~Figure.add_waterfall
~Figure.append_trace
~Figure.batch_animate
~Figure.batch_update
~Figure.for_each_annotation
~Figure.for_each_coloraxis
~Figure.for_each_geo
~Figure.for_each_layout_image
~Figure.for_each_legend
~Figure.for_each_map
~Figure.for_each_mapbox
~Figure.for_each_polar
~Figure.for_each_scene
~Figure.for_each_selection
~Figure.for_each_shape
~Figure.for_each_smith
~Figure.for_each_ternary
~Figure.for_each_trace
~Figure.for_each_xaxis
~Figure.for_each_yaxis
~Figure.full_figure_for_development
~Figure.get_subplot
~Figure.plotly_relayout
~Figure.plotly_restyle
~Figure.plotly_update
~Figure.pop
~Figure.print_grid
~Figure.select_annotations
~Figure.select_coloraxes
~Figure.select_geos
~Figure.select_layout_images
~Figure.select_legends
~Figure.select_mapboxes
~Figure.select_maps
~Figure.select_polars
~Figure.select_scenes
~Figure.select_selections
~Figure.select_shapes
~Figure.select_smiths
~Figure.select_ternaries
~Figure.select_traces
~Figure.select_xaxes
~Figure.select_yaxes
~Figure.set_subplots
~Figure.show
~Figure.to_dict
~Figure.to_html
~Figure.to_image
~Figure.to_json
~Figure.to_ordered_dict
~Figure.to_plotly_json
~Figure.update
~Figure.update_annotations
~Figure.update_coloraxes
~Figure.update_geos
~Figure.update_layout
~Figure.update_layout_images
~Figure.update_legends
~Figure.update_mapboxes
~Figure.update_maps
~Figure.update_polars
~Figure.update_scenes
~Figure.update_selections
~Figure.update_shapes
~Figure.update_smiths
~Figure.update_ternaries
~Figure.update_traces
~Figure.update_xaxes
~Figure.update_yaxes
~Figure.write_html
~Figure.write_image
~Figure.write_json





.. rubric:: Attributes

.. autosummary::

~Figure.data
~Figure.frames
~Figure.layout


Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
plotly.graph\_objs.Figure.show
==============================

.. currentmodule:: plotly.graph_objs

.. automethod:: Figure.show
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
plotly.graph\_objs.Figure.update\_layout
========================================

.. currentmodule:: plotly.graph_objs

.. automethod:: Figure.update_layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
plotly.graph\_objs.Figure.update\_traces
========================================

.. currentmodule:: plotly.graph_objs

.. automethod:: Figure.update_traces
7 changes: 7 additions & 0 deletions _sources/generated/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plotly
======

.. toctree::
:maxdepth: 4

plotly
Loading

0 comments on commit 15c4022

Please sign in to comment.