
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
BUG: Set y-axis label, limits and ticks for a secondary y-axis Β· Issue #47753 Β· pandas-dev/pandas
Description:
Pandas version checks I have checked that this issue has not already been reported. I have confirmed this bug exists on the latest version of pandas. I have confirmed this bug exists on the main branch of pandas. Reproducible Example imp...
Website Age:
17 years and 8 months (reg. 2007-10-09).
Matching Content Categories {π}
- Technology & Computing
- Insurance
- Video & Online Content
Content Management System {π}
What CMS is github.com built with?
Github.com employs WORDPRESS.
Traffic Estimate {π}
What is the average monthly size of github.com audience?
ππ Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 14,039,567 visitors per month in the current month.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {πΈ}
Subscription Packages {π³}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {π°}
Subscription Packages {π³}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 7,005,574 paying customers.
The estimated monthly recurring revenue (MRR) is $29,423,411.
The estimated annual recurring revenues (ARR) are $353,080,928.
Wordpress Themes and Plugins {π¨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
It is strange but we were not able to detect any plugins on the page.
Keywords {π}
yaxis, bug, issue, pandas, set, secondary, label, limits, ticks, sign, stefre, projects, ylim, yticks, added, navigation, pull, requests, actions, security, closed, description, version, confirmed, exists, ylabel, axis, triage, reviewed, team, member, commit, references, mroeschke, github, type, milestone, footer, skip, content, menu, product, solutions, resources, open, source, enterprise, pricing, search, jump,
Topics {βοΈ}
set y-axis label secondary y-axis c6bca44 stefre mentioned assigned labels bug personal information bug comment metadata assignees verified f9346a6 sign latest version type projects import pandas projects milestone triage issue bug exists pandas main branch pd pd secondary_y=true milestone relationships issue github bug set ylabel= sign skip jump limits ticks checked reported confirmed reproducible dataframe plot ylim= yticks=[1 ylim yticks reviewed commit references panda⦠free join conversation account development branches share
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:BUG: Set y-axis label, limits and ticks for a secondary y-axis
articleBody:### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the main branch of pandas.
### Reproducible Example
```python
import pandas as pd
pd.DataFrame([1, 2]).plot(secondary_y=True, ylabel="Y", ylim=(0, 3), yticks=[1, 2])
```
### Issue Description
ylabel, ylim and yticks are not set on secondary axis

### Expected Behavior
ylabel, ylim and yticks are set on secondary axis

### Installed Versions
<details>
INSTALLED VERSIONS
------------------
commit : 0b8d8bbcc174dc61c945599db4c28a39ee1853d0
python : 3.10.5.final.0
python-bits : 64
OS : Linux
OS-release : 5.15.48-1-lts
Version : #1 SMP Thu, 16 Jun 2022 13:32:35 +0000
machine : x86_64
processor :
byteorder : little
LC_ALL : None
LANG : de_DE.UTF-8
LOCALE : de_DE.UTF-8
pandas : 1.5.0.dev0+1147.g0b8d8bbcc1.dirty
numpy : 1.23.1
pytz : 2022.1
dateutil : 2.8.2
setuptools : 58.1.0
pip : 22.1.2
Cython : 0.29.30
pytest : 7.1.2
hypothesis : 6.50.1
sphinx : 5.0.2
blosc : 1.10.6
feather : None
xlsxwriter : 3.0.3
lxml.etree : 4.9.1
html5lib : 1.1
pymysql : 1.0.2
psycopg2 : 2.9.3
jinja2 : 3.1.2
IPython : 8.4.0
pandas_datareader: 0.10.0
bs4 : 4.11.1
bottleneck : 1.3.5
brotli :
fastparquet : 0.8.1
fsspec : 2022.5.0
gcsfs : 2022.5.0
matplotlib : 3.5.2
numba : None
numexpr : 2.8.3
odfpy : None
openpyxl : 3.0.10
pandas_gbq : 0.17.7
pyarrow : 8.0.0
pyreadstat : 1.1.9
pyxlsb : 1.0.9
s3fs : 2022.5.0
scipy : 1.8.1
snappy :
sqlalchemy : 1.4.39
tables : 3.7.0
tabulate : 0.8.10
xarray : 2022.3.0
xlrd : 2.0.1
xlwt : 1.3.0
zstandard : 0.18.0
</details>
author:
url:https://github.com/StefRe
type:Person
name:StefRe
datePublished:2022-07-16T18:55:55.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:0
url:https://github.com/47753/pandas/issues/47753
context:https://schema.org
headline:BUG: Set y-axis label, limits and ticks for a secondary y-axis
articleBody:### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the main branch of pandas.
### Reproducible Example
```python
import pandas as pd
pd.DataFrame([1, 2]).plot(secondary_y=True, ylabel="Y", ylim=(0, 3), yticks=[1, 2])
```
### Issue Description
ylabel, ylim and yticks are not set on secondary axis

### Expected Behavior
ylabel, ylim and yticks are set on secondary axis

### Installed Versions
<details>
INSTALLED VERSIONS
------------------
commit : 0b8d8bbcc174dc61c945599db4c28a39ee1853d0
python : 3.10.5.final.0
python-bits : 64
OS : Linux
OS-release : 5.15.48-1-lts
Version : #1 SMP Thu, 16 Jun 2022 13:32:35 +0000
machine : x86_64
processor :
byteorder : little
LC_ALL : None
LANG : de_DE.UTF-8
LOCALE : de_DE.UTF-8
pandas : 1.5.0.dev0+1147.g0b8d8bbcc1.dirty
numpy : 1.23.1
pytz : 2022.1
dateutil : 2.8.2
setuptools : 58.1.0
pip : 22.1.2
Cython : 0.29.30
pytest : 7.1.2
hypothesis : 6.50.1
sphinx : 5.0.2
blosc : 1.10.6
feather : None
xlsxwriter : 3.0.3
lxml.etree : 4.9.1
html5lib : 1.1
pymysql : 1.0.2
psycopg2 : 2.9.3
jinja2 : 3.1.2
IPython : 8.4.0
pandas_datareader: 0.10.0
bs4 : 4.11.1
bottleneck : 1.3.5
brotli :
fastparquet : 0.8.1
fsspec : 2022.5.0
gcsfs : 2022.5.0
matplotlib : 3.5.2
numba : None
numexpr : 2.8.3
odfpy : None
openpyxl : 3.0.10
pandas_gbq : 0.17.7
pyarrow : 8.0.0
pyreadstat : 1.1.9
pyxlsb : 1.0.9
s3fs : 2022.5.0
scipy : 1.8.1
snappy :
sqlalchemy : 1.4.39
tables : 3.7.0
tabulate : 0.8.10
xarray : 2022.3.0
xlrd : 2.0.1
xlwt : 1.3.0
zstandard : 0.18.0
</details>
author:
url:https://github.com/StefRe
type:Person
name:StefRe
datePublished:2022-07-16T18:55:55.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:0
url:https://github.com/47753/pandas/issues/47753
Person:
url:https://github.com/StefRe
name:StefRe
url:https://github.com/StefRe
name:StefRe
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:0
interactionType:https://schema.org/CommentAction
userInteractionCount:0
External Links {π}(5)
- What's the revenue for https://github.blog?
- How much does https://pandas.pydata.org/docs/whatsnew/index.html make?
- What's https://user-images.githubusercontent.com/19879328/179368357-572ab48e-592b-4dd9-8656-f1e77432f6e2.png's gross income?
- How much does https://user-images.githubusercontent.com/19879328/179368369-bbb95e3d-a276-4174-b676-a7d4a76d5e30.png generate monthly?
- How much does https://www.githubstatus.com/ gross monthly?
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Clipboard.js
- D3.js
- Lodash
Emails and Hosting {βοΈ}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net