The-Python-Graph-Gallery icon indicating copy to clipboard operation
The-Python-Graph-Gallery copied to clipboard

A website displaying hundreds of charts made with Python

Results 94 The-Python-Graph-Gallery issues
Sort by recently updated
recently updated
newest added

need .sort_values() otherwise this does not sort for the median

Bumps [d3-color](https://github.com/d3/d3-color) from 3.0.1 to 3.1.0. Release notes Sourced from d3-color's releases. v3.1.0 Add rgb.clamp and hsl.clamp. #102 Add color.formatHex8. #103 Fix color.formatHsl to clamp values to the expected range....

dependencies

For [kdeplot](https://seaborn.pydata.org/generated/seaborn.kdeplot.html) in seaborn, the `shade` keyword is deprecated in favor of `fill`.

I'm attempting to run the chord example [here](https://www.python-graph-gallery.com/231-chord-diagram-with-bokeh) but the links variable is undefined.

This PR fixes the problems raised in #134 and #135.

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hi, I have a dataset which includes states form USA and countries of world map. I want to map it with follies, however, I cannot find the longitude and latitude...

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Hello, I just started using Pyplot and I read this article (https://www.python-graph-gallery.com/194-split-the-graphic-window-with-subplot) about axis placement. If I create a 2x2 graph with two axes, like this: ` plt.subplot(221) ` `...