Julia PyPlot: how to draw thicks on both sizes of axis?

The axis on the right can be drawn by adding

    ax = gca()
    ax.yaxis.set_ticks_position("both")
1 Like