Skip to content

added rcParam for x and y margin #1908

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

Merged
merged 4 commits into from
Apr 17, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tweaked formatting/text in whats_new
  • Loading branch information
tacaswell committed Apr 17, 2013
commit 0ccbc9b2d8d049d8e19d4f0455f4fcfac54cf611
8 changes: 4 additions & 4 deletions doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ revision, see the :ref:`github-stats`.

new in matplotlib-1.3
=====================
`axes.xmargin` and `axes.ymargin` added to rcParams
``axes.xmargin`` and ``axes.ymargin`` added to rcParams
---------------------------------------------------
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these fonts on github are monospace, in which case, would you mind making the underlining >= the length of the line being underlined?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lengths look equal in my browser (and in emacs which I know is monospace)

rcParam values were added to configure the default margins
used. Previously they were hard-coded to default to 0, default
value of both rcParam values is 0.
``rcParam`` values (``axes.xmargin`` and ``axes.ymargin``) were added
to configure the default margins used. Previously they were
hard-coded to default to 0, default value of both rcParam values is 0.


New eventplot plot type
Expand Down