Jorge Mariscal Harana
King's College London
Followers: 0 Following: 0
Feeds
답변 있음
How to make only x-axis invisible (y-axis stays visible)?
Hi, Try: ax1.YAxis.Visible = 'off'; % remove y-axis ax1.XAxis.Visible = 'off'; % remove x-axis Hope that helps, J
How to make only x-axis invisible (y-axis stays visible)?
Hi, Try: ax1.YAxis.Visible = 'off'; % remove y-axis ax1.XAxis.Visible = 'off'; % remove x-axis Hope that helps, J
8년 초과 전 | 5

