Using plotly with ignition

is it possible to use plotly with ignition?

I want to be able to use the MES style charts with other data

Jhahn, from everything I see - no, not unless you want to build a custom Ignition module to wrap it.

For one, looking at their docs, I see that the module uses numpy, which is a C-dependent Python library.
Also, it is not clear how you would render their charts in Ignition (Ignition GUI is Java Swing based, I do not see how that library would integrate with Swing)