sh0nk / matplotlib4j

Matplotlib for java: A simple graph plot library for java, scala and kotlin with powerful python matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Window Title

JamesPeters98 opened this issue · comments

Is there any way to set the title of the window for the Figure?

I currently am opening multiple plots in different threads and would like to name each window instead of it just being 'Figure_1' for all of them!

Added .figure(windowTitle) call by #11 . Pull master branch to try it quickly! And please make sure that figure must be called before adding a new plot contents.

Screen Shot 2020-01-03 at 0 55 24

Let me close this issue since it is inactive after the fix.

Lovely, just got to try this after the Christmas break! Works perfectly!

@JamesPeters98 Cool. Thank you for your feedback and verification!