I need to write some C# code that will do some relatively simple, domain-specific calculations in plane geometry. I would like a quick-and-dirty way to visualise my results. For example, if the code was Python, I would import it and some helper functions into an IPython command line and draw things using Matplotlib.
Is there some similarly quick-and-easy solution for looking at the results of C# code?