|
From: Jaime V. <vi...@fe...> - 2022-02-13 15:07:29
|
Hello, I hope this is the right place to ask this. In Maxima we use Gnuplot to plot functions. Maxima users issue plot2d or plot3d commands that will pipe a series of commands and data to Gnuplot. I'd like to change the name of the plot window from "Gnuplot window 0" to something such as "plot2d". I could change it with something such as: set term qt title "plot2d", but the problem is that I don't know which terminal is the user using. It could be wxt or something else. Is there any way to change the title without knowing the terminal being used? Or is there a way to discover the user's default terminal? Best regards, Jaime Villate |