GitHub / gooodle/python_seaborn / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 2c2c84e8 | Test on Python 3.12 (#3510) |
Jarrod Millman <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 3351a171 | Set version tag for next development cycle | Michael Waskom <m****m@g****m> | almost 3 years ago | |
| a8b6cac4 | Assorted small doc updates (#3502) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 4888797c | Avoid a matplotlib warning for strip/swarmplot with unfilled marker (#3501) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 782b71ee | Address a couple of warnings that turned up only in the docs (#3500) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 6b9e2fb9 | Fix catplot with kind='point' to avoid color warning (#3499) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 0d46709b | Postpone some removals of deprecated features (#3497) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b2f0de03 | Update release notes | Michael Waskom <m****m@g****m> | almost 3 years ago | |
| 92c22bc6 | Restore implicit hue for wide categorical data (#3496) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| c8459c28 | Fix data attached to catplot FacetGrid (#3494) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 9af5cfe3 | Fix pointplot dodge calculation (#3493) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| cbac948e | Update examples that use deprecated/changed parameters in gallery (#3492) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 65d86920 | Treat binwidth as approximate to avoid dropping outermost datapoints (#3489) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| c01e103d | Mask nonpositive values with log_scale and ignore inf data in histogram range... |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 4c90fa94 | Add a batch of release notes for major v0.13 additions | Michael Waskom <m****m@g****m> | almost 3 years ago | |
| 1f788201 | Normalize matplotlib kwargs in scatterplot / lineplot (#3483) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| fbc44d57 | Improve relational/categorical legends to show non-semantic properties (#3467) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e71d95b6 | Change categorical auto gray parameter to "auto", with warning (#3460) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| ff446eef | Also allow Plot.label to control all paired axes (#3459) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 74a83017 | Allow x=/y= to control paired scales and limits (#3458) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 5d530ac2 |
Bump actions/checkout from 3.5.3 to 3.6.0 (#3455)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 082486d8 | Add the concept of a "layer legend" to so.Plot (#3456) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 0a64c1ae | Allow move_legend to overwrite the labels (#3454) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 01fddcfa | Fail early with a nice message when statsmodels is needed (#3453) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| ce02525e | Deprecate accepting an array-typed palette, which is not intentional (#3452) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 07711372 | Ignore units= in relplot with kind='scatter' (#3451) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 20db4d4e | Change get_linestyle to get_dashes for Collections (#3400) |
Oscar Gustafsson <o****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 3d3d7159 | Simplify some Plotter class method/attributes that haven't proven useful (#3449) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9049ddd2 | Squash a large number of warnings in the tests (#3447) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| b3e6b8d6 | Update tests for matplotlib 3.8.0rc1 (#3446) |
Kyle Sunden <g****t@k****e>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 67a777a5 | Add log_scale to categorical plots (#3445) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 58cf6285 | Support polars and other data libraries via dataframe interchange (#3369) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| af613f1d | Generalize internal scaling operation (#3440) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 23860365 | Address inf_as_na pandas deprecation (#3424) |
Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| aebf7d8d |
Hash-pin GitHub Actions (#3436)
Signed-off-by: Pedro Kaj Kjellerup Nacht <p****t@g****m> |
Pedro Nacht <p****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 54aeb181 | Update type test to satisfy new flake8 (#3433) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 3ef2a0f9 | Fix Plot.add transforms to accept Move, not Mark (#3425) |
Bryan Head <b****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9087437a | Rename _oldcore module to _base (#3418) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a42b8942 | [Maint] Cleanup of vestigial categorical code (#3416) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 58e0b051 | Modernize boxenplot and address some odd behaviors (#3393) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 7780305b | Fix PairGrid with column multiindex (#3407) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 515286e0 | Improve handling of edge cases with nullable dtypes (#3394) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 9276e22a | Always use unit width for categorical axes (#3390) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| b6737d5a | Avoid error when determining type of variable containing pd.NA (#3391) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 824c1025 | DOC: Fix some typos (#3366) |
Steffen Rehberg <s****g@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 129ce703 | TST: Make test_index_alignment_between_series less brittle (#3359) |
Steffen Rehberg <s****g@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| b9333f90 | Add gap/fill parameters to barplot and countplot (#3361) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 16c025dc | DOC: Fix typo in include directive (#3357) |
Steffen Rehberg <s****g@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| f7bd65f4 | Fix rst typo | Michael Waskom <m****m@g****m> | over 3 years ago | |
| 1b09ac4f | Modernize and enhance violinplot (#3353) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 3fd41467 | Handle statsmodels PerfectSeparationWarning on 0.14.0+ (#3356) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| a48601d6 | pandas compat: address is_categorical_dtype deprecation (#3355) |
Marco Edward Gorelli <3****i@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 971f47e9 |
ecdfplot stat parameter manage percent (#3336)
Co-authored-by: Michael Waskom <m****m@u****m> |
gregorystrubel <7****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 2d9bb4f8 | Remove matplotlib cache manipulation (#3332) |
Kyle Sunden <g****t@k****e>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 5666389e |
Add security policy (#3344)
Signed-off-by: Pedro Kaj Kjellerup Nacht <p****t@g****m>, Pedro Kaj Kjellerup Nacht <p****t@g****m>, Pedro Kaj Kjellerup Nacht <p****t@g****m> |
Pedro Nacht <p****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| eb2b5a21 | Fix lint rule to run flake8 on test suite (#3348) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| fc03c5d4 | Refactor new categorical internals (#3337) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| bf0cfec0 | Bugfix issue 3230 (#3316) |
Jonas Cristens <1****s@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 64ef8cfd | Temporarily restrict sphinx version to unbreak docs build (#3323) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 0b6d6535 |
Fixed mwaskom/seaborn#3272 (#3317)
Co-authored-by: Eli Grubbs <g****e@u****u> |
Jakal02 <3****2@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 804662d1 |
Add read-only permissions to ci.yaml (#3319)
Signed-off-by: Pedro Kaj Kjellerup Nacht <p****t@g****m> |
Pedro Nacht <p****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 4f725544 | Pandas 2.0 compat in docs | Michael Waskom <m****m@g****m> | over 3 years ago | |
| 011caacf | Fix typo | Michael Waskom <m****m@g****m> | over 3 years ago | |
| cc099782 | Pandas 2.0 compat in Area API docs | Michael Waskom <m****m@g****m> | over 3 years ago | |
| 19deb36e | Refactor to simplify desaturation in categorical plots (#3310) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| bd480f62 |
Fixes small inconsistency in seaborn.objects tutorial (#3309)
Co-authored-by: Anton Burenko <b****o@i****e>, Michael Waskom <m****m@u****m> |
Anton Burenko <B****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| f9827a3a | MAINT: address numpy125 deprecations (#3297) |
Maoz Gelbart <1****t@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| a69eb55f |
Bump actions/checkout from 2 to 3 (#3279)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 35c284e7 | Docs fix - heatmap.ipynb. (#3290) |
Eitan Hemed <3****d@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 7231fc24 | Modernize boxplot and add a number of enhancements (#3294) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| e1e36cb1 | Avoid matplotlib 3.7.0 warnings (#3278) |
Maoz Gelbart <1****t@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 8735494e |
Fix heatmap `norm=None` issue (#3276)
Co-authored-by: Michael Waskom <m****m@u****m>, Michael Waskom <m****m@u****m> |
Ștefan Istrate <s****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 3733590d | Remove vestigial bar/point/countplot code (#3271) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 11d41696 | docs: fix typo in docstring (#3273) |
David Culley <6****y@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 5d9f3715 | Modernize pointplot and increase its flexibility (#3270) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 55c8dc51 | Remove double docstring in 'axisgrid.py' (#3269) |
Yvonne Fröhlich <9****h@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 3a778baa | Refactor countplot to use common infra and add stat parameter for normalizati... |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 242a3312 | Modernize barplot to use common infrastructure (#3255) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| c44bce10 | Adds kwarg only arguments to pivot in lineplot docs (#3249) |
Thomas J. Fan <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 7bec34be | Update v0.13.0 release notes | Michael Waskom <m****m@g****m> | over 3 years ago | |
| 17f9788a | Remove container added when inferring default color for bar artist (#3246) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| e336f11e | Retrieve list of available datasets from a github url with correct CORS heade... |
koenvo <i****o@k****l>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 0ebc82e8 | Document weights parameter in displot docstring | Michael Waskom <m****m@g****m> | over 3 years ago | |
| db7ae117 | Update test to reflect change in matplotlib 3.7 (#3236) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 72faf27f | Fix Bar(s) width on nonlinear scale (#3217) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| e75e303b | Add notebook display configuration for Plot, including SVG output (#3225) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| a47b97e4 | Add default theme configuration to Plot (#3223) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| dce8afd4 | Update references to minimal supported Python version | Michael Waskom <m****m@g****m> | over 3 years ago | |
| 623b0b72 | Fix layout engine parameterization when using Plot.on (#3216) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 9b0baf65 | Fix Continuous.label(like=) documentation (fixes #3213) | Michael Waskom <m****m@g****m> | over 3 years ago | |
| 557b0d29 | Remove dead code branches after minimal dependency bumps (#3210) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 29daaf3a | Add helper function for consistent backcompat gates (#3209) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 7b703808 | Increase minimally-supported versions of Python and dependencies (#3208) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| fd09815e | Bump version for 0.13.0 dev | Michael Waskom <m****m@g****m> | over 3 years ago | |
| 10c3ed87 | Finalize v0.12.2 release notes | Michael Waskom <m****m@g****m> | over 3 years ago | |
| 0f5182ee | Fix issue when an empty palette is provided for an empty dataset (#3136) |
thuiop <t****p@h****r>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| bf9fcb30 | Explicitly set inline backend when building docs from notebooks | Michael Waskom <m****m@g****m> | over 3 years ago | |
| 5e565d2a | Add Boolean scale (#3205) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 72710354 | Avoid exception from Continuous scale for normed property (#3190) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 4a9e5496 | Improve user feedback for errors during plot compilation (#3203) |
Michael Waskom <m****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago |