J.G. Makin
Results
2
issues of
J.G. Makin
The xcolor package defines the macro \providecolor in addition to \definecolor. I think the former is preferable for matlab2tikz's 'extraColors' feature because it allows the resulting figures to be controllable...
+0.0.1
MWE: This bit of code plots open circles of a fixed but non-default size: ``` import matplotlib.pyplot as plt from tikzplotlib import get_tikz_code max_marker_size = 300 fig, ax = plt.subplots()...