Axis range in a spider plot

DataGraph Forums Technical Support Support Desk Axis range in a spider plot

  • This topic has 1 reply, 2 voices, and was last updated 2 months ago by dgteam.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14486
    vitompa
    Participant

      Hello, I would like to change the axis range in a spider plot created using the online example.

      Instead of reporting the range 0-100, I want to report on the axis the range 50-100, in order to better appreciate the differences among individual plots.

      Please find an image.

      Thank youData with Fill

      #14487
      dgteam
      Moderator

        We just updated one of the Spider plot templates to include this option. The original version did not have it.

        In the updated file, we added an expression to scale and shift the value for r, which is the radius. Before, we only had a scaling factor. We also added a variable “d” to simplify the expression.

        r = if ( d<Min, nan, ((d-Min)/(Levels*Step-Min))*10)

        spider1

        This scaling is done for each data set.  We used a similar expression for the grid.

        The variable for the Min is set using a slider.

        spider2

        To make clear which file this is, we renamed it “ADVANCED Spider ..”

        spider3

        Please test it out. If you need any further details, let us know.

         

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

      DataGraph Forums Technical Support Support Desk Axis range in a spider plot