Semi-log 2D plots and Bode diagrams in C#

  • Thread starter Thread starter Giovanni Dicanio
  • Start date Start date
G

Giovanni Dicanio

Hi all,

does anyone know about free C# 2D plotting libraries capable of drawing
semi-log plots and Bode diagrams?

(Seems like ZedGraph can't do that...)

Thanks in advance,
Giovanni
 
MC said:
It's not that hard to compute logarithms yourself, is it? There's a
logarithm function in the Math library.

Yes, I know that, of course.
But my question was rather different...

Giovanni
 
I found that ZedGraph has AxisType.Log (I did not noticed that in the
beginning).
This is what I was looking for.

Thanks,
Giovanni
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top