Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tex option not respected by date x-axis #2294

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
cpcloud opened this issue Aug 13, 2013 · 6 comments
Closed

tex option not respected by date x-axis #2294

cpcloud opened this issue Aug 13, 2013 · 6 comments

Comments

@cpcloud
Copy link

cpcloud commented Aug 13, 2013

Here's a notebook that shows the issue:

http://nbviewer.ipython.org/6218078

@tacaswell
Copy link
Member

Can you expand a bit, I am not sure what I am supposed to be seeing in that notebook

@tacaswell
Copy link
Member

I am going to push this to 1.4.x (first bug fix release after 1.4.0) so we don't lose it, but this has sat for 7 months so it does not seem to be urgent.

@tacaswell tacaswell modified the milestones: v1.4.x, v1.3.x Feb 26, 2014
@tacaswell tacaswell modified the milestones: v1.4.x, 1.5.0 Feb 7, 2015
@tacaswell tacaswell modified the milestones: proposed next point release, next point release Jul 17, 2015
@tacaswell tacaswell modified the milestones: 2.1 (next point release), 2.2 (next next feature release) Oct 3, 2017
@dstansby
Copy link
Member

For a self contained example:

import matplotlib
import matplotlib.pyplot as plt
from datetime import datetime, timedelta

matplotlib.rc('text', usetex=True)

t0 = datetime.now()
ts = [t0 + i * timedelta(days=1) for i in range(10)]
fig, ax = plt.subplots()
ax.plot(ts, range(10))
plt.show()

It looks like this is still present.

@jklymak
Copy link
Member

jklymak commented Sep 24, 2018

Thanks for the self-contained example. But, seems to work for me. Like sure, it looks bad...

figuretex

@ImportanceOfBeingErnest
Copy link
Member

I think the OP is aiming at the different fonts being used for the x- and y-ticklabels.

@dstansby
Copy link
Member

Yeah, it kind of works, but those '2's don't look the same to me

QuLogic added a commit to QuLogic/matplotlib that referenced this issue Sep 24, 2020
QuLogic added a commit to QuLogic/matplotlib that referenced this issue Sep 25, 2020
@QuLogic QuLogic modified the milestones: needs sorting, v3.4.0 Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants