I’m looking to draw a curve imported from a workspace essentially on a bare canvas. I know this is possible in base root, but the altered plotting in RooFit is giving me trouble. That means I’d like the frame, ticks, labels preferably not drawn.
RooFit plotting does quite a few things implicitly and enforces a specific style. I would recommend you do your plot with base ROOT, exporting your RooFit model to a TF1 and then plot that one: