From 95f65d688ddb5a31c354cf879d75b77389ad98d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Wed, 26 Apr 2006 12:47:21 +0000 Subject: [PATCH] parter and rater have been moved to linear -> adjust base class for timeaxis git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2612 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/graph/axis/timeaxis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyx/graph/axis/timeaxis.py b/pyx/graph/axis/timeaxis.py index a4da5fc2..4b036fc2 100644 --- a/pyx/graph/axis/timeaxis.py +++ b/pyx/graph/axis/timeaxis.py @@ -7,7 +7,7 @@ from pyx.graph.axis import axis, rater - a timeaxis is always based on the datetime data type (there is no distinction between times and dates) """ -class timeaxis(axis._regularaxis): +class timeaxis(axis.linear): "time axis mapping based " # TODO: how to deal with reversed timeaxis? -- 2.11.4.GIT