Loading graphics library in the toplevel

I have installed the graphics library via opam, but I am unable to discover how to load it in the toplevel. Any help would be appreciated.

utop -require graphics then open Graphics;;
(provided you have utop, otherwise it’s good to install it with opam install utop)