Salah

Results 3 issues of Salah

calc_heristic is not used in dijkstra algorithm.

I am scatter plotting with a certain points width. The tick distance is different between the showed image and saved one. ![image](https://github.com/SiegeLord/RustGnuplot/assets/11904520/0c202954-2e3e-4189-ad52-845d845c4619) and the saved using "save_to_svg" : ![dijkstra_planner](https://github.com/SiegeLord/RustGnuplot/assets/11904520/68bb8b94-f1bd-4f13-bd2d-1eda175a7d07) set_x_ticks...

Currently, I am trying to plot an obstacle map using image function. I am not sure how to use the dimensions optional to rotate the matrix. The following code is...