Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstable #9

Merged
merged 14 commits into from
Sep 15, 2014
Merged

Unstable #9

merged 14 commits into from
Sep 15, 2014

Commits on Sep 6, 2014

  1. - Partially fixed issue with looped plots: added plt.clf()

    - Made set_(x,y)ticks() to now work with only formatting, start,stop,incr,log are now defaulted to None.
    - Moved add plot data portion of makePlot() to the top
    kamilm committed Sep 6, 2014
    Configuration menu
    Copy the full SHA
    f1715bd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

  1. srange() type fix

    - strange now checks if a value can be equivalently expressed as an int instead of just a float. this should make plots look neater.
    kamilm committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    33276d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

  1. set_xticks() changes

    - added the ability to make custom labels using 'mylist' and 'mylabels' as key word args
    kamilm committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    f5569e3 View commit details
    Browse the repository at this point in the history
  2. set_yticks() changes

    - added the ability to make custom labels using 'mylist' and 'mylabels' as key word args
    kamilm committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    8b72d60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaded3d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2014

  1. Configuration menu
    Copy the full SHA
    d8dcfe4 View commit details
    Browse the repository at this point in the history
  2. small changes

    - updated the doctoring for add_plotdata() to include 'marker' instead of 'm'
    - added 'alpha' to bar charts (defaults.py)
    kamilm committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    96c06fd View commit details
    Browse the repository at this point in the history
  3. set_legend()

    - removed 'fontsize' this is a duplicate of 'size'
    kamilm committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    f2cf84d View commit details
    Browse the repository at this point in the history
  4. set_legend() fix

    - legend font properties are now update
    kamilm committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    d7991e2 View commit details
    Browse the repository at this point in the history
  5. font updates

    - removed 'style' and made sure all applicable functions have 'weight' to achieve bold face text
    kamilm committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    fd1d70b View commit details
    Browse the repository at this point in the history
  6. set_tick_params()

    - changed docstring
    - specifying 'both' as the axis results in strange results
    kamilm committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    3431c56 View commit details
    Browse the repository at this point in the history
  7. no message

    kamilm committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    ca2751b View commit details
    Browse the repository at this point in the history
  8. Added to todo list

    kamilm committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    7e6a045 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. Version Bump

    kamilm committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    0fc3436 View commit details
    Browse the repository at this point in the history