Skip to content

Commit

Permalink
more matplotlib.rc properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoup42 committed Oct 13, 2023
1 parent dbfbcfb commit fde3074
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,6 @@ def create_artists(
TransformedBbox(
rectangle.get_bbox().expanded(0.7, 0.7), transform=trans
),
interpolation="antialiased",
resample=True,
)
image.set_data(mpl.image.imread(image_data))

Expand Down
14 changes: 9 additions & 5 deletions src/cardano_account_pandas_dumper/matplotlib.rc
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
savefig.pad_inches:0.5
axes.formatter.limits: -10, 12
axes.grid: True
axes.grid.which: both
axes.titleweight: bold
figure.autolayout: True
figure.figsize: 20,14
legend.fontsize:medium
legend.labelcolor:linecolor
legend.frameon:False
legend.handleheight:2
legend.handlelength:2
legend.frameon:False
legend.labelcolor:linecolor
legend.loc:center
figure.autolayout: True
figure.figsize: 20,14
savefig.pad_inches:0.5

0 comments on commit fde3074

Please sign in to comment.