-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Description
Describe the bug
My computer has updated the python libraries including plotly from version 5.23 to version 6.0.1. The Dataplotly plugin no longer works and when trying to create a graph, a very long python error comes up:
ValueError: Invalid property specified for object of type plotly.graph_objs.layout.XAxis: ‘titlefont’
To Reproduce
Steps to reproduce the behavior:
- update plotly library to version 6.0
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: all
- QGIS 3.42
- DataPlotly 4.2
Additional context
By re-installing the old version 5.23 with pip, Dataplotly becomes functional again