-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Expose symlog scaling in plotting API #24871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 3 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
7e461a1
remove \n from docstring
charlesdong1991 1314059
fix conflicts
charlesdong1991 db4440d
add sym option for logx logy loglog and tests
charlesdong1991 a49be7f
BUG: DataFrame respects dtype with masked recarray (#24874)
mroeschke 853cd70
REF/CLN: Move private method (#24875)
mroeschke 6155ffd
changes based on reviews
charlesdong1991 597f9f3
BUG : ValueError in case on NaN value in groupby columns (#24850)
cgangwar11 c588437
BUG: fix floating precision formatting in presence of inf (#24863)
glemaitre 8972ddf
DOC: Creating top-level user guide section, and moving pages inside (…
datapythonista 14eac28
DOC: Creating top-level development section, and moving pages inside …
datapythonista 4b937ff
DOC: Creating top-level getting started section, and moving pages ins…
datapythonista 6a745d8
DOC: Implementing redirect system, and adding user_guide redirects (#…
datapythonista 2fa0835
DOC: fixups (#24888)
TomAugspurger 94d989e
CLN: fix typo in ctors.SeriesDtypesConstructors setup (#24894)
qwhelan 0c319f5
DOC: No clean in sphinx_build (#24902)
TomAugspurger 17ad791
BUG (output formatting): use fixed with for truncation column instead…
jorisvandenbossche e2c0b12
DOC: also redirect old whatsnew url (#24906)
jorisvandenbossche 0a4665a
Revert BUG-24212 fix usage of Index.take in pd.merge (#24904)
TomAugspurger fa12b9e
DOC: Add experimental note to DatetimeArray and TimedeltaArray (#24882)
TomAugspurger 5761e35
Disable M8 in nanops (#24907)
TomAugspurger 539c54f
CLN: fix typo in asv benchmark of non_unique_sorted, which was not so…
qwhelan f971b11
API/VIS: remove misc plotting methods from plot accessor (revert #238…
jorisvandenbossche bb86a9d
DOC: some 0.24.0 whatsnew clean-up (#24911)
jorisvandenbossche 013ae3d
DOC: Final reorganization of documentation pages (#24890)
datapythonista 85982ed
DOC: Adding redirects to API moved pages (#24909)
datapythonista 0bc2d3e
DOC: Making home page links more compact and clearer (#24928)
datapythonista 14b68ea
DOC: 0.24 release date (#24930)
TomAugspurger 8a8a083
DOC: Adding version to the whatsnew section in the home page (#24929)
datapythonista c8aae35
API: Remove IntervalArray from top-level (#24926)
TomAugspurger 83eb242
RLS: 0.24.0
TomAugspurger 0c4113f
DEV: Start 0.25 cycle
TomAugspurger d2fa4b4
DOC: State that we support scalars in to_numeric (#24944)
gfyoung 2626215
DOC: Minor what's new fix (#24933)
rth c1cad5d
TST: GH#23922 Add missing match params to pytest.raises (#24937)
mike-cramblett dd7afa0
Add tests for NaT when performing dt.to_period (#24921)
alexander-ponomaroff b641963
DOC: switch headline whatsnew to 0.25 (#24941)
h-vetinari 41166c6
BUG-24212 fix regression in #24897 (#24916)
JustinZhengBC 69a2c54
CLN: reduce overhead in setup for categoricals benchmarks in asv (#24…
qwhelan 9541540
Excel Reader Refactor - Base Class Introduction (#24829)
WillAyd 37a224d
TST/REF: Add pytest idiom to test_numeric.py (#24946)
gfyoung 602eda4
BLD: silence npy_no_deprecated warnings with numpy>=1.16.0 (#24864)
jbrockmendel 95f8dca
CLN: Refactor cython to use memory views (#24932)
noamher 2b16e2e
DOC: Clean sort_values and sort_index docstrings (#24843)
22b2795
changes based on reviews
charlesdong1991 f724113
add sym option for logx logy loglog and tests
charlesdong1991 aab92ae
changes based on reviews
charlesdong1991 c04601a
changes based on reviews
charlesdong1991 41b08c8
add whatsnew
charlesdong1991 7bc480a
Merge branch 'issue_24867' of github.com:charlesdong1991/pandas into …
charlesdong1991 0bd227f
all my changes in a signle change
charlesdong1991 36c8eb4
Merge branch 'issue_24867' of github.com:charlesdong1991/pandas into …
charlesdong1991 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably slightly cleaner to set