show( object
[ , object
, ... ] )
Nicely formatted output in SageMath. Accepts multiple arguments of the same type. Alias of pretty_print.
To display an unevaluated function append ,hold=True
to the argument
Examples:
show( sin(2*pi,hold=True), '=', sin(2*pi) )
show( plot( sin(x), x, 0, 4*pi, figsize=[4.5,2], color=(0,.5,1) ) )
Related operations: pretty_print
Operation category: output operations sagemath-docs