DataDraw >
Examples set 4
View code:
examples4.py
axisdemo Various numeric and categorical axis options.
Various date/time axis examples
Ranges are dynamically determined from the input data.
axis_3days . . . . 3 days with date shown on midnight crossing
axis_2days . . . . 8 hours with date shown initially and on midnight crossing
axis_12years . . . . 12+ years with minor tics at quarter-years. With histogram of incidence counts.
axis_3year . . . . 3+ years with months; quarters and year crossings are shown
axis_3years_fy . . . . 3+ years with months; quarters and fiscal year crossings (July 1)
axis_3weeks . . . . 3 weeks, weekdays with Sunday week boundaries shown
axis_3weeks_mon . . . . 3 weeks, day of month with month boundaries shown
axis_3weeks_webhits . . . . 3 weeks, both weekday and day of month with month boundaries.
With histogram of incidence counts.
axis_48hours . . . . 48 hours, terse AM/PM notation
axis_48hours_partial . . . . 23 hours with midnite crossing
A business/trading hours datetime example can be seen in
example set 6.