File tree 2 files changed +2
-2
lines changed
doc/api/next_api_changes/deprecations 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ an accurate Matplotlib datenum relative to the new Matplotlib epoch
6
6
handling (`~.dates.get_epoch ` and :rc: `date.epoch `). This version
7
7
reverts the deprecation.
8
8
9
- Functions `~.dates. epoch2num ` and `` julian2num `` use :rc: ` date.epoch `
9
+ Functions `` epoch2num `` and `` dates. julian2num `` use `` date.epoch `` rcParam
10
10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11
11
12
12
Now `~.dates.epoch2num ` and (undocumented) ``julian2num `` return floating point
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ def num2julian(n):
474
474
Parameters
475
475
----------
476
476
n : float or sequence of floats
477
- Matplotlib date s (days relative to `.get_epoch`).
477
+ Matplotlib dates (days relative to `.get_epoch`).
478
478
479
479
Returns
480
480
-------
You can’t perform that action at this time.
0 commit comments