I have a script that draws bunch of plots and saves them as a PPTX file.
Due to various reasons I have to form a journal first, then save it to PPTX.
My plots have more than 50000 points.
I set my plot in Graph Builder to best represent the data - that also includes setting marker size to 6. Data is unreadable if markers are normal size.
Now, when I save the plot to journal, since number of points is above the default threshold, it reverts to fast drawing and therefore to preferred size.
Graph becomes unreadable.
How do I tell JMP NOT to revert it to fast when putting graph to journal?
Increasing default threshold woudn't help because the script will be executed by various users accessing it on shared drive.