
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
scilayout
Advanced tools
Create axes from top left of figure in centimetres to simplify scientific figure generation.
scilayout?[!WARNING]
This package is in beta.
pip install scilayout
Scilayout is a Python package to make creating multi-panel scientific figures easier, faster, and maybe a little bit more fun. The core idea is to build figures using coordinates in centimetres from the top left using interactive plotting. This approach has a few main benefits:
There are many guides for Matplotlib styling for scientific publication, and there are a number of packages that make this process easier (e.g. SciencePlots), but this scilayout supports the creation of figures which are 100% ready for embedding in documents.
import scilayout
fig = scilayout.figure() # it's a matplotlib figure like plt.figure()
myax = fig.add_panel((1, 1, 5, 5)) # creates a panel with position specified in cm
# %%
myax.set_location((2, 10, 5, 3), method='size') # move the panel after it's been created and set it's location and dimensions based on size (5x3cm dimensions from 2cm down and 10 cm left)
This package is designed for people with:
matplotlib's Axes object and how to work with it (rather than only using plt, the differences described here)FAQs
Create axes from top left of figure in centimetres to simplify scientific figure generation.
We found that scilayout demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.