-
Notifications
You must be signed in to change notification settings - Fork 281
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
[BUG] Typo in plot labels for one of the examples #71
Comments
I'm having trouble reproducing the plot after downloading the repository to my own machine. I got However, running I then tried downloading the git repository for the documentation. As before, I was able to compile it successfully. But running |
First, thanks for reporting the typo issue. I was running a type checker for the entire repo. And it fix lot more. Also, for the If the output is still missing, could you please give me some more details. Is the program crashed or panicked, any error message, etc. Thanks! |
I found the images files where you said they would be. I assumed that a window was supposed to open with the image displayed. When nothing appeared, I thought they were being sent to /dev/null instead or something You might save yourself a lot of time in future if you modify the code in the examples so that when an image is saved, a note is written to stderr along the lines of 'Image saved to such and such a location'. I have a feeling I won't be the last person complaining that no images are appearing otherwise lol. Thank you very much for your help. |
Thanks for the suggestion. Just curios one more thing, do you think if putting your question to the FAQ list would help? |
It'd be a good idea IMHO. |
As long as we are constantly improving the documentation and seems nothing more we can actually do, closing this issue. |
Description:
The plot for '1D Gaussian Distribution' has a typo. It actually reads '1D Guassian Distribution'
The image with the typo can be seen here
Fix:
The typo is caused by line 25 of the file plotters/examples/normal-dist2.rs
The text was updated successfully, but these errors were encountered: