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

Skip to content

DOC Updated plot_date to NumPy/SciPy style #7033

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 6 commits into from
Sep 14, 2016
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
FIX Fixed more missing backticks
  • Loading branch information
klaragerlei authored and NelleV committed Sep 10, 2016
commit 16381cf66458fa0271b19109d3754d48e63ae15c
6 changes: 3 additions & 3 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1460,9 +1460,9 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
See Also
--------
mod : matplotlib.dates for helper functions
:func:~matplotlib.dates.date2num
:func:~matplotlib.dates.num2date
:func:~matplotlib.dates.drange for help on creating the required
:func:`~matplotlib.dates.date2num`
:func:`~matplotlib.dates.num2date`
:func:`~matplotlib.dates.drange` for help on creating the required
floating point dates


Expand Down