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

Conversation

kamilm
Copy link
Owner

@kamilm kamilm commented Sep 15, 2014

Custom (x/y) tick labels and bug fixes

- 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
- strange now checks if a value can be equivalently expressed as an int instead of just a float. this should make plots look neater.
- added the ability to make custom labels using 'mylist' and 'mylabels' as key word args
- added the ability to make custom labels using 'mylist' and 'mylabels' as key word args
- updated the doctoring for add_plotdata() to include 'marker' instead of 'm'
- added 'alpha' to bar charts (defaults.py)
- removed 'fontsize' this is a duplicate of 'size'
- legend font properties are now update
- removed 'style' and made sure all applicable functions have 'weight' to achieve bold face text
- changed docstring
- specifying 'both' as the axis results in strange results
kamilm added a commit that referenced this pull request Sep 15, 2014
@kamilm kamilm merged commit 823bbd8 into master Sep 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant