Display only borders for axes plotting

I want to display an image in Matlab GUI. For GUI reset state, how do I keep only a rectangular border for axes while removing all the ticks, grids, etc. Need black border and white color inside the rectangle.

Réponses (1)

Walter Roberson
Walter Roberson le 11 Mar 2016

0 votes

You can set the XTick and YTick and ZTick properties to be empty, and set Grid off.

1 commentaire

Prateek Kaushik
Prateek Kaushik le 11 Mar 2016
It would be better if you can help me with the code:
axes(handles.axes1)
plot(0,0)
set(gca,'Visible','off');
This code removes even the borders, I want to keep a rectangle with all other aspects removed. Black border white bg.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Line Plots dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by