Gnuplot Cheat Codes

1. Disabling the X-axis

unset xtics

2. Disabling the Y-axis

unset ytics

3. Disabling the border

unset border

4. Plotting a circle

set parametric
plot sin(t), cos(t)

5. Ensuring that both axes use the same scale

set size square

6. Getting rid of legends

plot something notitle

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.