``` csharp Observable.Timer(TimeSpan.FromSeconds(5)) .Select(Blaha) .ShowGraph() ``` That would pop the graph for that observable chain (syntax iffy)