How to use Seaborn library in Python script

It's important to note Ignition uses Jython, python scripting for the Java language and therefore you can only use libraries that are for jython. Typical python is CPython with C/C++ bindings and those libraries are not usable at all within jython.

Seaborn is used for making charts but there is no way for you to go straight form a seaborn script to showing that in perspective or vision for that matter. You'll have to learn how to make appropriate datasets to feed to the chart component and that is how you will be able to visualize data.

Related - Python, Jython, CPython, Libraries, Pip, and Python 2.7 vs 3 - A quick primer

4 Likes