Windows defaults and the first example in the tutorial

I've maybe posted too many times today (:-/), but I have

    > one last comment before I settle in to look at all the
    > nice demos that you awesome dudes have put together. I
    > didnt know these demos existed, I didnt find them on my
    > file system when I searched through the folders that the
    > windows .exe had installed. I downloaded the .zip package
    > and extracted the samples from there, then did a windows
    > search to see if i just hadnt been looking in the right
    > place. The results: it found the examples from the zip
    > file in C:\[path]\examples, and it found another set of
    > examples in matplotlib-0.53.1/examples. But note: there is
    > no mention of C:\... for this set of files, and they dont
    > show up in windows

It's a good point - the demos don't exist in the exe distro; I think
this is typical for binary distributions. I think a note on the win32
installing section pointing out that there is an examples dir in the
zip file might be helpful. But if there is a standard way for
including examples in a bdist_wininst and I'm missing it, please let
me know.

I'm adding to the win32 installing section

  The windows installer *.exe on the download page contains all the
  code you need to get up and tunning. But if you want to try the
  many demos that come in the matplotlib src distribution, download
  the zip file and look in the examples subdir.

It's very helpful of you to let us know all the confusions you
experience in the beginning and where the web site isn't too
enlightening. All of us veterans have forgotten what we didn't know
already, so keep it up.

JDH

It's a good point - the demos don't exist in the exe distro; I think
this is typical for binary distributions. I think a note on the win32
installing section pointing out that there is an examples dir in the
zip file might be helpful. But if there is a standard way for
including examples in a bdist_wininst and I'm missing it, please let
me know.

How about a .zip of just the examples? Then they will not be overlooked.