Dear all,
I'm trying to install matplotlib on my pc (Windows 10). I got this error:
$ python buildall.py
Traceback (most recent call last):
File "buildall.py", line 58, in <module>
main(options)
File "buildall.py", line 11, in main
utils.build_zlib()
File
"C:\Users\laj\AppData\Local\Programs\Python\Python37\Lib\site-packages\matplotlib-winbuild\utils.py",
line 136, in build_zlib
cmd.write(prepare_build_cmd(ZLIB_BUILD_CMD))
File
"C:\Users\laj\AppData\Local\Programs\Python\Python37\Lib\site-packages\matplotlib-winbuild\utils.py",
line 63, in prepare_build_cmd
raise RuntimeError('Microsoft VS {} required'.format('2010' if VS2010
else '2008'))
RuntimeError: Microsoft VS 2010 required
I already have "Microsoft Visual C++ 2008 redistributable" installed (I have
2008, 2010, 2012, 2013, 2017 installed). What shall I do?
Thank you very much!
--
Sent from: http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html
Greetings Users,
I would like to have my pie wedge labels be the same color as the
associated wedge, is there a way to do this? If not, is there a way to
determine where a pie wedge is so that I could anchor a text box to it and
achieve a similar result?
Thank you!
--
Jonathan Bayles
Senior Systems Engineer, Data Intelligence | Billtrust
Cell: 908.644.4599 | Tel: 609.235.0830 | Email: jbayles(a)billtrust.com |
Web: www.billtrust.com
Follow us: Twitter | Facebook | LinkedIn | Blog
Dear all,
For the past year or so, I've been working on techniques for generating
visually pleasing colorblind-friendly color cycles, since I find the
current default difficult to interpret (see [1] for details). The
colorblind-friendly aspect can be solved through technical means, by
enforcing minimum perceptual distances in combination with color vision
deficiency simulations, but the aesthetic preference aspect is subjective
and requires a different approach. To this end, I've created a survey for
collecting the data necessary for creating a model of general aesthetic
preference for color cycles:
https://colorcyclesurvey.mpetroff.net/
As the usefulness of this approach hinges on collecting enough data [2],
I'd appreciate folks taking the survey. Feedback on the survey or the
general approach taken would also be appreciated (there's an issue tracker
[3]). Thanks.
-Matthew Petroff
[1] https://github.com/matplotlib/matplotlib/issues/9460
[2] What constitutes "enough" is unfortunately difficult to define a priori.
[3] https://github.com/mpetroff/color-cycle-survey/issues