Philippe Pinard

Results 37 comments of Philippe Pinard

Thank you for sharing the code. I would propose to add this snippet to the README. Can I clarify two things? - Why call `fig.set_size_inches` instead of passing the size...

Thank you for the issue. I implemented your suggestion in #46. ![image](https://user-images.githubusercontent.com/715280/143687658-ff79bad4-9975-479d-bc6d-c0e4f113c644.png)

Thank you @ilopata1 for the PR and my apologies I forgot that there was a pending PR. Some comments above.

I'm not so familiar with quiver plots. Is it simply that the scale bar has an arrow at the end? ![image](https://user-images.githubusercontent.com/715280/106358794-44ca6300-6306-11eb-870a-333786d84591.png)

Based on the comment in your code snippet, "1 pixel = 0.2 meter", the *dx* argument should be 0.2: ```python scalebar = ScaleBar(0.2, "m") ``` Does this help? I don't...

Thank you for reporting this issue. To help me understand it, could you let me know which version of _matplotlib_ and _ipython_ are you using? ```python import matplotlib matplotlib.__version__ import...

Actually, the `location` has a big influence on the output when using `bbox_to_anchor`. I modified the documentation accordingly and added an example in #40 (reproduced here below). ```python fig, ax...

Close as this has not been since for a while.

Thank you for the issue. I made changes to pyxray but didn't have the time to create a new pymontecarlo release. While I try to fix the issue, here are...

Thank you for the reminder. I forgot to reply to your initial comment. Unfortunately, the example is not up-to-date. How to run simulations has changed since this example was written...