Skip to content

Commit ec8394f

Browse files
authored
Add files via upload
1 parent 23d6f2f commit ec8394f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

User guides/Advanced/Piece_wise/mystyle.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# -*- coding: utf-8 -*-
2-
"""
3-
Created on Tue Nov 3 14:14:09 2020
4-
@author: user
5-
"""
1+
# flake8: noqa
2+
63
from cycler import cycler
74
# box style
85
paper_style = {
@@ -66,4 +63,4 @@
6663
# Saving
6764
'savefig.bbox': 'tight',
6865
'savefig.format': 'png',
69-
}
66+
}

0 commit comments

Comments
 (0)