Main Content

Create Polar Axes Programmatically in an App

This app shows how to display a plot by creating the axes programmatically before calling a plotting function. In this case, the app plots a polar equation using thepolaraxesandpolarplotfunctions. When the user changes the value ofaorb, or when they select a different line color, the plot updates to reflect their changes.

这个示例还演示了这些应用程序构建concepts:

  • Creating different types of axes programmatically to display plots thatuiaxesdoes not support

  • Calling a plotting function in App Designer

  • Sharing a callback with multiple components

  • Displaying Unicode® characters in a label

See Also

|

Related Topics