Logarithmic Chart

Does anyone know of a charting plugin that can create logarithmic charts like the one shown in the link?

[url=http://www.cooperindustries.com/content/dam/public/bussmann/Electrical/Resources/solution-center/technical_library/BUS_Ele_Tech_Lib_Time_Current_Curves_How_to_Read.pdf]

Page 95

Would also like to be able to add arrows or symbols and text boxes to the chart box via typical user interface, drag-n-drop type creation of annotation object.

Thanks
Tim C.

Take a look at the ChartDirector plugin from MBS, it should be able to get pretty close to that chart.
If you post your request on the ChartDirector forums, one of the developers there, Peter Kwan, will usually tell you how to do it, if possible.
Good luck!

The chart director class CDAxisMBS in our MBS Plugins had a method setLogScale which may help you.

You can also take a look at Roger’s data plot classes: http://opensource.the-meiers.org/
I’ve use them to generate a number of semiconductor-related plots.

Maybe you can use RhChart: http://forums.realsoftware.com/viewtopic.php?f=1&t=45240&hilit=chart

Link to source: https://github.com/richhatfield/rhCharts.git

ChartView has a Logarithmic option on the Chart axis.
http://www.jeremieleroy.com/products/chartview.php

But to be completely honest, it isn’t possible to draw an Area chart that has lower and upper bounds as in the Chart you are refering to.