Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix issue 7712 #1

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

Closed
wants to merge 49 commits into from
Closed

Fix issue 7712 #1

wants to merge 49 commits into from

Conversation

shadidsh
Copy link
Owner

@shadidsh shadidsh commented Mar 14, 2018

PR Summary

This PR addresses the overlapping date intervals that can still be found. I noticed PR #8251 just changed the hard coded data table, yet it still resulted in overlaps when dealing with minutely changes. Without changing the data table, I used rcParam's figsize and fontsize to make a conservative estimation of characters that can fit per inch.

Although the solution requires more information I believe this makes less dependent on future changes to the table. I have modified all image tests required, added coverage, and added to next_api_changes to inform users that image outputs have changed. Thanks in advance for any feedback on this PR.

PR Checklist

  • Has Pytest style unit tests
  • Code is PEP 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

timhoffm and others added 30 commits February 20, 2018 22:07
mpl3 wx supports any wxpython that does support Py3 (i.e., wwpython>=4),
so we can drop the version checks.
... so we can just do an equality check.  (Likewise, for Windows,
sys.platform is *always* "win32".)

(https://docs.python.org/3/library/sys.html#sys.platform)
Corrected mistitling on the annotation tutorial page
Avoid narrowing conversion in image_wrapper on 32-bit.
sys.platform is normalized to "linux" on Py3.
timhoffm and others added 19 commits March 11, 2018 19:36
…th-setting

FIX: reorder linewidth setting before linestyle
make centre_baseline legal for Text.set_verticalalignment
Implemented support for 'markevery' in prop_cycle
API: check locator and formatter args when passed
@shadidsh shadidsh closed this Mar 14, 2018
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.

9 participants