Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

How can I hide a plot?

novikov-alexander edited this page Apr 21, 2016 · 1 revision
var plot = InteractiveDataDisplays.asPlot("idd");

var polyline1 = plot.polyline();

polyline1.isVisible = false;

Clone this wiki locally