Skip to content

Subplots with individual titles #387

Description

@edugca

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions