swharden / QuickPlot

Experimental Plotting Library for .NET
MIT License
34 stars 6 forks source link

Added ability to unshare plot axises #15

Closed StendProg closed 5 years ago

StendProg commented 5 years ago

Additional refactored plotsToRender calculation

swharden commented 5 years ago

Thanks! Until you made this change I didn't notice there wasn't a way to unshare shared axes.

I simplified axis sharing by only having two functions control linking ShareX() and ShareY() and not handling this as arguments of Subplot() anymore