We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3488f10 commit e7ef666Copy full SHA for e7ef666
doc/api/next_api_changes/behavior/23188-JMK.rst
@@ -0,0 +1,9 @@
1
+Default date limits changed to 1970-01-01 to 1970-01-02
2
+-------------------------------------------------------
3
+
4
+Previously the default limits for an empty axis set up for dates
5
+(`.Axis.axis_date`) was 2000-01-01 to 2010-01-01. This has been
6
+changed to 1970-01-01 to 1970-01-02. With the default epoch, this
7
+makes the numeric limit for date axes the same as for other axes
8
+(0.0-1.0), and users are less likely to set a locator with far too
9
+many ticks.
0 commit comments