Zach Sherman

Results 133 comments of Zach Sherman
trafficstars

@AdamTheisen I took a look at IMPROVE as well and yeah not seeing a way to really implement it in ACT. The other two I'll take your word on it,...

@kenkehoe One way of copying over the color to the labels could be something such as this: ``` import numpy as np import matplotlib.pyplot as plt x = np.arange(0, 10,...

@kenkehoe Awesome! Yeah I think I have an idea on how to implement. Have a parameter like, match_line_label_color or something.

@kenkehoe Revisiting this now, did you want double y axis match colors, just one y match colors?

Have the code in for one, two might not work for now until secondary y is overhauled

Parameter was added for matching color in #632, but will still need to updated secondary y to be more robust.

For this, we'll have to see how the ADC folks can store this. Py-ART stores it at a webpage, which then can be downloaded using pooch. @mgrover1 Have you spoke...

If we have the location, I can always change the code over.

@mgrover1 Where is the data going to be stored? Trying to think of how or where to pull it from

@mgrover1 made good progress on getting the repo up for the data. I added the rest of the test files in a PR to the repo, once that's done and...