File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ def get_sample_data(fname, asfileobj=True):
645
645
Check the cachedirectory ~/.matplotlib/sample_data for a sample_data
646
646
file. If it does not exist, fetch it with urllib from the mpl git repo
647
647
648
- https://github.com/matplotlib/sample_data/raw /master
648
+ https://raw. github.com/matplotlib/sample_data/master
649
649
650
650
and store it in the cachedir.
651
651
@@ -676,7 +676,7 @@ def get_sample_data(fname, asfileobj=True):
676
676
if myserver is None :
677
677
configdir = matplotlib .get_configdir ()
678
678
cachedir = os .path .join (configdir , 'sample_data' )
679
- baseurl = 'https://github.com/matplotlib/sample_data/raw /master/'
679
+ baseurl = 'https://raw. github.com/matplotlib/sample_data/master/'
680
680
try :
681
681
myserver = _get_data_server (cachedir , baseurl )
682
682
get_sample_data .myserver = myserver
You can’t perform that action at this time.
0 commit comments