Skip to content
Advertisement

Tag: plot

Hiding axis text in matplotlib plots

I’m trying to plot a figure without tickmarks or numbers on either of the axes (I use axes in the traditional sense, not the matplotlib nomenclature!). An issue I have come across is where matplotlib adjusts the x(y)ticklabels by subtracting a value N, then adds N at the end of the axis. This may be vague, but the following simplified

How to make a 3D scatter plot in matplotlib

I am currently have a nx3 matrix array. I want plot the three columns as three axis’s. How can I do that? I have googled and people suggested using Matlab, but I am really having a hard time with understanding it. I also need it be a scatter plot. Can someone teach me? Answer You can use matplotlib for this.

Advertisement