Closed
Description
Description
I code in C#. I'm trying to plot a grid of subplots in which each subplot has its own title displayed on top of it. When I run the code below, the title of the last graph is displayed on top of the first graph and all other titles are missing. "stepCharts" is an array of GenericCharts.
GenericChart.GenericChart allCharts = Plotly.NET.CSharp.Chart.Grid(stepCharts, nRows, nCols);
I noted that my variable "allCharts" has a single layout while each chart in "stepCharts" has its own layout with the right title.
How can I solve this? Also, is there a Plotly.NET equivalent to Python's Plotly function "make_subplots"?
Related information
- Windows
- .NET 6.0