Plots -> PgfPlotsX: Making a completely empty plot?

Hi!

I want to make a plot, which is completely empty, i.e. no ticks, no axes, no legend, no nothing. The reason is I am making a group plot, where sometimes I only have 5 plots to fill out 6 positions and I do not want to strecth the last plot.

Is there any way to achieve this? Using plot() I get a plot with empty content, but still it draws all axes etc.

Kind regards

You may be looking for plot(framestyle = :none)

1 Like

Exactly what I wanted, that is so cool - thanks!

1 Like