plotly / Plotly.NET

interactive graphing library for .NET programming languages :chart_with_upwards_trend:
https://plotly.net
MIT License
663 stars 88 forks source link

Add `SubPlotTitles` argument for `Chart.Grid` #388

Closed kMutagene closed 5 months ago

kMutagene commented 1 year ago

Subplot titles have to be set via annotations, and calculating their position manually is a pain. We should provide an abstraction in Chart.Grid and implement internal logic to set subplot titles.

See also #387