News

The full documentation is here. The purpose of this project is to allow easy plotting of curly brace between two points when using matplotlib. This feature is not built into matplotlib (also, not ...
I need to plot a semilogx graph but where x values are negative. Using just plot() and a log scale using set_xscale('log'), values less then 0 are ignored. Using set_xscale('symlog', linthreshx = 1.0e ...