In case you want to remove the histogram/distribution plot appearing on the jointplot’s axes, the command that you need to use is?
You cannot remove the distribution plot from the Jointplot. In case you don’t want it, you can always use pyplot.scatter() or sns.scatterplot() to plot the same variables.