Post Reply 
Python Matplotl usage
10-25-2022, 08:03 PM (This post was last modified: 10-25-2022 08:04 PM by parisse.)
Post: #9
RE: Python Matplotl usage
(10-25-2022 05:45 PM)Ioncubekh Wrote:  @parisse

I modified & add PRINT();
Code:
EXPORT ukchart()
BEGIN
PYTHON(ukchart0);
WAIT(0);
END;

It did reduce line clutter but axis aren't available nor the background is solid
I suggest you to add an HPPL clearing screen instruction before calling your python code.
Axes can not work since it is translated to axes, and the keyword axes is not exposed in the HP CAS parser. That's a good observation, I must add some keywords in the HP Prime CAS parser/lexer if we want to have matplotl working some day in the future on the Prime (like on other KhiCAS platforms)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Python Matplotl usage - Ioncubekh - 10-20-2022, 06:06 PM
RE: Python Matplotl usage - Ioncubekh - 10-23-2022, 07:33 PM
RE: Python Matplotl usage - Guenter Schink - 10-23-2022, 10:08 PM
RE: Python Matplotl usage - Eddie W. Shore - 10-24-2022, 02:01 AM
RE: Python Matplotl usage - parisse - 10-24-2022, 01:08 PM
RE: Python Matplotl usage - Ioncubekh - 10-24-2022, 03:27 PM
RE: Python Matplotl usage - parisse - 10-25-2022, 10:04 AM
RE: Python Matplotl usage - Ioncubekh - 10-25-2022, 05:45 PM
RE: Python Matplotl usage - parisse - 10-25-2022 08:03 PM
RE: Python Matplotl usage - Ioncubekh - 10-25-2022, 08:35 PM
RE: Python Matplotl usage - parisse - 10-26-2022, 10:38 AM



User(s) browsing this thread: 1 Guest(s)