costume shapes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5537
    gin
    Participant

      Could you add costume shapes such as line, circle, square…

      #5583
      dgteam
      Moderator

        The Region command can be used to draw ovals, rectangles, and rounded rectangles.

        The approach here is slightly different than a typical drawing programs where you draw a shape, because in DataGraph the shapes are located within the XY coordinate system.  You can click and drag the edges of the shade to change them.  Note that if you add a fill to the region you can click and drag it on the screen.

        To have a circle or a square you would want to set the XY location to have an equal range and set the Axis settings box to pad the XY range to be equal.

        To draw lines, you can use the Lines command for straight lines in either the X or Y direction.  Again the line location is data driven so you can specify exactly where you want the line to be.

        For either of these you can have the location be something you specify in the command or use a variable.

        Does this help?

         

        #5840
        gin
        Participant

          Thx, but its too complicated to give coordinates for some mark on the graph, with it could be easier

          #5874
          dgteam
          Moderator

            In case it was not clear, the shapes can be modified by clicking and dragging the edges, similar to a drawing program.  We added a lot more detail to the documentation to show how: Region Command.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.