figPos1 = [ 200 400 1200 700]; fig1_Size = "-S1200,700"; fig1_File = ["Figure1_Octave_Print.jpg"]; figHand1 = figure(1, 'position', figPos1); ... generation and display of the figure output ... print(figHand1, fig1_File, "-djpg", fig1_Size, "-landscape"); In the display output, the xtick and xticklabel are properly displayed. In the print output, the xtick/xticklabel are improperly displayed.