Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wookai/paper-tips-and-tricks
/ functions
Functions
10 in github.com/Wookai/paper-tips-and-tricks
⨍
Functions
10
◇
Types & classes
0
↓ 4 callers
Function
font_size
Size of all texts shown in plots
src/python/plot_utils.py:32
↓ 2 callers
Function
ticks_size
Size of axes' ticks
src/python/plot_utils.py:38
↓ 1 callers
Function
axis_lw
Line width of the axes
src/python/plot_utils.py:44
↓ 1 callers
Function
label_size
Size of axis labels
src/python/plot_utils.py:26
↓ 1 callers
Function
main
(args)
src/python/figure_example.py:7
↓ 1 callers
Function
main
(args)
src/python/figure_rasterized_example.py:7
Function
figure_setup
Set all the sizes to the correct values and use tex fonts for all texts.
src/python/plot_utils.py:56
Function
get_fig_size
Convert dimensions in centimeters to inches. If no height is given, it is computed using the golden ratio.
src/python/plot_utils.py:8
Function
plot_lw
Line width of the plotted curves
src/python/plot_utils.py:50
Function
save_fig
Save a Matplotlib figure as EPS/PNG/PDF to the given path and trim it.
src/python/plot_utils.py:77