-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Improve plotting Timedelta on y-axis (Timedelta string representation) #17553
Labels
Comments
s-celles
changed the title
Plotting Timedelta on y-axis
Plotting Timedelta on y-axis (Timedelta string representation)
Sep 15, 2017
s-celles
changed the title
Plotting Timedelta on y-axis (Timedelta string representation)
Improve plotting Timedelta on y-axis (Timedelta string representation)
Sep 16, 2017
That sounds great (if that is still current)? |
Timedelta on y-axis still plots as milliseconds. 😬 |
Is there today a solution or a workaround in order to have better data visualization ? |
@bzhphilou78 there are two workarounds:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code Sample, a copy-pastable example if possible
Following #9154 (comment) and #16953 (comment)
Displays
Problem description
Y-axis should display Timedelta string representation (not integer values)
Expected Output
Output of
pd.show_versions()
[paste the output of
pd.show_versions()
here below this line]INSTALLED VERSIONS
commit: 328c7e1
python: 3.6.2.final.0
python-bits: 64
OS: Darwin
OS-release: 16.7.0
machine: x86_64
processor: i386
byteorder: little
LC_ALL: None
LANG: fr_FR.UTF-8
LOCALE: fr_FR.UTF-8
pandas: 0.21.0.dev+464.g328c7e179
pytest: 3.2.1
pip: 9.0.1
setuptools: 36.4.0
Cython: 0.26
numpy: 1.13.1
scipy: None
pyarrow: None
xarray: None
IPython: None
sphinx: None
patsy: None
dateutil: 2.6.1
pytz: 2017.2
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: 2.0.2
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: None
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: None
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: