Skip to content

StaticPlot: pass xlim and ylim through to matplotlib

Darryl Green requested to merge github/fork/mdigiorgio/axes-limits into master

Created by: mdigiorgio

In Static plots, xlim and ylim were ignored causing the user to not see the effect of setting limits to X and Y axes.

Also, an example of usage of those parameters is added to the Plotter notebook as a reference on how to use them.

Signed-off-by: Michele Di Giorgio michele.digiorgio@arm.com

Merge request reports