pretty_print( object [ , object , ... ] )

Nicely formatted output in SageMath. Accepts multiple arguments of the same type. Alias of show.

To display an unevaluated function append ,hold=True to the argument

Examples:

pretty_print( sin(2*pi,hold=True), '=', sin(2*pi) )
pretty_print( plot( sin(x), x, 0, 4*pi, figsize=[4.5,2], color=(0,.5,1) ) )

Related operations:   show

Operation category: output operations sagemath-docs