Does anyone have VB6 code to copy a 3D surface plot to the Windows clipboard? I am using the sample program btest2 modified for my application. The following code produces the 3D plot
PlotViewAz = Val(Text2.text)
PlotViewEl = Val(Text3.text)
ZplotScaleFactor = Val(Text1.text)
HasMetrics = 0 ...
Search found 3 matches
- Mon Jan 15, 2007 10:38 am
- Forum: Basic
- Topic: How to copy 3D surface plot to the Clipboard
- Replies: 1
- Views: 15983
- Wed Jan 10, 2007 4:33 pm
- Forum: Basic
- Topic: adding curves with VB
- Replies: 2
- Views: 18289
- Wed Jan 10, 2007 11:36 am
- Forum: Basic
- Topic: adding curves with VB
- Replies: 2
- Views: 18289
adding curves with VB
You recently provided help with my use of manual scaling of contour plots (thank you very much). I would like to add a few circles to the contour plot. Do you have any sample programs that illustrate how to do this?
Thanks in advance
Thanks in advance