{"library":"prettyplotlib","title":"Prettyplotlib","description":"Prettyplotlib is a small library that patches matplotlib to provide more aesthetically pleasing default styles and color palettes. The current version is 0.1.7, but the library is effectively unmaintained (last release 2014) and has known issues with modern matplotlib.","language":"python","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["pip install prettyplotlib"],"cli":null},"imports":["import prettyplotlib as ppl"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import matplotlib.pyplot as plt\nimport prettyplotlib as ppl\nimport numpy as np\n\n# Instead of calling ppl.plot, you can use ppl to set the style, then use matplotlib as usual.\nppl.pretty()  # Apply the pretty style\n\n# Example: scatter plot\nx = np.random.randn(100)\ny = np.random.randn(100)\nplt.scatter(x, y)\nplt.title('Prettyplotlib Scatter')\nplt.show()","lang":"python","description":"Apply prettyplotlib's style using ppl.pretty(), then use matplotlib as usual.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}