Description
Hi!
First of all: I'm not sure whether or not this is a Dash or Plotly specific issue, but I'm using them together so figured I'd put the comment here - please redirect me if I'm mistaken.
The behaviour I'm currently getting is that titles specified for both axis and plots are not appearing in the resulting plots. Using older versions of plotly and dash these have produced the expected output. I've attached two figures below, showing the previous and current result. I've also attached a pip freeze
of all related packages on my machine.
I'm currently specifying the title as is described quite simply in the documentation, within my layout
structure using the title
field and a simple string value, i.e. layout = {'title':'my title', 'yaxis': {'title':'my y title', ...}, ...}
Please let me know if there's likely a simple oversight on my part here causing this behaviour. Thanks!