
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
1.3.2
This package is created to help you use ACMetric's brand colors and build plots without hours of tuning. Enjoy!
Setting up in Google Colab is described here.
We recommend importing it along with matplotlib
and seaborn
.
%matplotlib inline # display plots in the notebook right away
%config InlineBackend.figure_format='retina' # high resolution
import matplotlib.pyplot as plt
import seaborn as sns
import acmetric_plotting as ac
And it is ready to go!
ac.display_colors()
will show you a table with all the colors available and their names.
ac.colors
module contains ACMetric colors, you can access them by writing ac.colors.coral
, ac.colors.sky_60
, etc.
ac.palette
is a matplotlib
color palette. You can call it and choose a color you like by index, e.g. ac.palette[3]
.
ac.cmap
is a gradient colormap that can be used in seaborn
heatmap and other plots.
Run ac.params.layout_color('black')
to make axes and text black. Run ac.params.layout_color('default')
to make them grey again.
Now 4 kinds of plots are available in the package: bar chart, pie chart, scatter plot and box plot. You can make them using ac.bar
, ac.pie
, ac.scatter
and ac.box
. All the possible parameters can be found in the docstring.
Note: it doesn't mean you can't build other kinds of plots. Just import matplotlib
or seaborn
, and all the plots you create will also be ACMetric branded!
FAQs
A package to easily build ACMetric branded plots
We found that acmetric-plotting 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.