Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. <!--- Provide a general summary of your changes in the Title above -->
  2.  
  3. <!--- To help us understand and resolve your issue, please fill out the form to the best of your ability.-->
  4. <!--- You can feel free to delete the sections that do not apply.-->
  5.  
  6. ## Expected Behavior
  7. <!--- If you're describing a bug, tell us what should happen -->
  8. <!--- If you're suggesting a change/improvement, tell us how it should work -->
  9.  
  10. ## Current Behavior
  11. <!--- If describing a bug, tell us what happens instead of the expected behavior -->
  12. <!--- If suggesting a change/improvement, explain the difference from current behavior -->
  13.  
  14. ## Possible Solution
  15. <!--- Not obligatory, but suggest a fix/reason for the bug, -->
  16. <!--- or ideas how to implement the addition or change -->
  17.  
  18. ## Steps to Reproduce (for bugs)
  19. <!--- Provide a link to a live example, or an unambiguous set of steps to -->
  20. <!--- reproduce this bug. Include code to reproduce, if relevant -->
  21. 1.
  22. 2.
  23. 3.
  24. 4.
  25.  
  26. <!--- A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required-->
  27.  
  28. ```python
  29. # Paste your code here
  30. #
  31. #
  32. ```
  33.  
  34. ## Context
  35. <!--- How has this issue affected you? What are you trying to accomplish? -->
  36. <!--- Providing context helps us come up with a solution that is most useful in the real world -->
  37.  
  38. ## Your Environment
  39. <!--- Include as many relevant details about the environment you experienced the bug in -->
  40. * Operating system:
  41. * MtPy version:
  42. * Python version:
  43. <!---if it is data visualization related, also provide-->
  44. * Matplotlib version:
  45. * Matplotlib backend (`print(matplotlib.get_backend())`):
  46. <!---if it is graphical user interface (GUI) related-->
  47. * QT version:
  48.  
  49. **Installed Python Packages:**
  50. use `pip freeze` or `conda list [-n ENVIRONMENT_NAME]` to list all the installed libraries.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement