Jody Klymak
Jody Klymak
I think an entry that says “font selection using tex” or some such would be helpful. Show changing the basic font and the math font. Long term I really wonder...
This has the same error on my late 2013 MacBook Pro. I don't think this is a hardware-related problem. Too bad; I was going to offer to trade. I'm not...
As @tacaswell notes above: ```python self.fig1 = Figure(dpi = 100, figsize=(3,3)) self.ax1 = self.fig1.add_subplot(111) self.canvas1 = FigureCanvas(self.fig1) self.canvas1.setParent(self.cw) print('Figure 1 dpi:', self.fig1.dpi) # create second figure using pyplot # when...
First, I don't think adding either of these is particularly hard. They would happen inside of colorbars. `caption` would be vertically stacked outside of `xlabel`, and `subtitle` would be stacked...
I don't know, you've added the subplot already. Its ambiguous whether you think changing the grid spec should change the width ratio of already added subplots. Without layout managers, once...
That seems like a bug, and a yes, please open a different issue
Sorry this broke for your. However, please provide a self-contained example, preferably using just matplotlib and numpy. We don't know what a geodataframe might be, nor do we provide its...
See also https://github.com/matplotlib/matplotlib/pull/9629 which I've kind of abandoned for backwards compatibility reasons, but I think is actually the right thing to do rather than silently drop data....
This is probably an acceptable solution, but you need some way of telling users the one out of six panels is not actually the default. Clearest would likely be to...
I was suggesting just annotating the line plots with a `ax.grid(True)` so its clear that was used for those plots.