How can I set the x-axis as datetimes on a bokeh plot? April 21, 2023 by Tarik As of bokeh 0.12.3, you can now do: p = figure(..., x_axis_type="datetime", ...)