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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Giovanni Dicanio

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

    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

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

    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
    It's not that hard to compute logarithms yourself, is it? There's a
    logarithm function in the Math library.



    Comment

    • Giovanni Dicanio

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


      "MC" <for.address.lo ok@www.ai.uga.e du.slash.mcha scritto nel messaggio
      news:%23mREgJYH JHA.1156@TK2MSF TNGP04.phx.gbl. ..
      >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
      >
      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

      Comment

      • Giovanni Dicanio

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

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

        Thanks,
        Giovanni


        "Giovanni Dicanio" <giovanniDOTdic anio@REMOVEMEgm ail.comha scritto nel
        messaggio news:u4BfdpVHJH A.788@TK2MSFTNG P06.phx.gbl...
        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
        >

        Comment

        Working...