HyperWorks Desktop

*BeginPlot()

Indicates the beginning of a plot block.

*BeginPlot()

Indicates the beginning of a plot block.

Previous topic Next topic No expanding text in this topic  

*BeginPlot()

Indicates the beginning of a plot block.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*BeginPlot()

Example

*BeginWindow(Plot)

 *IsActive()

 *BeginPlot()

         *BeginHeader(On)

                 • • •        

         *EndHeader()

         *BeginFooter(On)

                 • • •        

         *EndFooter()

         *Legend(On, TopRIGHT)

         *BorderColor(12)

         *FrameColor(12)

         *HeaderFooterColor(1)

         *BackgroundColor(0)

         *GridLineColor(14)

         *ZeroLineColor(10)

         *Color(1)

         *BeginAxis(X)

                 • • •                

         *EndAxis()

         *BeginCurve(On, "Resultant Force (N)")

                 • • •

         *EndCurve()

         *BeginNote(On, "Impact")

                 • • •

         *EndNote()

 *EndPlot()

*EndWindow()

Application

HyperGraph.

Context

*BeginPage()

*BeginWindow()

Comments

Plot blocks specify plot data and define plot attributes within a window block.

Every window defined as a plot window must include a *BeginPlot() statement.

Every *BeginPlot() statement requires a closing *EndPlot().

See also

 

*BackgroundColor()

*BeginAxis()

*BeginCurve()

*BeginFooter()

*BeginHeader()

*BeginNote()

*BorderColor()

*EndPlot()

*FrameColor()

*GridLineColor()

*ZeroLineColor()

List of Session Statements