File tree 3 files changed +7
-7
lines changed
galleries/users_explain/text
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 73
73
- Limited support with Matplotlib
74
74
75
75
Font subsetting
76
- ~~~~~~~~~~~~~~~
76
+ ^^^^^^^^^^^^^^^
77
77
78
78
The PDF and PostScript formats support embedding fonts in files, allowing the
79
79
display program to correctly render the text, independent of what fonts are
93
93
Currently Type 3, Type 42, and TrueType fonts are subsetted. Type 1 fonts are not.
94
94
95
95
Core Fonts
96
- ~~~~~~~~~~
96
+ ^^^^^^^^^^
97
97
98
98
In addition to the ability to embed fonts, as part of the `PostScript
99
99
<https://en.wikipedia.org/wiki/PostScript_fonts#Core_Font_Set>`_ and `PDF
Original file line number Diff line number Diff line change 287
287
# (not minus).
288
288
#
289
289
# Custom fonts
290
- # ~~~~~~~~~~~~
290
+ # ^^^^^^^^^^^^
291
291
# Mathtext also provides a way to use custom fonts for math. This method is
292
292
# fairly tricky to use, and should be considered an experimental feature for
293
293
# patient users only. By setting :rc:`mathtext.fontset` to ``custom``,
Original file line number Diff line number Diff line change 238
238
# locations, and how they are labelled.
239
239
#
240
240
# Terminology
241
- # ~~~~~~~~~~~
241
+ # ^^^^^^^^^^^
242
242
#
243
243
# *Axes* have an `matplotlib.axis.Axis` object for the ``ax.xaxis`` and
244
244
# ``ax.yaxis`` that contain the information about how the labels in the axis
254
254
# that format the tick labels.
255
255
#
256
256
# Simple ticks
257
- # ~~~~~~~~~~~~
257
+ # ^^^^^^^^^^^^
258
258
#
259
259
# It is often convenient to simply define the
260
260
# tick values, and sometimes the tick labels, overriding the default
287
287
288
288
# %%
289
289
# Tick Locators and Formatters
290
- # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
290
+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
291
291
#
292
292
# Instead of making a list of all the ticklabels, we could have
293
293
# used `matplotlib.ticker.StrMethodFormatter` (new-style ``str.format()``
@@ -380,7 +380,7 @@ def formatoddticks(x, pos):
380
380
381
381
# %%
382
382
# Dateticks
383
- # ~~~~~~~~~
383
+ # ^^^^^^^^^
384
384
#
385
385
# Matplotlib can accept `datetime.datetime` and `numpy.datetime64`
386
386
# objects as plotting arguments. Dates and times require special
You can’t perform that action at this time.
0 commit comments