You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
<p>Diverging color scales are appropriate for continuous data that has a natural midpoint other otherwise informative special value, such as 0 altitude, or the boiling point
33
-
of a liquid.</p>
33
+
of a liquid. The color scales in this module are mostly meant to be passed in as the <code>color_continuous_scale</code> argument to various functions, and to be used with the <code>color_continuous_midpoint</code> argument.</p>
<sectionclass="desc"><p>Qualitative color sequences are appropriate for data that has no natural ordering, such as categories, colors, names, countries etc.</p></section>
59
+
<sectionclass="desc"><p>Qualitative color sequences are appropriate for data that has no natural ordering, such as categories, colors, names, countries etc. The color …</p></section>
Copy file name to clipboardExpand all lines: docs/plotly_express/colors/qualitative.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
gtag('config','UA-39373211-1');
14
14
</script>
15
15
<title>plotly_express.colors.qualitative API documentation</title>
16
-
<metaname="description" content="Qualitative color sequences are appropriate for data that has no natural ordering, such as categories, colors, names, countries etc." />
16
+
<metaname="description" content="Qualitative color sequences are appropriate for data that has no natural ordering, such as categories, colors, names, countries etc. The color …" />
<p>Qualitative color sequences are appropriate for data that has no natural ordering, such as categories, colors, names, countries etc.</p>
32
+
<p>Qualitative color sequences are appropriate for data that has no natural ordering, such as categories, colors, names, countries etc. The color sequences in this module are mostly meant to be passed in as the <code>color_discrete_sequence</code> argument to various functions.</p>
<p>Sequential color scales are appropriate for most continuous data, but in some cases it can be helpful to use a <atitle="plotly_express.colors.diverging" href="diverging.html"><code>plotly_express.colors.diverging</code></a> or <atitle="plotly_express.colors.cyclical" href="cyclical.html"><code>plotly_express.colors.cyclical</code></a> scale instead.</p>
32
+
<p>Sequential color scales are appropriate for most continuous data, but in some cases it can be helpful to use a <atitle="plotly_express.colors.diverging" href="diverging.html"><code>plotly_express.colors.diverging</code></a> or <atitle="plotly_express.colors.cyclical" href="cyclical.html"><code>plotly_express.colors.cyclical</code></a> scale instead. The color scales in this module are mostly meant to be passed in as the <code>color_continuous_scale</code> argument to various functions.</p>
<p>A <code>pandas.DataFrame</code> with 244 rows and columns <code>['total_bill', 'tip', 'sex', 'smoker', 'day', 'time', 'size']</code>.</p></section>
58
+
<p>A <code>pandas.DataFrame</code> with 244 rows and the following columns:<code>['total_bill', 'tip', 'sex', 'smoker', 'day', 'time', 'size']</code>.</p></section>
<p>A <code>pandas.DataFrame</code> with 150 rows and columns <code>['sepal_length', 'sepal_width', 'petal_length', 'petal_width', 'species',
67
+
<p>A <code>pandas.DataFrame</code> with 150 rows and the following columns:<code>['sepal_length', 'sepal_width', 'petal_length', 'petal_width', 'species',
<sectionclass="desc"><p>Each row represents voting results for an electoral district in the 2013 Montreal mayoral election.</p>
83
83
<h2id="returns">Returns</h2>
84
-
<p>A <code>pandas.DataFrame</code> with 58 rows and columns <code>['district', 'Coderre', 'Bergeron', 'Joly', 'total', 'winner', 'result']</code>.</p></section>
84
+
<p>A <code>pandas.DataFrame</code> with 58 rows and the following columns:<code>['district', 'Coderre', 'Bergeron', 'Joly', 'total', 'winner', 'result']</code>.</p></section>
<sectionclass="desc"><p>Each row represents the availability of car-sharing services near the centroid of a zone in Montreal.</p>
91
91
<h2id="returns">Returns</h2>
92
-
<p>A <code>pandas.DataFrame</code> with 249 rows and columns <code>['centroid_lat', 'centroid_lon', 'car_hours', 'peak_hour']</code>.</p></section>
92
+
<p>A <code>pandas.DataFrame</code> with 249 rows and the following columns:<code>['centroid_lat', 'centroid_lon', 'car_hours', 'peak_hour']</code>.</p></section>
0 commit comments