Megan Sosey

Results 93 comments of Megan Sosey

will you add the version of imexam that you are using?

@hcferguson I'll work on the interactive solution, just realized I forgot to show how to pull just the data, without the interactive plot, in a way to save it to...

This is the other method I use to grab info from the current figure: ``` plots.plot_line(50, 50) f = plt.gca() xplot, yplot = f.lines[0].get_xydata().T ```

it's usually an issue with the matplotlib backend in use. Can you send me the output of these commands from a python terminal: > import matplotlib > import platform, sys...

hmm...I'm not sure the attached image was uploaded?

I think it might be getting clipped. You should be able to drag the image into the comment area on github and it will upload, will try that?

one more - sorry, which version of matplotlib are you running? `matplotlib.__version__ `

sorry for the long delay, hope all is well where you are during these times.. I wasn't able to reproduce your issue locally. But I did release a new version...

Wierd - a couple questions to help diagnose: * are you using ds9 Xquartz or native? How do you keep your ds9 from disappearing behind the full-screen window? * do...