Skip to content

Instantly share code, notes, and snippets.

@krantikal
Last active April 2, 2021 04:51
Show Gist options
  • Save krantikal/81c81618ab2a99af284fcb84ce446677 to your computer and use it in GitHub Desktop.
Save krantikal/81c81618ab2a99af284fcb84ce446677 to your computer and use it in GitHub Desktop.
[Gnuplot Effects] Docked Multi-window #plotting #housekeeping
# Docked Gnuplot windows
# Plots share space with code window
# If there are more than one plot, they will be stacked
set term win docked
plot sin(x)
set term win 2 docked
plot sin(x)+cos(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment