{!hasCustomPlots && (
diff --git a/webview/src/plots/components/emptyState/WaitForPlotsInfo.tsx b/webview/src/plots/components/emptyState/WaitForPlotsInfo.tsx
new file mode 100644
index 0000000000..d1dedd88b6
--- /dev/null
+++ b/webview/src/plots/components/emptyState/WaitForPlotsInfo.tsx
@@ -0,0 +1,13 @@
+import React from 'react'
+import styles from './styles.module.scss'
+import { Icon } from '../../../shared/components/Icon'
+import { Info } from '../../../shared/components/icons'
+
+export const WaitForPlotsInfo: React.FC = () => (
+
+
+ If you have selected experiments that have just started, you might need to
+ wait while plots are produced. The screen will be updated automatically if
+ plots are setup correctly in this case.
+