Update src/examples.jl
Co-Authored-By: Anshul Singhvi <asinghvi17@simons-rock.edu>
This commit is contained in:
parent
47b5430b34
commit
ee265d79a6
@ -423,7 +423,7 @@ Parse `DateTime` correctly when used in the axes of a `heatmap` plot.
|
|||||||
x = DateTime(2001):Dates.Year(1):DateTime(2005)
|
x = DateTime(2001):Dates.Year(1):DateTime(2005)
|
||||||
y = 1:5
|
y = 1:5
|
||||||
z = rand(5,5)
|
z = rand(5,5)
|
||||||
heatmap(x, y, z, title = "Heatmap with DateTime")
|
heatmap(x, y, z, title = "Heatmap with DateTime", xformatter = Plots.dateformatter)
|
||||||
end)]
|
end)]
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user