mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Fix matplotlib date convertor
This commit is contained in:
parent
8c4fa4373a
commit
607333f770
@ -180,7 +180,7 @@ class PlotlyRenderer(Renderer):
|
||||
|
||||
# let all subsequent dates be handled properly if required
|
||||
|
||||
if "type" in dir(xaxis) and xaxis["type"] == "date":
|
||||
if xaxis.get("type") == "date":
|
||||
self.x_is_mpl_date = True
|
||||
|
||||
self.axis_ct += 1
|
||||
|
Loading…
Reference in New Issue
Block a user