Subject | Hash | Author | Date (UTC) |
---|---|---|---|
mplot.__init__: set up small non zero padding (0.01) | f0d23235b109c4224599eb0426ad0d9ee8b2a9b8 | I am | 2022-01-17 17:31:44 |
mplot: raster candidates, polishing | 63d6d00dfe7affc8ed3d05161fd4a5b50db62207 | I am | 2022-01-17 16:34:05 |
mplot: more figures | 3a7f54e09cd78a2fc2ff50d7cf5c142f04ffdc28 | I am | 2022-01-09 00:42:33 |
testcases: add proxy_prod 2D testcase | edb11ab54bcf677757974f133d2d66816b701ade | I am | 2022-01-09 00:41:27 |
stm_df: fix proxy, pandas nějak nám šťourá v našich boolean maticích | 1d9f360edfc03932a08dff8aad97f189b155e708 | I am | 2022-01-09 00:39:24 |
mplot.maxes: a little bit more to labels | d989a2d1b69b116a14f7ff81776f5f75d80cfea0 | I am | 2022-01-06 17:48:57 |
mplot.figs: add double and triple triangulations plots | 091361cc326239b552078c489f9f164ccda4f54b | I am | 2022-01-06 16:17:50 |
mplot.maxes: aspoň nějak nastavit popísky os | 50e8e467c24d73d9522166183275deab547243f8 | I am | 2022-01-06 16:16:36 |
mplot.maxes: add labels to candidates plot | f8aa0f271a8d30cb7d79206290409f862c406a51 | I am | 2022-01-06 12:14:48 |
mplot.maxes: add candidates sampling (rejection-like) plot | 5a15e10a9a462dd409e0627528bcb8910df77c7e | I am | 2022-01-06 09:40:38 |
mplot.maxes: add candidates plot | 11e156edc351ca84fde742edf7ea1d85c3b0bc38 | I am | 2022-01-06 08:15:43 |
mplot.maxes: polish tri plots a little bit | 9a4e0a18061e2d9f48c0c32c200bd1a408ceb77f | I am | 2022-01-05 13:15:00 |
mplot.mart: add plot_points() function | 2c799e22d9f45b825a7f8a795ce6b9fe5fbd9c76 | I am | 2022-01-05 13:14:12 |
mplot.maxes: add convergence diagrams | 813b1e8e9dd9d1e51951c51234910cdf2281cde8 | I am | 2022-01-05 09:07:18 |
mplot.mgraph: hračky s legendou | 198cc40947d48b2a3cde990254def7d57c1535a6 | I am | 2022-01-05 09:04:23 |
mplot: apply default settings to figures | 765d830e0230b3d85f079eb26c6eddfdb624b859 | I am | 2022-01-05 09:03:15 |
simplex: try garbage collection | 45148d2665eea195c05de5852b15485d83cb7223 | I am | 2022-01-05 06:10:46 |
testcases: add Gaussian Z_min testcase | 50bc3f27365e60db67f100c89ebc49b52e948645 | I am | 2022-01-04 13:55:59 |
whitebox: add Gaussian Z_min whitebox | e989c87895d681920056558a0b9473b93c3b299b | I am | 2022-01-04 13:54:37 |
schemes: přídat pár komentářů k schematům | e8f1665d43cfb70e89716f591852538df0e27d8c | I am | 2022-01-04 09:00:36 |
File | Lines added | Lines deleted |
---|---|---|
mplot/__init__.py | 1 | 1 |
File mplot/__init__.py changed (mode: 100644) (index cf6d04c..785a086) | |||
... | ... | matplotlib.rcParams['mathtext.fontset'] = 'cm' # Computer Modern (TeX) | |
19 | 19 | matplotlib.rcParams['font.family'] = 'STIXGeneral' | matplotlib.rcParams['font.family'] = 'STIXGeneral' |
20 | 20 | matplotlib.rcParams['savefig.dpi'] = 300 | matplotlib.rcParams['savefig.dpi'] = 300 |
21 | 21 | matplotlib.rcParams['savefig.bbox'] = 'tight' | matplotlib.rcParams['savefig.bbox'] = 'tight' |
22 | matplotlib.rcParams['savefig.pad_inches'] = 0 | ||
22 | matplotlib.rcParams['savefig.pad_inches'] = 0.01 | ||
23 | 23 | matplotlib.rcParams['axes.linewidth'] = 1 | matplotlib.rcParams['axes.linewidth'] = 1 |
24 | 24 | matplotlib.rcParams['font.size'] = 8 | matplotlib.rcParams['font.size'] = 8 |
25 | 25 |