##// END OF EJS Templates
Revert "Set axis background to transparent in inlinebackend"...
Revert "Set axis background to transparent in inlinebackend" This reverts commit 902c754fcbd0581ea33912e583cd3ccb8bdb9a5b. Making axis transparent seem to confuse and annoy lot of people, See #7964 (do not fix it, this will be a 4.0 or 5.0 thing), the real fix would be to use matplotlib themes.

File last commit:

r19510:2bb1f2b3
r21273:4d7271d9
Show More
jsdoc_config.json
21 lines | 389 B | application/json | JsonLexer
/ docs / jsdoc_config.json
Jonathan Frederic
Start JSDoc integration
r19503 {
Jonathan Frederic
Some typo fixes
r19507 "markdown": {
"parser": "gfm"
Jonathan Frederic
Start JSDoc integration
r19503 },
Jonathan Frederic
Some typo fixes
r19507 "plugins": [
Jonathan Frederic
Write a plugin to handle private function automatically.
r19510 "plugins/markdown" ,
"jsdoc_plugin.js"
Jonathan Frederic
Some typo fixes
r19507 ],
Jonathan Frederic
Start JSDoc integration
r19503 "source": {
"include": [
"../IPython/html/static/notebook/js/notebook.js"
]
},
Jonathan Frederic
Some typo fixes
r19507 "tags": {
"allowUnknownTags": true
},
Jonathan Frederic
Start JSDoc integration
r19503 "templates": {
"cleverLinks": false,
"monospaceLinks": false
Jonathan Frederic
Finish implementing JSDoc support
r19504 }
Jonathan Frederic
Some typo fixes
r19507 }