Browse By Tags

  • set automatic values in Legend for OUTPUT using Plaxis Python

    Hi, I want to set automatic values in the legend for OUTPUT using Plaxis Python. I tried this: g_o.Plots[- 1 ].LegendSettings.MinValue.Automatic = True g_o.Plots[- 1 ].LegendSettings.MaxValue.Automatic = True it doesn't give any error, but also…
  • Unlock the Colour Legend from Plaxis Output by Python

    Hi, I am trying to generate the outputs by python. However, the max and min value of the colour legend is always locked. How can I unlock it? Thanks,