|
|
|
|
|
by mivade
3554 days ago
|
|
I was a loyal Gnuplot user for many years until I got fed up with a bug where tick labels wouldn't be centered with ticks in LaTeX output without some manual hacks. I can see from one of the posts that this issue still exists. Plus it was easier to just do everything in Python and not have to use a separate process to plot in the end. Nevertheless, I still find it useful. Nothing else seems as easy to quickly plot an analytical function: `gnuplot -p -e "sin(x)"` |
|