![](https://cdn.userecho.com/characters/109.png?1)
+3
À l'étude
multiple plots
Hi,
I would like to know if there is an easy way to create multiple subplots in a single PlotModel.
Obviously I can just create several PlotModels and achieve something similar, but is there a better more elegant way to do it?
Thanks,
Mike
I would like to know if there is an easy way to create multiple subplots in a single PlotModel.
Obviously I can just create several PlotModels and achieve something similar, but is there a better more elegant way to do it?
Thanks,
Mike
Service d'assistance aux clients par UserEcho
The problem begins when these multiple series have different view resolution and zooming is performed on multiple series at once. Not ideal. It seems like my only option is to actually have multiple PlotModels.
I think each subplot should be defined by one PlotModel (yes, it can contain multiple series) and then you compose the view by a grid of subplots defined by column, row, colspan and rowspan.
https://github.com/oxyplot/oxyplot/issues/55
Looking forward to this feature! For now I will have to add several PlotModels, I guess.