-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
124 lines (111 loc) · 6.34 KB
/
Copy pathfaq.html
File metadata and controls
124 lines (111 loc) · 6.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Google tag (gtag.js) -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
ad_storage: 'denied', ad_user_data: 'denied',
ad_personalization: 'denied', analytics_storage: 'denied'
});
gtag('js', new Date());
gtag('config', 'G-1HJ4VQ4K1B');
</script>
<script src="scripts/consent.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FAQ · PLOTFLOW*</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Noto+Sans+JP:wght@500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/tokens.css">
<link rel="stylesheet" href="styles/styles.css">
<meta name="description" content="FAQ for PLOTFLOW pen-plotter mobile suit editions. The process, materials, editions, and shipping.">
<link rel="canonical" href="https://plotflow.io/faq.html">
<meta name="theme-color" content="#33362b">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta property="og:type" content="website">
<meta property="og:site_name" content="PLOTFLOW">
<meta property="og:title" content="FAQ · PLOTFLOW*">
<meta property="og:description" content="FAQ for PLOTFLOW pen-plotter mobile suit editions. The process, materials, editions, and shipping.">
<meta property="og:url" content="https://plotflow.io/faq.html">
<meta property="og:image" content="https://plotflow.io/assets/og.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="FAQ · PLOTFLOW*">
<meta name="twitter:description" content="FAQ for PLOTFLOW pen-plotter mobile suit editions. The process, materials, editions, and shipping.">
<meta name="twitter:image" content="https://plotflow.io/assets/og.png">
</head>
<body>
<nav><div class="nav-in">
<a href="/" class="brand">Plotflow<i>*</i></a>
<div class="nav-links"><a href="/#shop">Studies</a><a href="/#process">Process</a><a href="about.html">Studio</a></div>
<a class="cart" href="commissions.html">Commission →</a>
</div></nav>
<section class="page">
<div class="wrap">
<div class="page-head">
<h1>FAQ<span class="star">*</span></h1>
<div class="jp">よくある質問</div>
</div>
<div class="page-body faq">
<div class="qa">
<h3>What is a pen plotter?</h3>
<p>A machine that holds a pen and draws on paper by moving it along programmed coordinates. Unlike a printer, it draws each line physically. The result is an ink drawing, not a reproduction.</p>
</div>
<div class="qa">
<h3>How are the drawings made?</h3>
<p>Each mobile suit is rebuilt as vector line work and compiled to a stroke program. An AxiDraw plotter executes the program with a real pen, one stroke at a time.</p>
</div>
<div class="qa">
<h3>Are these prints?</h3>
<p>No. Every sheet is drawn individually by machine, in ink, on Bristol paper. Because ink flow varies with conditions, no two sheets are identical.</p>
</div>
<div class="qa">
<h3>What paper and ink are used?</h3>
<p>Strathmore 300 Series Bristol, smooth, 11×14″, with Staedtler Triplus 0.3 mm fineliners. The ink is pigment-based, acid-free, and lightfast.</p>
</div>
<div class="qa">
<h3>How long does a plot take?</h3>
<p>It depends on the drawing. A typical 11×14″ sheet takes twenty to thirty minutes of continuous drawing and lays down ten to thirty metres of ink. Each edition's plot time is computed from its stroke program and shown on the <a href="/#feature" style="color:var(--red)">Live Plot</a>.</p>
</div>
<div class="qa">
<h3>What sizes are available?</h3>
<p>Studies are drawn on 11×14″ (279 × 356 mm) Bristol. Other sizes are possible through <a href="commissions.html" style="color:var(--red)">Commissions</a>.</p>
</div>
<div class="qa">
<h3>Are the studies for sale?</h3>
<p>No. The Universal-Century sheets are drawing studies of designs that belong to their rights-holders; they are displayed here and are not sold or reproduced. Work that is sold, through <a href="commissions.html" style="color:var(--red)">commissions</a>, is original design.</p>
</div>
<div class="qa">
<h3>Do you take commissions?</h3>
<p>Yes, a limited number, and commissions are the only work sold. Every piece is an original design; copyrighted characters are not accepted. See <a href="commissions.html" style="color:var(--red)">Commissions</a>.</p>
</div>
<div class="qa">
<h3>Do you ship internationally?</h3>
<p>Yes. Commissioned pieces ship worldwide with tracked carriers. See <a href="shipping.html" style="color:var(--red)">Shipping</a> for destinations, rates, and timing.</p>
</div>
<div class="qa">
<h3>Can I return a piece?</h3>
<p>Commissioned pieces are one-of-one originals, so returns for change of mind are not accepted. Pieces damaged in transit are replaced. See <a href="returns.html" style="color:var(--red)">Returns</a>.</p>
</div>
</div>
</div>
</section>
<footer>
<div class="grain"></div>
<div class="wrap">
<img class="foot-crest" src="assets/logo-crest.svg" alt="" width="56" height="56">
<div class="foot-cols">
<div class="fc"><h5>Work*</h5><a href="/#shop">Studies</a><a href="commissions.html">Commissions</a></div>
<div class="fc"><h5>Studio*</h5><a href="/#process">Process</a><a href="about.html">About</a><a href="contact.html">Contact</a></div>
<div class="fc"><h5>Info*</h5><a href="shipping.html">Shipping</a><a href="returns.html">Returns</a><a href="faq.html">FAQ</a></div>
<div class="fc"><h5>Elsewhere*</h5><a href="https://instagram.com/plotflow" target="_blank" rel="noopener">@plotflow</a><a href="/#droplist">Droplist</a><span class="est">est. 2026</span></div>
</div>
<div class="foot-bot tiny"><span>© 2026 PLOTFLOW* · PLOTTED IN THE U.S.A.</span><span>AXIDRAW · PIGMENT INK · BRISTOL</span></div>
</div>
</footer>
<script src="scripts/config.js"></script>
</body>
</html>