Embed polar graph into a panel?
J-E Petit
so I create the panel:
NewPanel/W=(100,10,1070,300)/K=1/N=Panel0
then the subwindow:
Display/HOST=Panel0/K=1/W=(0.01,0.1,0.49,0.9)/N=polargraph
But I don't manage to use WMNewPolarGraph and/or WMPolarAppendTrace correctly... (
WMNewPolarGraph("", "polargraph")
leads to a new window called "polargraph", whereas WMPolarAppendTrace("polargraph",ypolar, xpolar,360)
doesn't do anything)Is it first possible to embed polar graphs as subwindows?
If yes, I'm probably missing something... :)
If no, what would be a nice replacement method? something like plot the polar graphs in separate window, create a layout, and embed the layout in a panel?
Thanks for your help/ideas!
J-E
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
April 28, 2015 at 03:33 pm - Permalink
April 28, 2015 at 03:45 pm - Permalink
It is just a polar graph with multiple panels around it.
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
April 28, 2015 at 10:24 pm - Permalink