[Flent-users] Re: [tohojo/flent] Plots are broken somehow (#227)

2021-06-21 Thread Dave Täht
What is causing the 3000ms spikes in your test??? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/227#issuecomment-865436922___

[Flent-users] Re: [tohojo/flent] Plots are broken somehow (#227)

2021-06-21 Thread Kirill Lukonin (EvilWirelessMan)
![test_totals](https://user-images.githubusercontent.com/6944552/122792903-055fdb80-d2d4-11eb-81f3-58fe99f8731f.png) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Flent-users] Re: [tohojo/flent] Plots are broken somehow (#227)

2021-06-21 Thread Kirill Lukonin (EvilWirelessMan)
Master version seems to be OK. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/227#issuecomment-865156363___ Flent-users mailing list --

[Flent-users] Re: [tohojo/flent] Plots are broken somehow (#227)

2021-06-21 Thread Toke Høiland-Jørgensen
Could you please test if this issue is still present in the git version? You could just do: git clone https://github.com/tohojo/flent cd flent ./run-flent --input some_test_file.flent --plot totals --bounds-x 300 --figure-width 26 --figure-height 14 --zero-y --no-title --bounds-y=500 --output

[Flent-users] Re: [tohojo/flent] Plots are broken somehow (#227)

2021-06-21 Thread Kirill Lukonin (EvilWirelessMan)
![test_totals](https://user-images.githubusercontent.com/6944552/122762601-ebfc6680-d2b6-11eb-83e9-ba678c82199c.png) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Flent-users] [tohojo/flent] Plots are broken somehow (#227)

2021-06-21 Thread Kirill Lukonin (EvilWirelessMan)
v2.0.0 Release is wonderful and has a lot of improvements. But currently plotting bug is present. For some reasons combined plots such as "totals" are shifted. I mean graphs are not aligned. Command to reproduce: flent --input some_test_file.flent --plot totals --bounds-x 300 --figure-width 26