File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
galleries/users_explain/text Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7373 - Limited support with Matplotlib
7474
7575Font subsetting
76- ~~~~~~~~~~~~~~~
76+ ^^^^^^^^^^^^^^^
7777
7878The PDF and PostScript formats support embedding fonts in files, allowing the
7979display program to correctly render the text, independent of what fonts are
9393Currently Type 3, Type 42, and TrueType fonts are subsetted. Type 1 fonts are not.
9494
9595Core Fonts
96- ~~~~~~~~~~
96+ ^^^^^^^^^^
9797
9898In addition to the ability to embed fonts, as part of the `PostScript
9999<https://en.wikipedia.org/wiki/PostScript_fonts#Core_Font_Set>`_ and `PDF
Original file line number Diff line number Diff line change 287287# (not minus).
288288#
289289# Custom fonts
290- # ~~~~~~~~~~~~
290+ # ^^^^^^^^^^^^
291291# Mathtext also provides a way to use custom fonts for math. This method is
292292# fairly tricky to use, and should be considered an experimental feature for
293293# patient users only. By setting :rc:`mathtext.fontset` to ``custom``,
Original file line number Diff line number Diff line change 238238# locations, and how they are labelled.
239239#
240240# Terminology
241- # ~~~~~~~~~~~
241+ # ^^^^^^^^^^^
242242#
243243# *Axes* have an `matplotlib.axis.Axis` object for the ``ax.xaxis`` and
244244# ``ax.yaxis`` that contain the information about how the labels in the axis
254254# that format the tick labels.
255255#
256256# Simple ticks
257- # ~~~~~~~~~~~~
257+ # ^^^^^^^^^^^^
258258#
259259# It is often convenient to simply define the
260260# tick values, and sometimes the tick labels, overriding the default
287287
288288# %%
289289# Tick Locators and Formatters
290- # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
290+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
291291#
292292# Instead of making a list of all the ticklabels, we could have
293293# used `matplotlib.ticker.StrMethodFormatter` (new-style ``str.format()``
@@ -380,7 +380,7 @@ def formatoddticks(x, pos):
380380
381381# %%
382382# Dateticks
383- # ~~~~~~~~~
383+ # ^^^^^^^^^
384384#
385385# Matplotlib can accept `datetime.datetime` and `numpy.datetime64`
386386# objects as plotting arguments. Dates and times require special
You can’t perform that action at this time.
0 commit comments