You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On this page, it seems to indicate that matlibplots are available in all versions (including community version) https://taipy.io/pricing
however, when I try to replace a Plotly chart (stubbed in a Markdown page, and created in Python), with a matlibplot, I get the following error.
TaipyGuiWarning: 'figure' property value must be a plotly.graph_objects.Figure.
_warn("'figure' property value must be a plotly.graph_objects.Figure.")
The only documentation that I can find about matlibplot is in Taipy Designer, which seems to indicate that both Plotly and matlibplot both use "fig" in the Designer, which does not seem to be part of the community version.
Issue Description
On this page, it seems to indicate that matlibplots are available in all versions (including community version)
https://taipy.io/pricing
however, when I try to replace a Plotly chart (stubbed in a Markdown page, and created in Python), with a matlibplot, I get the following error.
TaipyGuiWarning: 'figure' property value must be a plotly.graph_objects.Figure.
_warn("'figure' property value must be a plotly.graph_objects.Figure.")
The only documentation that I can find about matlibplot is in Taipy Designer, which seems to indicate that both Plotly and matlibplot both use "fig" in the Designer, which does not seem to be part of the community version.
Code of Conduct
Acceptance Criteria
The text was updated successfully, but these errors were encountered: