How Do I Change Scale of X-Axis after using Graph Builder in JSL (and graphing approach question)
Hi, I'm writing a script that will work with files that have a variety of columns, so I had to modify an example I found on here which concatenates the Graph Builder call based on the number of columns. Despite being clumsy, it does seem to work, but my issue is that I then want to change the X-axis to log scale, change the limits, etc. I tried a few approaches from the Scripting Index and examp...