Skip to content
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

New rcParams to set pyplot.suptitle() defaults #1

Closed
wants to merge 77 commits into from
Closed

Conversation

wavexx
Copy link
Owner

@wavexx wavexx commented May 6, 2014

Two new rcParams are introduced:

  • figure.titlesize (xx-large)
  • figure.titleweight (normal)

Allow to set the pyplot.suptitle() default font size and weight.

Fixes matplotlib#3011

tacaswell and others added 30 commits January 16, 2014 16:46
This option allows to place either the origin at the bottom of the axes, or at
the top.
…dth or height of a patch might be 0 (but not if both width and height are 0).
DOC : improved `extent` of `imshow` doc
Image::resize will now raise a runtime error if the user passes in an invalid width or height.
BboxImage.make_image will now ensure that the width and height it passes to Image::resize are positive or zero.
BboxImage.draw now calculates the bottom left corner of its Bbox, rather than using the "first" corner of its Bbox.
@tacaswell
Copy link

Your PR is against your master not against the matplotlib/master (which is why no one has noticed this before now).

tacaswell and others added 16 commits May 18, 2014 15:41
 - removed a single trailing space
 - Added CHANGELOG entry for the 'origin' kwarg for `spy`
Conflicts:
	CHANGELOG
Conflicts:
	CHANGELOG
	doc/api/api_changes.rst
	doc/users/whats_new.rst
Close issue matplotlib#2541

Merge remote-tracking branch 'Rickkwa/master'

Conflicts:
	CHANGELOG
	doc/users/whats_new.rst
Conflicts:
	CHANGELOG
 - there should be a better way to do this, this will get the
   tests passing again.
TST : force re-building of font-cache
Bug: backend_pdf: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2
Still pep8 compliant.
Two new rcParams are introduced:

- figure.titlesize (xx-large)
- figure.titleweight (normal)

Allow to set the pyplot.suptitle() default font size and weight.
@wavexx
Copy link
Owner Author

wavexx commented May 21, 2014

I rebased it.

@tacaswell
Copy link

This PR is still asking to merge suptitle into your repository's master branch not the matplotlib master branch. You need to open a new PR against the correct target.

@wavexx wavexx closed this May 21, 2014
@wavexx wavexx deleted the suptitle branch May 21, 2014 15:30
@wavexx wavexx restored the suptitle branch May 21, 2014 15:30
@wavexx
Copy link
Owner Author

wavexx commented May 21, 2014

On 05/21/2014 05:26 PM, Thomas A Caswell wrote:

This PR is still asking to merge |suptitle| into /your/ repository's
master branch not the matplotlib master branch. You need to open a new
PR against the correct target.

I tried, but github tells me the branch is already being a PR.
I was hoping it would update, but not really.

I deleted it and recreated it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet