code_and_pepper
code_and_pepper copied to clipboard
🐍 code I post on the web
Code & Pepper
🐍 code I post on the web
I also share Python/IDE/Software Dev tips on X. The full collection lives here
Python Spaces on X
Publications
2024 PyCon poster code
Summary
The table below describes the content of this repo.v
| Nr | Link | Code | Descriprion |
|---|---|---|---|
| 55 | X | .ipynb | Effect of using clip_on parameter on matplotlib artists. |
| 54 | X | .ipynb | Plot a horn shape in 3D using matplotlib and numpy |
| 53 | X | .ipynb | Use image as a watermark to in your matplotlib plot |
| 52 | X | .ipynb | Make a pie chart with matplotlib using the *xkcd* style. |
| 51 | X | .ipynb | Learn how to use zip and zip_longest in Python. |
| 50 | Twitter/X | .ipynb | Use matplotlib to plot Olympics logo. |
| 49 | Twitter/X | .ipynb | Plot a chessboard in Matplotlib (20th of July is International Chess Day. |
| 48 | Twitter/X | .ipynb | 3 ways to set colour alpha in Matplotlib |
| 47 | Twitter/X | .ipynb | Minimalistic line plot with dots that have thick border to create a mild impression of discontinuity. |
| 46 | Twitter/X | .ipynb | Examples showing 4 use cases for else in Python. |
| 45 | Twitter/X | .ipynb | Add figure description or source of data annotation to a plot using ax.text(). |
| 44 | Twitter/X | .ipynb | Example how to align Matplotlib title to Y axes and add subtitle and some colour accents. |
| 43 | Twitter/X | .ipynb | Plot of Tweet from @stat_feed: spacex landings |
| 42 | Twitter/X | .ipynb | Properly plot bar chars when x-values are in date format |
| 41 | Twitter/X | .ipynb | Learn how to set aspect ratio for the data when plotting it. |
| 40 | Twitter/X | .ipynb | Plotting vertical, horizontal and angular lines spanning across Axes. |
| 39 | Twitter/X | .ipynb | Example of how to plot filled contour in matplotlib. |
| 38 | Twitter/X | .ipynb | Example of how to use CollectionPatch object in matplotlib. |
| 37 | Twitter/X | .ipynb | My first matplotlib animation (poor code but it works) |
| 36 | Twitter/X | .ipynb | Presenting 2.5 ways to remove Axes spines |
| 35 | Twitter/X | .ipynb | Example of using plt.getp() and plt.setp |
| 34 | Twitter/X | .ipynb | Example of using ax.secondary_xaxis() |
| 33 | Twitter/X | .ipynb | Updating tick, tick labels and grid colour in matplotlib using ax.tick_params() |
| 32 | Twitter/X | .ipynb | Merging legends in matplotlib |
| 31 | Twitter/X | .ipynb | Setting ticks and tick labels in matplotlib |
| 30 | Twitter/X | .ipynb | 3 ways of how to update matplotlib plot appearance by modifying rcParams |
| 29 | Twitter/X | .ipynb | Create stacked area plot with hatching fill |
| 28 | Twitter/X | .ipynb | Show difference betwen ax.set_axis_off() and ax.set_frame_on(). |
| 27 | Twitter/X | .ipynb | Text alignment in matplotlib |
| 26 | Twitter/X | .ipynb | How to produce an inset plot in matplotlib? |
| 25 | Twitter/X | .ipynb | Move gridline to the bottom of the plot. |
| 24 | Twitter/X | .ipynb | Update view of a matplotlib plot created on a 3D Axes |
| 23 | Twitter/X | .ipynb | How to use display shapely objects using matplotlib |
| 22 | Twitter/X | .ipynb | How to create an r-style bar plot in matplotlib |
| 21 | Twitter/X | .ipynb | An example of how to use ax.set method in matplotlib. |
| 20 | Twitter/X | .ipynb | An example showing different bin options in matpltolib's histogram plot. |
| 19 | Twitter/X | .ipynb | Simpson's paradox example plotted with matplotlib. |
| 18 | Twitter/X | .ipynb | Demo of 3D plotting capability in matplotlib. |
| 17 | Twitter/X | .ipynb | Examples of how to plot step lines with and without the shading. |
| 16 | Twitter/X | .ipynb | Example that shows how to add metadata to a plot while saving it to a file. |
| 15 | Twitter/X | .ipynb | Example that shows how to set up minor ticks in matplotlib plots. |
| 14 | Twitter/X | .ipynb | A few examples on how to use zorder in Matplotlib objects. |
| 13 | Twitter/X | .ipynb | A minimalistic bar chart and stem charts that hilights the key data from Pareto chart for a better story telling. |
| 12 | Twitter/X | .ipynb | Learn how to plot histograms in Matplotlib. |
| 11 | Twitter/X | .ipynb | Demonstrate how to use Matplotlib ax.fill_between() plot. Includes using parameters such as where and interpolate. |
| 10 | Twitter/X | .ipynb | Apply simple tweaks to the Matplotlib line plot to achieve modern look. |
| 9 | Twitter/X | .ipynb | Example showing the difference between plotting DataFrame with and without parsed dates. |
| 8 | Twitter/X | .ipynb | Reduce the number of data markers in a plot using markevery= parameter in ax.plot() function. |
| 7 | Twitter/X | .ipynb | Show GNOME colour palette. |
| 6 | Twitter/X | .ipynb | See how to use hatching fill in matplotlib plots (scatter, bar, fill_between) and how to tweak hatching options. |
| 5 | Twitter/X | .ipynb | Add data labels to matplotlib bar chart using ax.bar_label() method as opposed to using ax.text() in a loop |
| 4 | Twitter/X | .ipynb | Apply simple tweaks to the Matplotlib bar chart to achieve modern look. |
| 3 | Twitter/X | .ipynb | Take advantage of how Matplotlib interprets None to create good looking drop lines for your line plot. |
| 2 | Twitter/X | .ipynb | Tips on tweaking matplotlib plot's axis labels by removing 1st and last tick and using Python f-strings to format the labels text. |
| 1 | N/A | .ipynb | Horizontal stacked bar chart with lines. |