There is not currently a way to get the data out of a plot. The best way to accomplish this is to maintain your own buffer of the data that you're passing to the plot and pass that to another plot if you need to. If you're talking about a way to set up non data related properties on the graph, you can export the style of the original graph and import the style into the new graph.
- Elton