matplotlib / viscm

A tool for visualizing and designing colormaps using colorspacious and matplotlib
MIT License
166 stars 33 forks source link

Fix location of QFontMetrics import #33

Closed stefanv closed 7 years ago

stefanv commented 7 years ago

Attempts to address https://github.com/matplotlib/viscm/issues/23

njsmith commented 7 years ago

This is some obnoxious thing where different versions of Qt do things differently, right? How did you test it?

stefanv commented 7 years ago

I didn't, except on my computer. Thus the suspicion that it may work, since it was based off of a tip by Thom Caswell.

On 29 August 2017 1:23:43 PM "Nathaniel J. Smith" notifications@github.com wrote:

This is some obnoxious thing where different versions of Qt do things differently, right? How did you test it?

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/matplotlib/viscm/pull/33#issuecomment-325791230

njsmith commented 7 years ago

Ah, so we have someone to blame if it doesn't work? Sweet, good enough for me.